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"?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to