Z
zak
Hello!
When I create an instance of Watir::Browser
br = Watir::Browser.new :chrome,
rofile => profile
and for instance do some web crawling with it I have the problem, that
the chrome window becomes the foreground window whenever a new url is
loaded.
This prevents me from working.
So: Is it possible to keep the window in background or make it
invisible?
Thanks!
When I create an instance of Watir::Browser
br = Watir::Browser.new :chrome,
and for instance do some web crawling with it I have the problem, that
the chrome window becomes the foreground window whenever a new url is
loaded.
This prevents me from working.
So: Is it possible to keep the window in background or make it
invisible?
Thanks!