4 comments on “Setup Chrome Driver for Selenium on Kali Linux

  1. seems to be a typo:

    driver = webdriver.Chrome(‘/usr/bin/chromedriver’, chrome_options=chrome_options)

    File “”, line 1, in
    NameError: name ‘webdriver’ is not defined

    Like

  2. Solution seems to be that we include this line at the top of the python code:

    from selenium import webdriver

    (Sorry, I should have caught this in my first comment.)

    Thank you for putting this page up!

    🙂

    Liked by 1 person

  3. Very nicely done! I needed to develop Python code with which to canvass posts from Facebook and self-descriptions from LinkedIn and this has helped me do it!

    Would love to hear more from you and what you are doing currently …

    Like

Leave a comment