Y
Hacker News
new
|
ask
|
show
|
jobs
by
giis
552 days ago
Looks nice. Is it possible start_chrome() with specific chrome browser profile name or re-use existing open firefox/chrome browser session and launch a new tab with specific domain?
1 comments
mherrmann
552 days ago
I don't know. Please check if Selenium supports this and if yes, use Helium's
set_driver(...)
or
options
argument to
start_chrome(...)
.
link