You can set extraEvent = false
to disable the extra events. In the meanwhile, you can use the way described here http://code.google.com/p/aost/wiki/TelluriumJQueryFirebug#Trace_Problems_Using_jQuery to set a breakpoint on mouseOut(jquery=#languageSelector) and check if the id "languageSelector" is actually there before run this line. Thanks, Jian On Tue, Aug 18, 2009 at 6:05 AM, dominicm <[email protected]>wrote: > > HI, > > I've recently moved to using a customConfig for my tests (no real > choice here due to out test harness) and have noticed that the extra > mouse events are causing problems with some of my page elements: > > select(jquery=#languageSelector, value=bg) > mouseOut(jquery=#languageSelector) > > causes a SeleniumException: > ERROR: Element jquery=#languageSelector not found > > This appears to be triggered by the mouseOut event. > > So 2 questions: > 1. How do I set the "extraEvent" field of TelluriumConfig.groovy in a > customConfig? > 2. Why would a mouseOut not find the element? Possibly this is because > the initial select would in this case cause a page reload? > > 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 -~----------~----~----~----~------~----~------~--~---
