From: Michael Michael Date: 2009-01-15T01:06:35+09:00 Subject: Ruby Opportunities I don't mean to be too intrusive as I am a dreadful IT Recruiter that you probably all despise. I am working on filling a number of RoR Developer positions for an exciting young company in NYC. If you are interested in learning more about the position please e-mail me, mmartino@apexsystemsinc.com or call me at 212.991.1835. No one has to know that you contacted me regarding and you can still bash me here in the blog. Have a great day! Thanks! Mario Ruiz wrote: > I need to access an object with Watir through the name without knowing > what kind of object is. > For example the control could be a button or a link and > I would like to do something like: > > require 'watir' > include Watir > ie=IE.new > ie.goto("file://c:/temp2.htm") > > ie.object(:name,"imp1").click() > > Is there any way???? > Thank you in advance. -- Posted via http://www.ruby-forum.com/.