Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A new internet explorer window generated after logon #137

Closed
heolc opened this issue Jul 15, 2019 · 4 comments
Closed

A new internet explorer window generated after logon #137

heolc opened this issue Jul 15, 2019 · 4 comments

Comments

@heolc
Copy link

heolc commented Jul 15, 2019

After logon to a system using IE, there will be another IE window popping to load the page instead of the original IE window.
I know how to refer to instance variable when creating a browser using taskt, but
do not know how to catch the new instance for IE window popped up/or another new popped up? Thanks.

@saucepleez
Copy link
Owner

Are you using the IE Browser Commands or Web Browser Commands?

@heolc
Copy link
Author

heolc commented Jul 16, 2019

I used "Web Browser Commands">>"Create Browser">>"Browser Engine Type" = IE

There will be two separate IE windows after logon to the system.
I know how to use VBA to identify the IE window by finding their url
But for taskt, seems need to use the instance name to identify the IE window in order to carry out element action. As the new popped IE window didn't have any instance name assigned before, any suggested solution to this issue

@saucepleez
Copy link
Owner

Hello,

I have added a new command called Switch Browser Window which will switch the driver window based on your selected options, typically either the new window URL or the new window title.

image

Switch Window Test Script.txt

@heolc
Copy link
Author

heolc commented Jul 29, 2019

Thanks for updating and it works. Appreciate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants