chrome_options.diff 503 B

1234567891011
  1. --- .venv/lib/python3.8/site-packages/selenium/webdriver/chrome/options.py 2022-05-12 17:07:24.000000000 -0400
  2. +++ .venv/lib/python3.8/site-packages/selenium/webdriver/chrome/options.py.bak 2022-05-12 17:08:17.000000000 -0400
  3. @@ -121,7 +121,7 @@
  4. to the ChromeDriver
  5. :Args:
  6. - - extension: path to the \*.crx file
  7. + - extension: path to the \\*.crx file
  8. """
  9. if extension:
  10. extension_to_add = os.path.abspath(os.path.expanduser(extension))