Each time when a new selenium session starts the selenium window becomes active (front window). Is there any way to prevent this, so a new selenium window opens in the background?
Asked
Active
Viewed 133 times
0
-
Try headless options which will run in background. – KunduK Feb 16 '19 at 12:25
-
@KajalKundu I know about this option. I need to keep the window open. – Mykola Zotko Feb 16 '19 at 12:26
-
1Ok got your question see the following stackoverfollow discussion if this help – KunduK Feb 16 '19 at 12:31
-
1https://stackoverflow.com/questions/16180428/can-selenium-webdriver-open-browser-windows-silently-in-background – KunduK Feb 16 '19 at 12:31
-
1@KajalKundu That‘s what I need. So my question is a duplicate. – Mykola Zotko Feb 16 '19 at 12:48