I'm using a database type website where there is one link I have to click on alot. It opens in a new tab.
Is there some way that I can auto click a link in that new tab, the link it clicks closes the tab, then wait for that specific website link/tab to appear again then click that link again.
I'm using Chrome with Windows 10, Any help would be appreciated. The website that loads in a new tab is always the same URL with just that last 4 digits changed and the link I want clicked is always the same link in same location.
11 Answer
Have you tried any browser automation tools like kantu browser automation
Kantu is a modern Selenium IDE plus tons of additional features, open-source Record and replay web macros with this free and open-source Chrome and Firefox extension for web browser automation. The extension is an easy to use web macro recorder for web developers, web testers and especially for general web automation and form filling.
You can create macros that will do exactly as you want - open a link(you can select the link on page using the product's selector tool) then add another step for a delay/wait for page to load and then click a link on that page. it is pretty simple to use and they have detailed tutorials and a robust community forum
3