Code: Select all
Let>CHROMEDRIVER_OPTIONS=--user-data-dir=/path/to/existing/profile
a: Set a binary with ChromeDriver CLI flags.
or:
b: Interact with an existing ChromeDriver browser session?
I can launch the required browser with Selenium / ChromeDriver using Python, and export the session_id, but when I try to take over the session with MacroScheduler and use ChromeNavigate, nothing happens.