--
--
Before posting, please read https://github.com/watir/watir_meta/wiki/Guidelines-for-Posting-to-Watir-General-Google-Group.
In short: search before you ask, be nice.
watir-...@googlegroups.com
http://groups.google.com/group/watir-general
watir-genera...@googlegroups.com
---
You received this message because you are subscribed to the Google Groups "Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email to watir-genera...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
browser.window.move_to(-3000, 0)
--
But it will still shows up for some seconds.
On Wed, 10 Apr, 2019, 7:42 PM NaviHan, <hishin...@gmail.com> wrote:
Try this after you open the browser--
browser.window.move_to(-3000, 0)
This will minimize the window
On Wednesday, 10 April 2019 22:42:13 UTC+10, watirQ wrote:ExpertsEach time when use .goto or open a new tab, the browser window will lump to the frontend of the screen. How to keep the Watir browser run on the backend, so that will not interrupt other worksThanks
--
Before posting, please read https://github.com/watir/watir_meta/wiki/Guidelines-for-Posting-to-Watir-General-Google-Group.
In short: search before you ask, be nice.
watir-...@googlegroups.com
http://groups.google.com/group/watir-general
---
You received this message because you are subscribed to the Google Groups "Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email to watir-...@googlegroups.com.
---
You received this message because you are subscribed to the Google Groups "Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email to watir-genera...@googlegroups.com.
args = ['--allow-running-insecure-content --window-position=-3000, 0']
browser = Watir::Browser.new :chrome, options: {args: args}
--
args = ['--window-position=-3000,0']
browser = Watir::Browser.new :chrome, options: {args: args}
args = ['--window-position=-3000,0'] browser = Watir::Browser.new :chrome, options: {args: args}