Help to capture data from a popup in Google Chrome…
I have not been able to get the robot to place itself in the popup and take the data
any idea how to do it?
Help to capture data from a popup in Google Chrome…
I have not been able to get the robot to place itself in the popup and take the data
any idea how to do it?
Take another use application/browser activity and indicate the popup and then use the get text activity and extract data as per your requirement.
Regards
Hi @ericknarvaez ,
As @vrdabberu suggested, most likely you are trying to extract the data from the popup within the old “Use Application/Browser” activity, which is attaching to the page on the background, not on the popup.
As this new popup triggered upon clicking the link you indicated, is creating a new window, the selector does not exist on the original one.
I did try on my end, and if you create a new “Use Application/Browser” scope, and you attach it to the newly generated Window, it can extract all the data in it:
Just for reference:
Best Regards,
Ignasi
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.