Question
Openspan 7.1 - How to tab on a web browser
Hello,
Does anyone know how to create an automation that will close an open tab in Internet Explorer?
I have a website that generates reports, but it does this in a new tab which my automation then cannot see. If I could focus this new tab, or close the old one, either would work for me.
Thanks,
Ryan
***Updated by Moderator: Marissa to update categories***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Hi Ryan,
Unfortuantely, OpenSpan does not support multi-tab functionality for browsers. You will need to have the report open in a new window to successfully automate the report. I would suggest to use the navigate method with two parameters. The first parameter is where the link to the report should be provided, the second paramenter allows you to set true or false. True allows the navigated page to be opened in a new window, while false opens the page with its default behavior.