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
#2
Please show full code, or at least enough to be able to run, and reproduce errors.
Include everything needed to run.
Reply


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,214 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,386 Sep-14-2020, 05:28 AM
Last Post: master
  Which webdriver is required for selenium in Pydroid App Rahatt 1 6,242 Jul-31-2020, 01:39 AM
Last Post: Larz60+
  Log In Button Won't Click - Python Selenium Webdriver samlee916 2 3,771 Jun-07-2020, 04:42 PM
Last Post: samlee916
  Hyperlink Click is not working in Selenium webdriver rajeev1729 0 1,995 May-02-2020, 11:21 AM
Last Post: rajeev1729
  Selenium webdriver error WiPi 4 11,986 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,011 Jul-31-2019, 10:00 PM
Last Post: perfringo
  Selenium Webdriver Memory Problem? satbir129 2 6,770 Mar-01-2019, 04:17 AM
Last Post: satbir129
  Selenium Webdriver Automate gahhon 1 2,828 Feb-19-2019, 04:59 PM
Last Post: metulburr
  Pull Down Menu Problem using Selenium ber 1 2,435 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