On Thu, Apr 14, 2011 at 5:21 PM, Abe Heward <[email protected]> wrote: > Is there any way to fill a browser text field with the text string instantaneously instead of Watir typing the string one character at a time?
Try this: browser.text_field(how, what).value= "string" Željko -- watir.com - community manager watir.com/book - author watirpodcast.com - host viaqa.mobi conference on software testing - organizer -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
