I am using PAMIE to test a web application.
I want to control a new IE window opened by clicking a link. How to do?
For example:
HTML source:
    <a href="" target="_blank" name="aIE" id="aIE">go_to_b</a>
 
Using PAMIE I can click the link named aIE. Now how can I control the window whose url is "b.html"?
_______________________________________________
Edu-sig mailing list
[email protected]
http://mail.python.org/mailman/listinfo/edu-sig

Reply via email to