The exception tag has no wiki summary.
2
votes
1answer
83 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 ...
2
votes
2answers
295 views
NUnit: Global error method/event for handling exceptions
I'm looking for a way to catch exceptions globally in my NUnit project class library. So if one of my unit tests throws an exception, I can catch it in one spot. I don't want to surround each of my ...
3
votes
2answers
766 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 ...