You can also set visible:false in the the options.yml file if you
don't want to do it on a script by script basis.

More details here: http://wiki.openqa.org/display/WTR/Browser.new

On Feb 4, 11:37 am, orde <ohil...@gmail.com> wrote:
> You can set the browser as invisible after launching the browser
> (fromhttp://wtr.rubyforge.org/rdoc/1.6.5/classes/Watir/IE.html#M000266):
>
> browser = Watir::Browser.new
> browser.visible=(0)
>
> Not sure if that's what you're looking for, tho.  Hope it helps.
>
> orde
>
> On Feb 4, 12:14 am, venkat <greet.ven...@gmail.com> wrote:
>
> > Thanks in advance if anybody answers my query here it is:
>
> > i have my watir script named login.rb which checks the functionality of
> > Login, go to Inbox then Logout from Gmail website.
> > If I run this login.rb using google loadtest example, it fails with multiple
> > users (#5), multiple iterations(5). Hence I want run these tests in the
> > background process without seeing on the functional GUI navigation on
> > windows.
>
> > Would there be any solution to run my tests for load in the backgound? One
> > of my friend's friend gave me clue that it can be done using
> > Fork...Spawn...with parent process/ child process even in windows too...
>
> > Please help me
> > venkat

-- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general

Reply via email to