Files
g3/crates/g3-computer-control/src
Dhanji R. Prasanna bbe57b4764 Fix ChromeDriver session hanging when Chrome is already running
- Add unique user-data-dir per process to avoid profile conflicts
- Add 30-second timeout to connection attempts to prevent indefinite hangs
- Fix borrow checker issue with ClientBuilder

The session creation was hanging because ChromeDriver was trying to
use the same profile as the running Chrome browser. Using a unique
temp directory (/tmp/g3-chrome-{pid}) isolates the headless session.
2025-12-15 17:36:34 +11:00
..
2025-11-27 21:00:02 +11:00
2025-11-27 21:00:02 +11:00
2025-11-27 21:00:02 +11:00
2025-10-24 10:45:24 +11:00