Skip to content

Commit

Permalink
fix(seleniumwire): added chrome_options to selenium-wire, added selen…
Browse files Browse the repository at this point in the history
…ium-wire certificates (#485)

* added chrome_options to seleniumwire, pep8 changes

* added seleniumwire certificates
  • Loading branch information
timreibe committed Jun 16, 2021
1 parent 995824b commit e156ad9
Show file tree
Hide file tree
Showing 6 changed files with 239 additions and 107 deletions.
2 changes: 1 addition & 1 deletion specs/linux-64-terminservice.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ block_cipher = None
a = Analysis(['../main.py'],
pathex=['./specs'],
binaries=[('../tools/chromedriver/chromedriver-linux-64', 'tools/chromedriver/')],
datas=[('../tools/cloudscraper', './cloudscraper/'), ('../version.txt', '.')],
datas=[('../tools/cloudscraper', './cloudscraper/'), ('../tools/seleniumwire', './seleniumwire/'), ('../version.txt', '.')],
hiddenimports=['cloudscraper'],
hookspath=['../tools/additional_hooks'],
runtime_hooks=[],
Expand Down
2 changes: 1 addition & 1 deletion specs/windows-terminservice-gui.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ block_cipher = None
a = Analysis(['..\\gui.py'],
pathex=['specs//'],
binaries=[('..\\tools\\chromedriver\\chromedriver-windows.exe', 'tools\\chromedriver\\'), ('..\\tools\\gui\\kontaktdaten.ui', 'tools\\gui\\'), ('..\\tools\\gui\\main.ui', 'tools\\gui\\'), ('..\\tools\\gui\\terminsuche.ui', 'tools\\gui\\'), ('..\\tools\\gui\\impfzentren.ui', 'tools\\gui\\'), ('..\\tools\\gui\\ui_qtcodegen.ui', 'tools\\gui\\'), ('..\\images\\spritze.ico', 'images\\')],
datas=[('../tools/cloudscraper', './cloudscraper/'), ('../version.txt', '.')],
datas=[('../tools/cloudscraper', './cloudscraper/'), ('../tools/seleniumwire', './seleniumwire/'), ('../version.txt', '.')],
hiddenimports=['plyer.platforms.win.notification', 'cloudscraper'],
hookspath=['../tools/additional_hooks'],
runtime_hooks=[],
Expand Down
2 changes: 1 addition & 1 deletion specs/windows-terminservice.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ block_cipher = None
a = Analysis(['..\\main.py'],
pathex=['specs//'],
binaries=[('..\\tools\\chromedriver\\chromedriver-windows.exe', 'tools\\chromedriver\\')],
datas=[('../tools/cloudscraper', './cloudscraper/'), ('../version.txt', '.')],
datas=[('../tools/cloudscraper', './cloudscraper/'), ('../tools/seleniumwire', './seleniumwire/'), ('../version.txt', '.')],
hiddenimports=['plyer.platforms.win.notification', 'cloudscraper'],
hookspath=['../tools/additional_hooks'],
runtime_hooks=[],
Expand Down

0 comments on commit e156ad9

Please sign in to comment.