Admond Lee
Results
2
comments of
Admond Lee
Hi @joeyism , I'm using 2.9.0 and still got the same issue as above. Any resolve?
Hi @joeyism , below is the code that I'm using: ``` from linkedin_scraper import Person, actions from selenium import webdriver path_to_chromedriver = "path-to-my/chromedriver" driver = webdriver.Chrome(path_to_chromedriver) # login details email...