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