Skip to content

Commit

Permalink
Fixes default add_extension value
Browse files Browse the repository at this point in the history
  • Loading branch information
jcardama committed May 3, 2023
1 parent 119e470 commit 6af6b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Initialize the webdriver
chrome_options = Options()
chrome_options.add_extension('S:\Downloads\extension_3_0_3_0.crx') # Change this to the path of the CSGOFloat extension
chrome_options.add_extension('path_to_your_crx_file.crx') # Change this to the path of the CSGOFloat extension
chrome_options.add_argument('--no-sandbox')
chrome_options.add_argument('--disable-dev-shm-usage')
chrome_options.add_experimental_option('excludeSwitches', ['enable-logging'])
Expand Down

0 comments on commit 6af6b01

Please sign in to comment.