Set Homepage before creating Chrome #2050
Unanswered
MichaelMarcelKZ
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to set a homepage before ChromeDriver is created. The problem is, if someone has a homepage, ChromeDriver loads it before going to next "driver.get", "driver.set_window_position", and "driver.set_window_size".
I want to set "about:blank" as homepage, to be faster, how can I do it? I didn't find anything about it.
Beta Was this translation helpful? Give feedback.
All reactions