> Hi Thomas,
>
> I'm using Simulator to test our product made by qooxdoo. I got a problem
> when I tried clicking Toolbar in IE. The script is something like:
>
> sel.qxClick('//img[contains(@src,"copy.gif")]')
>
> This works fine in FF, but I got an Exception in IE7:
>
> Exception: ERROR: Element //img[contains(@src,"copy.gif")] not found

Hi Chi,

there are supposedly issues with the Xpath implementation in IE, but I
would have guessed that the Selenium Core takes care of that... All I can
say at the moment is try to devise a locator that works in both browsers.
If nothing works you can still fall back to setting an id or name
attribute on the element, or using the UserData locator for qooxdoo.

Thomas


>
> Thanks a lot.
> Chi
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to