feat(browsers): Add a new option to set browser path

Solves #202
This commit is contained in:
Karim shoair
2026-03-30 03:06:58 +02:00
parent 6598664f55
commit 8a4c5ffa3b
3 changed files with 9 additions and 0 deletions
+2
View File
@@ -458,6 +458,8 @@ class BaseSessionMixin:
"channel": "chrome" if config.real_chrome else "chromium",
}
)
if config.executable_path:
self._browser_options["executable_path"] = config.executable_path
self._user_data_dir = config.user_data_dir
else: