may need to click on the input inside td

      From: sivam <[email protected]>
 To: Watir General <[email protected]> 
 Sent: Wednesday, June 8, 2016 8:46 AM
 Subject: [wtr-general] Passing value to <td> is not working
   
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.

Reply via email to