Goal: Implement a loop process that performs the following steps: search in a web system, display the top result page, show the HTML source of that page, and save it.
Issue: When displaying the HTML source of the search result page using Ctrl+U, the source opens in a new tab. I want to save this tab using Ctrl+S, but sending the keystroke does not trigger a response.
Since new tabs are generated dynamically through searches, they cannot be specified by name.
Steps taken to resolve the issue: Launched a new Chrome instance with Launch mode: Attach to running instance, obtained the foreground window, and focused the generated %Browser2%. Sent the keystroke to %Browser2%.
Result: No response.
Browser used: Google Chrome
If you have any complaints about my English, take it up with Copilot.