views:

2061

answers:

4
+4  A: 

I believe this is raised in the OpenQA Jira: http://jira.openqa.org/browse/SIDE-316. It has also been discussed here: http://clearspace.openqa.org/message/64455

Until the issue has been resolved you can revert to the 1.0b2 version of Selenium IDE http://release.seleniumhq.org/selenium-ide/1.0-beta-2/ but this wont install on Firefox 3.5.x unless you disable extensions.checkCompatability in about:config. See http://kb.mozillazine.org/Extensions.checkCompatibility

Dave Hunt
Excellent find Dave - thanks very much. It certainly was feeling like a bug.
Bayard Randel
A: 

it works, thanks but, take care, sometimes it calls two times the click method

hernan
A: 

Hi,

Thanks for the great 'doBeatnicClick' function, works like a charm on S-IDE. Would it be possible to give the same, or something else to work with the Java language?

When I change the format to Java, your function is not interpreted and comes out as being a comment !

Thanks for your help. Erik

You should be able to use the normal `click` method in Java with Selenium RC. I believe the custom extension is used to workaround a bug that only exists in Selenium IDE.
Dave Hunt
Great thanks a lot ... works correctly on RC
A: 

I was hitting what I assume is this bug when testing a GWT site with Selenium IDE 1.0.2. I just updated to 1.0.4 and don't have it any more.

Dan