1.) I have an application in PAD where I need to select multiple businesses sequentially and run the same 2 reports in each on for download in CSV.
I select the business name 1 from a dropdown on the main tab, navigate to the proper URL, initiate report 1 (which opens up new tab), then c;icl on first (leftmost tab), initiate report 2, then select business name 2 and repeat for total of 9 businesses.
The method I select the left-most tab is by sending a mouse click to its screen location. The name of the left-most tab changes depending on which report I previously ran.
I want to ba able to make this PAD portable to use it on different computers with different screen configuration - thus no mouse clicks at specific coordinates.
Any ideas?
2.) Another problem in this same automation (perhaps fixing problem 1. will fix this).
Sporadically, happening to a different business each time, the Tab Actions Menu will pop up:

This breaks the flow. Normally from here I would {tab}{enter} to download the CSV and process it.
Sometimes the entire flow works fine. Other times problems occur.
Any help or ideas is appreciated for problems 1. and/or 2.
David