I am looking to migrate my selenium RC tests to using PHPUnit 3.4.12 from PHPUnit 3.3.2. The selenium test will fail with an exception of the following when I use assertTextPresent():
I am using PHPUnit 3.4.12 to drive my selenium tests. I\'d like to be able to get a screenshot taken automati开发者_开发技巧cally when a test fails. This should be supported as explained at http://www
I want to automate this scenario. UserA assign an item to UserB, who gets an alert m开发者_开发技巧essage. In order to do this I want to have two different browsers launched with different accounts to
I\'ve be开发者_StackOverflow社区en using XPath with Selenium quite happily and even using getEval with a but of Javascript, but a colleague said wouldn\'t it be great to be able to use JQuery selector
I am running a selenium test usin开发者_如何转开发g ruby and was wondering how I can assert the value inside a text field?
I have button on the page that being used as a link to another page. So when t开发者_如何学Pythonhe user clicks the button they are redirected to the right page.
How can I get selenium to wait for something like a calendar widget to load? Right now I am just doing a Thread.sleep(2500) after exporting the testc开发者_运维问答ase to a junit program.I would use
I have to create a test for homework using Selenium IDE and create a scenario to generate a random number. I\'m struggling with what I need to type and what field to type in.
HI i was wondering if there is a way to check what is开发者_JAVA技巧 the current selected value in a drop down list using selenium ruby?
I am writing a Selenium test in PHP using the PHPUnit Selenium extension. I know how to type something into a tex开发者_运维问答t field: