Python Forum

Full Version: Problem with Selenium webdriver
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,

I imported the selenium librery and the Chrome driver with the version compatible with the chrome browser

I try this simple code

from selenium import webdriver
driver = webdriver ( <chrome path> )

and I have an error reported:

Your credential are missing . You will not be permitted access until your credentials can be written


I don't know how to solve this simple problem, is there a way to pass the credentials with the options library and options.add_arguments before calling the constructor ?
Please show full code, or at least enough to be able to run, and reproduce errors.
Include everything needed to run.