[wtr-general] Cannot fill nested text_field in one form

2011-10-18 Thread get
Hey guys, I am realatively new to Watir. I have a simple project to fill up the user sign-up sheet. However, my code only filled the first part of the form, the user name, and then a javascipt fired up, and then it just exist without filling up the rest. It exit with out any error message.

Re: [wtr-general] Cannot fill nested text_field in one form

2011-10-18 Thread Raveendran P
Hi, I have navigated the website provided by you. The Working Code for Google Chrome ie=Watir::Browser.new :chrome ie.goto(http://contour.com/users/;) ie.link(:id,'dd1').click (To Click Sigin In Drop Box) ie.text_field(:id,'user_email').set(jazzezr...@gmail.com)