not able to run in chrome
iam not able to run selenium rc with chrome.it runs fine 开发者_如何学Cin firefox.Any one sucessful in running in chrome browser?
These links will help:
- Sauce Labs: Available browsers
- Google Groups: Selenium Users > Browser Strings
These are Browser Strings are available:
- *firefox
- *mock
- *firefoxproxy
- *pifirefox
- *chrome
- *iexploreproxy
- *iexplore
- *firefox3
- *safariproxy
- *googlechrome
- *konqueror
- *firefox2
- *safari
- *piiexplore
- *firefoxchrome
- *opera
- *iehta
- *custom
*googlechrome
This is Google Chrome and not to be confused with *chrome which is actually Firefox.
*chrome
This one is a little confusing. The 'chrome' of a web browser is the usable space for the web page. That is, if the display is 1024x768, the chrome will be smaller. The title, menu, toolbars, status bar, etc. will reduce the usable space, i.e. the chrome. Google Chrome was called Chrome because one of the main goals was to maximize the chrome. Selenium was using the keyword *chrome before Google Chrome and it was using it for Firefox.
Are you using *googlechrome as the browser string? If so, you need to be using 2.0a6. Chrome is utterly broken in 1.0.3 and 2.0a7.
精彩评论