WebDriver is a tool for writing automated tests of websites. It aims to mimic the behavior of a real user, and as such interacts with the HTML of the application. Rather than running as a JavaScript application within the browser (with the limitations this brings, such as the "same origin" ...
-1
votes
0answers
100 views
+350
Selenium IEServerDriver not finding new windows for IE9
I am working with Selenium WebDriver to automate my companies site. At one point, the web application opens a new window via the following:
<a ...