Why such and old version of Watir that version is from 2009: https://rubygems.org/gems/watir/versions
Why not show us your code. It makes debugging for the group easier. On Wednesday, June 8, 2016 at 10:46:45 AM UTC-5, sivam wrote: > > Hi all, > > I am using watir 1.6.5 to interact with pages. I got into an issue and I > need your help on to fix this. > > I want to pass values to table data elements. Manually when I click on > table cell, it becomes editable and allowing me to pass value. When I was > trying to click from ruby watir, click event is not happening. I tried > fireevent and cell.value but nothing made me to show that editable field. > Please have the html page before click and during click. > Before click: > <tr class="ahg"> > <td></td> > </tr> > After click: > <tr class="ahg"> > <td class="cellEditing"><input class="form-ctrl" id="I'd"></td> > </tr> > Can you please help me in passing value to td using watir > > -- -- 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] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
