Skip to content

Commit

Permalink
Updating patchfile for upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pfremm authored Mar 9, 2023
1 parent 80cdc8a commit acf72b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webdriver.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
44c44
< driver = Chrome(options=self.options, seleniumwire_options=self.seleniumwire_options)
126c126
< version_main=chrome_version,
---
> driver = Chrome(options=self.options, seleniumwire_options=self.seleniumwire_options, driver_executable_path="/usr/bin/chromedriver")
> version_main=chrome_version, driver_executable_path="/usr/bin/chromedriver"

0 comments on commit acf72b7

Please sign in to comment.