Hi Thomas,

>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.

I think I've got it now. There is a 'txt' near those toolbar, so I used a group 
of 'div' to located it, it's something like:

qxClick("//*[text()=\"txt\"]/parent::div/parent::div/parent::div/div[2]/div[8]/div")

a litte ugly, but at least this works in both IE and FF :).

On the other hand, I guess we might use 'alt' or 'title' if there are. 

Our code is like 

<img width="16" height="16" style="border: 0pt none ; vertical-align: top;" 
alt="" title="" src="copy.gif"/>

if we can give it a 'alt' or 'title', we might do this easier!

Anyway, thanks again. Have a nice day.

Chi


>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
>

                        




-------------------------------------------------------------------------
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