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.
2 parents 70562f0 + 28de82c commit 6b1c993Copy full SHA for 6b1c993
seleniumbase/__version__.py
@@ -1,2 +1,2 @@
1
# seleniumbase package
2
-__version__ = "4.23.5"
+__version__ = "4.23.6"
seleniumbase/console_scripts/sb_install.py
@@ -495,15 +495,9 @@ def main(override=None, intel_for_uc=None, force_uc=None):
495
file_name = "chromedriver-win32.zip"
496
plat_arch = file_name.split(".zip")[0]
497
download_url = (
498
- "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/"
+ "https://storage.googleapis.com/chrome-for-testing-public/"
499
"%s/%s/%s" % (use_version, platform_code, file_name)
500
)
501
- major_ch_ver = use_version.split(".")[0]
502
- if major_ch_ver.isnumeric() and int(major_ch_ver) >= 121:
503
- download_url = (
504
- "https://storage.googleapis.com/chrome-for-testing-public/"
505
- "%s/%s/%s" % (use_version, platform_code, file_name)
506
- )
507
url_request = None
508
if not found_chromedriver:
509
url_req = requests_get(last)
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments