Tagged Questions
2
votes
1answer
570 views
Deploying Selenium RC tests with Teamcity
I'm looking at setting up my Selenium tests in a QA environment which will run with a Teamcity build each time.
This seems to be the best resource I've come across so far where someone has gone ...
1
vote
2answers
1k views
Selenium 2.0 WebDriver: Clearing Session Data
Is there a way to clear out session data for a driver instance in WebDriver? My code is written in C# (and NUnit), but I'm not picky on the language for the answer.