Advertisement
Guest User

Untitled

a guest
Oct 13th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. driver.manage().timeouts().pageLoadTimeout(90, TimeUnit.SECONDS);
  2.  
  3. Exception in thread "main" org.openqa.selenium.InvalidArgumentException:
  4. Build info: version: '3.6.0', revision: '6fbf3ec767', time: '2017-09-27T16:15:26.402Z'
  5. System info: host: 'machine.example.org', ip: '127.0.0.1', os.name: 'Linux', os.arch: 'amd64', os.version: '4.4.88', java.version: '1.8.0_144'
  6. Driver info: org.openqa.selenium.firefox.FirefoxDriver
  7. Capabilities [{moz:profile=/tmp/rust_mozprofile.AZHGaB47hL8x, rotatable=false, timeouts={implicit=0, page load=300000, script=30000}, pageLoadStrategy=normal, platform=LINUX, specificationLevel=0, moz:accessibilityChecks=false, acceptInsecureCerts=true, browserVersion=52.4.0, platformVersion=4.4.88, moz:processID=10959, browserName=firefox, javascriptEnabled=true, platformName=LINUX}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement