Re: Watir : Working in same session of IE
- From: Peña, Botp <botp@xxxxxxxxxxxxxxxxx>
- Date: Wed, 30 Apr 2008 05:03:25 -0500
From: list-bounce@xxxxxxxxxxx
# Actually am stuck in a problem.
# I am performing the following set of commands:
# require 'watir'
# ie = Watir::IE.new
# ie.goto("http://www.google.com")
# When I execute, it successfully opens a new browser with the correct
# google url.
# Now, in this code, I simply want to add:
# ie.text_field(:name, "q").set 'roger federer'
# If I append the above line to the above code, it will open a
# new session of IE
that's weird. i just tried your code, and it does *not open another (new) session (in that case, i only have 1 ie session open, not 2).
kind regards -botp
- Follow-Ups:
- Re: Watir : Working in same session of IE
- From: Anukul Singhal
- Re: Watir : Working in same session of IE
- References:
- Watir : Working in same session of IE
- From: Anukul Singhal
- Watir : Working in same session of IE
- Prev by Date: Watir : Working in same session of IE
- Next by Date: Re: Watir : Working in same session of IE
- Previous by thread: Watir : Working in same session of IE
- Next by thread: Re: Watir : Working in same session of IE
- Index(es):