Tagged Questions
2
votes
1answer
63 views
Selenium WebDriver | Unable to switch to apparent pop-up
I am trying to automate Peoplesoft 9 based Web application on Firefox 20.0.1. On clicking a search icon another form opens which I thought to be a pop-up and tried my code -
...
1
vote
1answer
2k views
Problem catching Selenium Webdriver NoSuchElementException
I have many test cases written in C# using Selenium2 Webdriver with NUnit. I have a problem that when a NoSuchElementException is thrown, it is treated as an unhandled exception despite me using a ...
3
votes
2answers
765 views
WebDriver exception
I am using Fitnesse in order to define some selenium tests.
We got all of them running under CHROME but under FIREFOX some
exceptions are arising.
For running the tests I am using the external chrome ...