From e1ff43593583fb528434f8fd4f6c05a3add9f4f8 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Tue, 18 Nov 2025 14:20:57 -0500 Subject: [PATCH 1/2] Fix the Atlas Browser integration --- seleniumbase/core/detect_b_ver.py | 4 ++-- seleniumbase/fixtures/constants.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/seleniumbase/core/detect_b_ver.py b/seleniumbase/core/detect_b_ver.py index 8a97a7b8db2..b6590c1e247 100644 --- a/seleniumbase/core/detect_b_ver.py +++ b/seleniumbase/core/detect_b_ver.py @@ -462,8 +462,8 @@ def get_binary_location(browser_type, chromium_ok=False): }, ChromeType.ATLAS: { OSType.LINUX: atlas_on_linux_path(browser_type), - OSType.MAC: r"/Applications/Atlas.app" - r"/Contents/MacOS/Atlas", + OSType.MAC: r"/Applications/ChatGPT Atlas.app" + r"/Contents/MacOS/ChatGPT Atlas", OSType.WIN: atlas_on_windows_path(browser_type), }, } diff --git a/seleniumbase/fixtures/constants.py b/seleniumbase/fixtures/constants.py index 75ad0ed9eff..b30c0c96457 100644 --- a/seleniumbase/fixtures/constants.py +++ b/seleniumbase/fixtures/constants.py @@ -446,6 +446,7 @@ class ValidBinaries: "Opera", "Comet Browser", "Comet", + "ChatGPT Atlas", "Atlas Browser", "Atlas", ] From 5d1c42782c5768fa2e798a864ba821eae566c73a Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Tue, 18 Nov 2025 14:21:19 -0500 Subject: [PATCH 2/2] Version 4.44.15 --- seleniumbase/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seleniumbase/__version__.py b/seleniumbase/__version__.py index 50216203275..c25ad3450eb 100755 --- a/seleniumbase/__version__.py +++ b/seleniumbase/__version__.py @@ -1,2 +1,2 @@ # seleniumbase package -__version__ = "4.44.14" +__version__ = "4.44.15"