- shabar
- Posts : 3
Join date : 2013-04-19
Browser & OS Compatibility with Selenium2
Fri Apr 19, 2013 6:01 am
Hi All
In my Selenium2 Project I have used following versions. But unfortunately couldn't run any test due to few errors. I guess this may be due to compatibility issue.
OS - Windows8 (64 bit)
Selenium2 - selenium-java-2.31.0
ChromeDriver - chromedriver_win_26.0.1383.0
Firefox Browser - 19.0
Chrome Browser - 26.0.1383.0
Please let me know is there specific combination that have to use in Selenium2
Cheers
Shabar
In my Selenium2 Project I have used following versions. But unfortunately couldn't run any test due to few errors. I guess this may be due to compatibility issue.
OS - Windows8 (64 bit)
Selenium2 - selenium-java-2.31.0
ChromeDriver - chromedriver_win_26.0.1383.0
Firefox Browser - 19.0
Chrome Browser - 26.0.1383.0
Please let me know is there specific combination that have to use in Selenium2
Cheers
Shabar
- vinayakjadhav1857Active particpant
- Posts : 19
Join date : 2013-04-22
Re: Browser & OS Compatibility with Selenium2
Thu May 09, 2013 6:54 pm
webdriver supports various kind of browsers..
will you show your source code ?
will you show your source code ?
- shabar
- Posts : 3
Join date : 2013-04-19
Re: Browser & OS Compatibility with Selenium2
Sat May 11, 2013 4:17 pm
Thanks for your reply
It worked with the following chrome driver version
the initial error I got was as follows
It worked with the following chrome driver version
- Code:
chromedriver2_win32_0.7
the initial error I got was as follows
- Code:
Started ChromeDriver
port=49011
version=26.0.1383.0
log=C:\Users\testuser\workspace\WebDriver_Project\chromedriver.log
Exception in thread "main" org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
Build info: version: '2.31.0', revision: '1bd294d', time: '2013-02-27 20:53:56'
System info: os.name: 'Windows 8', os.arch: 'amd64', os.version: '6.2', java.version: '1.7.0_17'
Driver info: driver.version: ChromeDriver
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:548)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:216)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:111)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:115)
at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:161)
at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:107)
at test.test.main(test.java:17)
Caused by: org.openqa.selenium.WebDriverException: Timed out waiting for driver server to start.
Build info: version: '2.31.0', revision: '1bd294d', time: '2013-02-27 20:53:56'
System info: os.name: 'Windows 8', os.arch: 'amd64', os.version: '6.2', java.version: '1.7.0_17'
Driver info: driver.version: ChromeDriver
at org.openqa.selenium.remote.service.DriverService.start(DriverService.java:165)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:62)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:527)
... 6 more
Caused by: org.openqa.selenium.net.UrlChecker$TimeoutException: Timed out waiting for [http://localhost:49011/status] to be available after 20014 ms
at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:104)
at org.openqa.selenium.remote.service.DriverService.start(DriverService.java:163)
... 8 more
Caused by: com.google.common.util.concurrent.UncheckedTimeoutException: java.util.concurrent.TimeoutException
at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:143)
at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:79)
... 9 more
Caused by: java.util.concurrent.TimeoutException
at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:130)
... 10 more
- Help on browser compatibility
- OS and Browser compatibility with selenium webdriver
- Issues with IE close browser, Firefox window focus. unable to get screenshots any browser
- Selenium.SeleniumException : Failed to start new browser session: Error while launching browser
- Open Browser Keyword of Selenium2Library (robotframework) is giving: is not a supported browser.
Permissions in this forum:
You cannot reply to topics in this forum