Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • On Windows this approach yields json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Commented Apr 24, 2022 at 19:14
  • @Zenahr I run on windows. Do you have the correct packages installed? This configuration still works for me Commented Apr 26, 2022 at 13:13
  • @Zenahr I got the same error, may be try adding driver = webdriver.Chrome(ChromeDriverManager().install()) outside the function. That worked for me. Commented May 17, 2022 at 19:10