Hi,

I've started using the new APIs and have come across a few issues.

1. isVisible does not return the correct value at all times.
I think the function will need additional checks, maybe like:
teJQuery(selenium.browserbot.findElement("jquery=#totalFunds")).css('visibility')

2. selectByValue, selectByLabel etc. do not seem to trigger JavaScript
events
During my tests the field contents are modified but pages do not
reload when I expect them to.
I noticed the selenium API has this at the end of the code
if (changed) { triggerEvent(element, 'change', true); }
I tried doing a similar thing with jQuery but could not make it work.

3. click does not work correctly when a link should open a popup
window. Instead it opens the location of the popup in the main window.
Maybe some extra logic to take account of the "target" attribute is
needed?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en.

Reply via email to