Everytime I do a get,
for a in al:
browser.get(a)
...
the window of the browser gets on-top and I cannot do other things on the computer.
I am using python, Chrome driver and Windows 7.
How can I make the browser to stay in the backround and prevent it to get on-top of other windows every-time the browser.get(a)
is taking place ?