I have the following locator: css=tr:contains(\'First page\') + tr table td:contains(\'Yes\') input I can find it o开发者_开发技巧n the page using Selenium IDE, but my Selenium RC test fails tryin
I\'m using Selenium on a开发者_如何转开发 Headless Linux machine with Xvfb and Firefox and got a little strange behaviour:
I\'m recording Selenium test with Selen开发者_开发百科ium IDE. If I write a test for Selenium in Java native i can insert try-catch statement.
I can open new tabs with openWindow(url,windowID) in Selenium(Java) but I can not switch back to them. I have tried with selectWindow and selectPopup but nothing happened. I have studied that I开发者_
Can I insert dynamic data into the tests that Selenium IDE produces, or do I need to do this with Selenium Server?For example, I\'d like to insert t开发者_开发百科he current date and time into a text
First off, sorry for the cryptic question. My team is currently using Selenium 2.0rc3 (with python) for testing our web app with chrome. When we used the 2.02b version of Selenium, our test passed (i
The problem: toggle javascript support without restarting firefox (nor resorting to different driver) during cucumber test run.
I have very strange problem. Using selenium I am writing simple web-bot trying to fill page with data, submit them, and harvest results.
I have created an object using Selenium: driver = Selenium::WebDriver.for :firefox, :profile => profile
Ok, I know this sounds like quite a rudimentary question, and I know there are docs explaining how to do this, however I have not had any luck in doing so.