From: Joel Pearson Date: 2013-02-06T09:11:35+09:00 Subject: Re: Not able to enter value in text box inside the iframe "Not working" is vague. Do you get an error message? does the object show as present? visible? Have you tried using IRB and an active watir session to try various selectors and see what happens? Sometimes being more vague helps, like ie.text_field(:name,"cc") Also, try listing all frames and getting their names /ids ie.frame(:index => 0).name Interestingly the first result I noticed when looking up Watir and iFrames was a comment that watir-webdriver works better with them. Perhaps this is a possibility you could look into. http://watirtips.blogspot.co.uk/2011/05/iframes.html -- Posted via http://www.ruby-forum.com/.