Hi,

I am using firefox7 and watir-webdriver

and I have the following code:

    $browser.text_field(:id => "macjumpbox").click
    $browser.text_field(:id => "macjumpbox").set("something")
    $browser.send_keys:enter

I have a problem because i do not know why " $browser.send_keys:enter"
is not working for the following element:

<input type="text" id="macjumpbox" trigger="enter" func="jump"
class="macXfunc">


but is working for:

    $browser.text_field(:id => "__domain").click
    $browser.text_field(:id => "__domain").set("something")
    $browser.send_keys:enter

<input type="text" r="1" trigger="change" func="create_domain_exists"
class="macXfunc" maxlength="64" size="50" id="__domain">


Used to be working properly on ff3.6.
What can be wrong?
ps- i do not receive any error; but the enter is not actually happen.

Thanks a lot,
Cristina

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to