WebDriverBackedSelenium 可以在 C# 中使用吗
Selenium 2 C# 库是否支持使用 Selenium 1 命令?在 java 中,您可以创建 WebDriverBackedSelenium 对象并使用 Selenium 1 命令,但这可以在 C# 中完成吗?
如果是,语法是什么?
谢谢,
哈桑
Does the Selenium 2 C# library support using Selenium 1 commands? In java you can create a WebDriverBackedSelenium object and use Selenium 1 commands but can this be done in C# ?
If yes, whats the syntax ?
Thanks,
Hasan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它与 Java 代码几乎相同。见下文
Its pretty much the same as the Java Code. See below