Hi, I'm playing around with Python using the Selenium WebDriver, and I'm trying a simple script that will open up a browser window and automate some work stuff; however, the browser window has an orange address bar, and whenever I want to interact with it, it just pops up.
Which kinda breaks my workflow, since I need to enter some text using Pyautogui, and then Safari shows up this popup to stop the test mode (see screenshot, it's in spanish but I guess you know what I mean).
Does anyone know how to use safari with Selenium without having to be in this mode?
Thanks in advance!
Which kinda breaks my workflow, since I need to enter some text using Pyautogui, and then Safari shows up this popup to stop the test mode (see screenshot, it's in spanish but I guess you know what I mean).
Does anyone know how to use safari with Selenium without having to be in this mode?
Thanks in advance!