[wtr-general] button type = submit + Click

2011-01-12 Thread Aravind
Hi Experts I have a button in my page with the html code span id=ADloginWSLSubmitButtoninput type=submit value=I Concur / span I used the code like button(:id, one).click But when i run it is not clicking the button Please help thanks aravind -- Before posting, please read

Re: [wtr-general] button type = submit + Click

2011-01-12 Thread Željko Filipin
On Wed, Jan 12, 2011 at 3:54 PM, Aravind aravindredd...@gmail.com wrote: input type=submit value=I Concur button(:id, one).click Try this: button(:value = I Concur ).click Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing.

Re: [wtr-general] button type = submit + Click

2011-01-12 Thread Aravind
Thanks Filipin it worked thanks aravind On Wed, Jan 12, 2011 at 8:24 PM, Aravind aravindredd...@gmail.com wrote: Hi Experts I have a button in my page with the html code span id=ADloginWSLSubmitButtoninput type=submit value=I Concur /span I used the code like button(:id, one).click