Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

remote webdriver dotnet

var driver = new RemoteWebDriver(new Uri("http://localhost:4444/wd/hub"), DesiredCapabilities.Firefox()); // instead of this url you can put the url of your remote hub
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remote #webdriver #dotnet
ADD COMMENT
Topic
Name
3+9 =