While using Web Interactions nodes, Click node does the click of Xpath and it opens a new tab. However, Content Retriever Node retrieves only first tab, not the second tab that got opened.
Can anyone help how to choose active tab or switch tabs using Web Interactions nodes??
Hey @mckiyer, sorry for the very late response to your question. I must have missed it. It is not possible to âswitch focusâ between tabs. This means if you need the content of the second tab, youâd need to:
Retrieve the link to the second page, Page_B, from the current Page_A with the âContent Retrieverâ
Use the âNavigatorâ to open Page_B with the link
Use the âContent Retrieverâ to get the content of Page_B
Use the âNavigatorâ again to move back to Page_A
With these steps you can get the content from Page_B as well. I hope my answer helps to solve your problem. If not, please let me know.