开发者

Selenium-2 Webdriver browser support

开发者 https://www.devze.com 2023-03-21 10:57 出处:网络
I have a question about selenium2 开发者_C百科(webdriver). As selenium-2 supports following 4 types of web drivers..

I have a question about selenium2 开发者_C百科(webdriver).

As selenium-2 supports following 4 types of web drivers..

1-IE

2-firefox

3-chrome

4-htmlunit

Is there any way to use any other webdriver apart from these; like Safari, Opera etc?


In C# (I think in Java too at least), there is the RemoteWebDriver which is meant to control a WebDriver on a remote machine (although it can be done locally).

RemoteWebDriver can be given a DesiredCapability that has more options. So for example:

RemoteWebDriver operaDriver = new RemoteWebDriver(new Uri("http://localhost:4444/wd/hub"), DesiredCapabilities.Opera());
0

精彩评论

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

关注公众号