After extracting several items of data in my workflow, I have a link to Google Maps that I need to click to then be able to extract the GPS coordinates for a property location.
The link forces itself to be opened in a new tab, and the address of the link dynamically changes, so I am clicking it by moving the mouse to the proper coordinates and sending a mouse click command. This works at least, and a new tab then opens such as: "38°11'36.7"N 84°52'14.0"W - Google Maps"
All that I then need to do is extract the GPS coordinates from this page, available in a couple locations. However, I then get a failed to extract data error - assuming this is because this opens automatically in a new tab so PAD doesn't see this as the current browser instance.
I've looked at adding a new "Launch new Microsoft Edge" command here to try to get this tab to "attach to running instance", but as the Title and URL of this Google Maps page changes for every property, I am not sure how to do so. Wish there was a way to change the tab focus to make the open one the current browser instance temporarily.
Any suggestions are greatly appreciated!