On Mon, May 7, 2012 at 3:00 PM, CrazyFrog <[email protected]> wrote: > Can i do the same in Watir without using the selenium gem?
Yes. browser.element(:id => "an_id") > After i have found the element i want to call some functions like > click or set text functions is that possible? Yes. browser.element(:id => "an_id").click browser.element(:id => "an_id").set "some text" Željko -- watir.com/book - author -- 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]
