Tagged Questions
3
votes
3answers
6k views
Can't click this checkbox using WebDriver / Selenium — ElementNotVisibleException
See attached image. The element is visible to me as a user, but I keep getting the ElementNotVisibleException error. It seems to locate the element via multiple methods, but the .click() fails. Is it ...
4
votes
1answer
397 views
Getting nose test runner to execute a test against multiple browsers / configurations?
Surely someone else has run into this problem. I'm trying to figure out how to loop through Firefox, Chrome, and IE in conjunction with nose.
Right now I have:
"setup.cfg" file that specifies ...
3
votes
1answer
318 views
Performing administrative test cases in Selenium IDE
For a Drupal site, I have written a test script in Selenium IDE that logs in as the administrator, adds a new user and peforms a series of tests on the registration page.
Once this user has been ...