I disagree that you need both the text and class in this case. Unless there's another button or span with that same text, you don't need anything else.
On Jan 16, 2013, at 9:41 AM, Super Kevy <[email protected]> wrote: > ie$.span(:class => 'ui-button-text', text=>'Ok').flash > ie$.span(:class => 'ui-button-text', text=>'Ok').click > > I think the other failure is there is more then one class value in the parent > div & button. > Not sure how watir handles that > > > > > On Tuesday, January 15, 2013 10:50:57 AM UTC-6, Deepak Kumar wrote: >> >> Hi, >> >> following is the HTML code >> >> <div class="ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"> >> <button type="button" class="ui-button ui-widget ui-state-default >> ui-corner-all ui-button-text-only" role="button" aria-disabled="false"> >> <span class="ui-button-text">Ok</span></button></div> >> >> How i can click the span. >> I used the following code.but it did'nt helped :( >> >> $ie.div(:class , "ui-dialog-buttonpane ui-widget-content >> ui-helper-clearfix").button(:class,"ui-button ui-widget ui-state-default >> ui-corner-all ui-button-text-only").span(:class,"ui-button-text").click >> >> I am getting the following error >> >> Unable to locate element, using {:class=>"ui-dialog-buttonpane >> ui-widget-content ui-helper-clearfix", :tag_name=>["div"]} > > -- > Before posting, please read http://watir.com/support. In short: search before > you ask, be nice. > > [email protected] > http://groups.google.com/group/watir-general > [email protected] -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
