Suppose I access some applications through a VPN. Let's say a webbrowser like internet explorer is one of these applications. Using python's selenium package I can automate logging in to VPN and opening the internet application inside the VPN. Now the internet explorer window inside VPN opens.
So what I need to know is:
Is there any way by which I can control this new internet explorer through python' selenium package?
Is there any way to automate this child window using any other scripting language like Perl, tcl, vbscript etc?