Advertisement
smaction

Untitled

Dec 14th, 2011
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.             If I use this line my test works fine:
  2.             driver = new RemoteWebDriver(
  3.                     new URL("http://localhost:4444/wd/hub"),
  4.                     DesiredCapabilities.firefox());
  5.        
  6.  
  7.             If I use this line I get the error below:
  8.             driver = new RemoteWebDriver(
  9.                     new URL("http://localhost:4444/wd/hub"),
  10.                     DesiredCapabilities.internetExplorer());
  11.  
  12.  
  13.  
  14. org.openqa.selenium.WebDriverException: Error forwarding the new session cannot find : {platform=WINDOWS, ensureCleanSession=true, browserName=internet explorer, version=}; duration or timeout: 294 milliseconds
  15. Build info: version: '2.14.0', revision: 'unknown', time: '2011-11-29 13:13:16'
  16. System info: os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.7.0'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement