File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change @@ -1240,40 +1240,6 @@ def get_local_driver(
1240
1240
"profile.managed_default_content_settings.popups" : 0 ,
1241
1241
"profile.default_content_setting_values.automatic_downloads" : 1 ,
1242
1242
}
1243
- chrome_options = _set_chrome_options (
1244
- browser_name ,
1245
- downloads_path ,
1246
- headless ,
1247
- locale_code ,
1248
- proxy_string ,
1249
- proxy_auth ,
1250
- proxy_user ,
1251
- proxy_pass ,
1252
- user_agent ,
1253
- recorder_ext ,
1254
- disable_csp ,
1255
- enable_ws ,
1256
- enable_sync ,
1257
- use_auto_ext ,
1258
- no_sandbox ,
1259
- disable_gpu ,
1260
- incognito ,
1261
- guest_mode ,
1262
- devtools ,
1263
- remote_debug ,
1264
- swiftshader ,
1265
- ad_block_on ,
1266
- block_images ,
1267
- chromium_arg ,
1268
- user_data_dir ,
1269
- extension_zip ,
1270
- extension_dir ,
1271
- servername ,
1272
- mobile_emulator ,
1273
- device_width ,
1274
- device_height ,
1275
- device_pixel_ratio ,
1276
- )
1277
1243
if LOCAL_EDGEDRIVER and os .path .exists (LOCAL_EDGEDRIVER ):
1278
1244
try :
1279
1245
make_driver_executable_if_not (LOCAL_EDGEDRIVER )
You can’t perform that action at this time.
0 commit comments