Re: [Wtr-general] Locating HTML objects

2006-05-26 Thread Lonny Eachus
ngs like name or id. So you could have "get_all_ids()" or "get_all_names()" for example. Put this in a .rb file somewhere in your project. Your /lib directory is a good place. You could make a /lib.w_extensions.rb for example. Lonny Eachus =

Re: [Wtr-general] Locating HTML objects

2006-05-26 Thread Charley Baker
Aidy,   You can use the Internet Explorer developer toolbar to view objects and the DOM for a page: http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en-CharleyOn 5/26/06, Adrian Rutter <[EMAIL PROTECTED]> wrote: Hi,I am trying to locate som

[Wtr-general] Locating HTML objects

2006-05-26 Thread Adrian Rutter
Hi, I am trying to locate some objects on my HTML page. I have used the method show_all_objects, but on the command screen I am just getting a freeze on this: C:\Program Files\Watir\Watir_Tests>ruby addCustomer.rb ---Objects in page - Could anyone give me a link to the