Skip to content

Commit 88ef88b

Browse files
committed
Remove unused code
1 parent f997e57 commit 88ef88b

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

seleniumbase/core/browser_launcher.py

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,40 +1240,6 @@ def get_local_driver(
12401240
"profile.managed_default_content_settings.popups": 0,
12411241
"profile.default_content_setting_values.automatic_downloads": 1,
12421242
}
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-
)
12771243
if LOCAL_EDGEDRIVER and os.path.exists(LOCAL_EDGEDRIVER):
12781244
try:
12791245
make_driver_executable_if_not(LOCAL_EDGEDRIVER)

0 commit comments

Comments
 (0)