[wtr-general] Re: Watir Ajax - running into error

2012-06-18 Thread Suzie Nieman
Ah okay. Thank you for the reply. I understand now what it means by frame. Here is the HTML for the element (text field) I am attempting to manipulate: input type=text name=store id=store size=15 onkeyup=storeAutoComplete(event); onblur=popupRemoveFocus(); style=height:20; value= I attempted

Re: [wtr-general] Re: Watir Ajax - running into error

2012-06-18 Thread Željko Filipin
On Mon, Jun 18, 2012 at 2:40 PM, Suzie Nieman niema...@gmail.com wrote: def workspace; @browser.text(:name, store); end browser.text should be browser.text_field Željko -- filipin.eu Looking for a software tester that eats, sleeps and breathes Watir? Look no more. -- Before posting, please

[wtr-general] Re: Watir Ajax - running into error

2012-06-18 Thread Suzie Nieman
I thought so, had tried that as well and got this: C:/Ruby193/lib/ruby/gems/1.9.1/gems/watir-classic-3.0.0/lib/watir-classic/elemen t.rb:66:in `assert_exists': Unable to locate element, using {:tag_name=[text, password, textarea], :name=store} (Watir::Exception::UnknownObjectExcept ion)

[wtr-general] Re: Watir Ajax - running into error

2012-06-18 Thread Suzie Nieman
I got it working, thank you. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr...@googlegroups.com