I've just started using Selenium and implemented the ChromeDriver, but when going to the page I want, chrome gives it own prompt box, similar to " save password for this site always", it pretty much has the site asking to store data on my pc, and I have to verify that.. but it interferes with my script.
Is there anyway for Selenium to click " OK "? or am I able to import some sort of session ID so it's already allowed permission to save files rather than prompt me everytime?