Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with Selenium webdriver
#1
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 ?
Reply


Messages In This Thread
Problem with Selenium webdriver - by Fred - Jan-10-2022, 01:09 PM
RE: Problem with Selenium webdriver - by Larz60+ - Jan-10-2022, 05:45 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need help for script access via webdriver to an open web page in Firefox Clixmaster 1 1,302 Apr-20-2023, 05:27 PM
Last Post: farshid
  How do I iterate over an array and perform actions using selenium chrome webdriver? master 0 2,474 Sep-14-2020, 05:28 AM
Last Post: master
  Which webdriver is required for selenium in Pydroid App Rahatt 1 6,388 Jul-31-2020, 01:39 AM
Last Post: Larz60+
  Log In Button Won't Click - Python Selenium Webdriver samlee916 2 3,876 Jun-07-2020, 04:42 PM
Last Post: samlee916
  Hyperlink Click is not working in Selenium webdriver rajeev1729 0 2,049 May-02-2020, 11:21 AM
Last Post: rajeev1729
  Selenium webdriver error WiPi 4 12,251 Feb-09-2020, 11:38 AM
Last Post: WiPi
  Can not point to Selenium Webdriver path for Python Jupyter Notebook on Azure dadadance 4 10,129 Jul-31-2019, 10:00 PM
Last Post: perfringo
  Selenium Webdriver Memory Problem? satbir129 2 6,966 Mar-01-2019, 04:17 AM
Last Post: satbir129
  Selenium Webdriver Automate gahhon 1 2,897 Feb-19-2019, 04:59 PM
Last Post: metulburr
  Pull Down Menu Problem using Selenium ber 1 2,508 Nov-15-2018, 01:22 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020