Closed TheSalDave closed 11 months ago
I solved the problem. can you try this. by replacing self.driver = webdriver.Firefox(executable_path=GeckoDriverManager().install()) this line in LinkedIn.py with: self.driver = webdriver.Firefox(service=Service(executable_path=GeckoDriverManager().install()))
Thank you @TheSalDave and @alpersarac for checking this one out. I will review the PR and merge it.
executable path was removed in the latest Selenium update.
https://stackoverflow.com/questions/76550506/typeerror-webdriver-init-got-an-unexpected-keyword-argument-executable-p