Re: [wtr-general] Re: how to simulate Enter on a jumper box

2011-04-14 Thread a b
Thanks a lot, I've try it but I am using firefox. Does anyone know to use it on firefox? Thanks a lot, Cristina On Wed, Apr 13, 2011 at 4:20 PM, orde ohil...@gmail.com wrote: If I'm following your question correctly, you can activate the Enter key via the send_keys method. For example:

[wtr-general] Re: how to simulate Enter on a jumper box

2011-04-13 Thread a b
I have attached the code screen snapshot. Thanks, Cristina On Wed, Apr 13, 2011 at 3:17 PM, a b cristina.watir.toro...@gmail.comwrote: Hi all, I didn't find any example on how to simulate Enter on a jump field. I have a jump/search text field and is working only when we hit enter. I do

[wtr-general] Re: how to simulate Enter on a jumper box

2011-04-13 Thread orde
If I'm following your question correctly, you can activate the Enter key via the send_keys method. For example: browser.send_keys('{ENTER}') For more info, see http://wtr.rubyforge.org/rdoc/1.6.5/classes/Watir/IE.html#M000497 Hope it helps. orde On Apr 13, 1:01 pm, a b