Guest User

Untitled

a guest
May 24th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $host = 'http://localhost:4444/wd/hub'; // this is the default
  2. $capabilities = DesiredCapabilities::chrome();
  3. // $capabilities->setCapability('commandTimeout',10);
  4.  
  5.  
  6. $driver = RemoteWebDriver::create($host, $capabilities, 10000);
  7. ...
Add Comment
Please, Sign In to add comment