[wtr-general] Re: Problem with inputting data into text area - Please help me get the Watir command to fill information in the form correctly

2012-03-30 Thread Chuck van der Linden
Without x-path (yes please! it's so much easier to read this way) b.frame.button(:id = 'button3').click b.frame.button(:id = 'btnSubmitCopyPaste').click On Friday, March 23, 2012 7:01:52 AM UTC-7, Hal Casteel wrote: == HTML of my form: the relevant part - (html

[wtr-general] Re: Problem with inputting data into text area - Please help me get the Watir command to fill information in the form correctly

2012-03-27 Thread Hal Casteel
== HTML of my form: the relevant part - (html is inside an iframe) == td width=128 label input type=button title=Clear Form onClick=document.getElementById('secondForm').value = ''; value=Clear Form id=button3 class=cyp_btn_bg name=button3 /label