Take data from a popup

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?

Link
https://www.sicop.go.cr/moduloBid/common/co/EpUserAuthList.jsp?cartelNo=20240524712&cartelSeq=00&cartelCate=

Hi @ericknarvaez

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

1 Like

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:

  • Green = Guessing its your current Use Application/Browser Activity
  • Red = what you should target as Use Application/Browser to extract data from the Popup.

Best Regards,
Ignasi

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.