On Fri, Oct 16, 2009 at 9:43 PM, H Kogi <hko...@gmail.com> wrote:
> My application opens a small browser (almost like a popup) that has no
toolbar (screenshot attached).  With no toolbar, I cannot use IE develper
toolbar (if I can, please let me know.). How can I identify objects?

What do you want to do?

You can use collections to see only elements that you are interested in:

http://wiki.openqa.org/display/WTR/Collections+of+HTML+Elements

browser.select_lists.each { |select_list| select_list.flash }

Since the page is simple, you can use index to locate elements:

browser.select_list(:index, 1).flash

Try this: open any page in IE, activate IE dev toolbar, close IE with dev
toolbar still open. When you open IE the next time dev toolbar should be
activated.

Željko
--
http://watirpodcast.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to