开发者

Can WebDriverBackedSelenium be used in C#

Does the Selenium 2 C# library support using Sel开发者_运维知识库enium 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


Its pretty much the same as the Java Code. See below

IWebDriver driver = new FirefoxDriver();
ISelenium selenium = new WebdriverBackedSelenium(driver, "http://www.google.com");
selenium.open("/");
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜