We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acc69c commit 9e0f98cCopy full SHA for 9e0f98c
seleniumbase/core/browser_launcher.py
@@ -2146,7 +2146,9 @@ def _set_chrome_options(
2146
chrome_options.add_extension(abs_path)
2147
if extension_dir:
2148
# load-extension input can be a comma-separated list
2149
- abs_path = os.path.abspath(extension_dir)
+ abs_path = (
2150
+ ",".join(os.path.abspath(p) for p in extension_dir.split(","))
2151
+ )
2152
chrome_options = add_chrome_ext_dir(chrome_options, abs_path)
2153
if (
2154
page_load_strategy
@@ -4114,7 +4116,9 @@ def get_local_driver(
4114
4116
edge_options.add_extension(abs_path)
4115
4117
4118
4119
4120
4121
4122
edge_options = add_chrome_ext_dir(edge_options, abs_path)
4123
edge_options.add_argument("--disable-infobars")
4124
edge_options.add_argument("--disable-notifications")
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments