Hi @nynyny To work with Page A
=> Use the “Open Browser” activity to navigate to the URL of page A.
=> Use a “Click” activity to click button a on page A, which opens page B in a new tab.
Now, to work with the newly opened tab (page B):
=> Use the “Attach Browser” activity and indicate the browser window that corresponds to the newly opened tab (page B). You may need to indicate the browser window by its title or URL.
=> Inside the “Attach Browser” activity, use a “Click” activity to click button b on page B, which opens page C in a new tab.
Finally, to work with the tab containing page C:
=> Again, use the “Attach Browser” activity to indicate the browser window that corresponds to the newly opened tab (page C).
=> Inside this “Attach Browser” activity, use a “Click” activity to click button c on page C to start the downloading process.
By using the “Attach Browser” activity, you can specify which tab or window to interact with, and this should help you perform operations on the newly opened tabs without being sent back to page A. Make sure to use selectors that accurately identify the elements on each page to ensure precise interaction.