Is there a way to simulate multiple tab/window focus in a browser for testing purposes? I need to test pages that require user input and focus on active windows/tabs. Are there any different browsers, plugins, or JavaScript code that can help me achieve this without using Selenium?
I want to be able to run the solution in multiple tabs/windows while still being able to work on other tasks like coding and browsing on my computer.
The ideal solution should be compatible with Ubuntu, but Windows 10 is also acceptable. A cross-platform solution would be preferred.
Additionally, it would be nice if the solution allowed me to interact with the content manually without running in headless mode in some cases.