- TheChaos0
- Posts : 1
Join date : 2011-07-21
Selenium Tests with Opera not clicking buttons
Fri Jul 29, 2011 4:02 pm
Hi all,
I recently started with Selenium and so far so good. I only have one issue which I'm not too sure what to do with. With Opera 10, the click commands that would submit forms and so forth do not work, I'm using something like this:
There's a work around to this, where I would do something like this:
I don't particular like this but the main problem it won't work with anything else but IE and Opera.
Any ideas? I'm running Selenium server 2.1.0 with Ruby selenium-client on Windows 7 x64.
I recently started with Selenium and so far so good. I only have one issue which I'm not too sure what to do with. With Opera 10, the click commands that would submit forms and so forth do not work, I'm using something like this:
- Code:
page.click "css=#postcode-container > input[type=submit]"
There's a work around to this, where I would do something like this:
- Code:
page.focus "css=#postcode-container > input[type=submit]"
page.key_press_native "10"
I don't particular like this but the main problem it won't work with anything else but IE and Opera.
Any ideas? I'm running Selenium server 2.1.0 with Ruby selenium-client on Windows 7 x64.
- Can Selenium do image comparison tests; support mobile browsers; and other FAQs about Selenium
- Selenium-Server does not work with opera!
- How to navigate with browser buttons in selenium webdriver
- How to run my selenium web driver tests in safari?
- opera browser not loading the page using selenium Rc(Java)
Permissions in this forum:
You cannot reply to topics in this forum