Skip to content

Commit 63137d4

Browse files
authored
Merge pull request #4124 from seleniumbase/cdp-mode-patch-78
CDP Mode: Patch 78
2 parents 1b6612e + 5d1c427 commit 63137d4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

seleniumbase/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# seleniumbase package
2-
__version__ = "4.44.14"
2+
__version__ = "4.44.15"

seleniumbase/core/detect_b_ver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@ def get_binary_location(browser_type, chromium_ok=False):
462462
},
463463
ChromeType.ATLAS: {
464464
OSType.LINUX: atlas_on_linux_path(browser_type),
465-
OSType.MAC: r"/Applications/Atlas.app"
466-
r"/Contents/MacOS/Atlas",
465+
OSType.MAC: r"/Applications/ChatGPT Atlas.app"
466+
r"/Contents/MacOS/ChatGPT Atlas",
467467
OSType.WIN: atlas_on_windows_path(browser_type),
468468
},
469469
}

seleniumbase/fixtures/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ class ValidBinaries:
446446
"Opera",
447447
"Comet Browser",
448448
"Comet",
449+
"ChatGPT Atlas",
449450
"Atlas Browser",
450451
"Atlas",
451452
]

0 commit comments

Comments
 (0)