randydev commited on
Commit
633c037
1 Parent(s): 1c25294

Update driver.py

Browse files
Files changed (1) hide show
  1. driver.py +3 -0
driver.py CHANGED
@@ -205,6 +205,9 @@ class ChromeDriver:
205
  options.add_argument("--test-type")
206
  options.add_argument("--no-sandbox")
207
  options.add_argument("--window-size=1920x1080")
 
 
 
208
  options.add_experimental_option(
209
  "prefs", {"download.default_directory": "./"}
210
  )
 
205
  options.add_argument("--test-type")
206
  options.add_argument("--no-sandbox")
207
  options.add_argument("--window-size=1920x1080")
208
+ options.add_argument("--enable-logging")
209
+ options.add_argument("--v=1")
210
+ options.add_argument("--remote-debugging-port=9222")
211
  options.add_experimental_option(
212
  "prefs", {"download.default_directory": "./"}
213
  )