I want to automate login functionality for Auth0 on a Flutter web application for integration testing. When I click the login button for Auth0 it opens a pop-up window to enter the cred. Elements in the pop-up are not available to the tester object since they are on a different chrome instance.
Selenium and many other tools support switching to a tab or another window but it seems Flutter driver does not.
Is there a way to enter text in the pop window by using the Flutter driver?