Hi, you right. But we have more than 50 tools developed on this and 20 to
30 users are using this. Upgrading to latest would be v g task for us now.
Below is my code to interact with that element
$ie.frame(:index, 1).table(:id, 1)[1][1].click
$ie.frame(:index, 1).table(:id, 1)[1][1].text_field(:index,1).set("value1")Once the first line is executed, it supposed show the text box and I can pass the value on to that. But first line itself not working. Manually if we click the table data, it will display the text box of inside the td which I have mentioned in the initial query. On Jun 9, 2016 9:24 AM, "Super Kevy" <[email protected]> wrote: 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. -- -- 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.
