zak
unread,Oct 11, 2012, 7:28:02 AM10/11/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello!
When I create an instance of Watir::Browser
br = Watir::Browser.new :chrome, :profile => 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!