You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want my program to do something in headless mode, but then say it encounters an element which needs handling by the user in nonheadless mode, what is proper way to do this? I tried saving cookies, creating another browser nonheadless, loading the cookies, but the element did not persist and was not required to be handled in the new browser. What is the proper way to clone my browser or change to non headless dynamically? Regards
The text was updated successfully, but these errors were encountered:
If I want my program to do something in headless mode, but then say it encounters an element which needs handling by the user in nonheadless mode, what is proper way to do this? I tried saving cookies, creating another browser nonheadless, loading the cookies, but the element did not persist and was not required to be handled in the new browser. What is the proper way to clone my browser or change to non headless dynamically? Regards
The text was updated successfully, but these errors were encountered: