Currently, when AIDEN clicks a link that opens in a new browser tab (via target="_blank"), it successfully triggers the click and the new tab is opened — but AIDEN does not automatically switch focus to the new tab. This limits test coverage for workflows that rely on new tab behavior.
Feature request:
Enable AIDEN to detect when a new tab is opened and automatically switch to it, so tests can continue in the correct context.
Use cases include:
External authentication flows
Payment gateways
Terms and conditions / help links
PDF/document previews in new tabs
This would improve support for real-world user journeys and reduce test gaps.