Traceback (most recent call last): File "C:\Users\Soe Htet Oo\PycharmProjects\PythonTesting\PythonSelenium\demoBrowser.py", line 3, in driver = webdriver.Chrome(executable_path="C:\chromedriver.exe") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: WebDriver.init() got an unexpected keyword argument 'executable_path'
I am just beginner and I got this error.
This is due to
executable_pathis an argument ofwebdriver.chrome.service.Service, see ducumentation Just use