0.7.0 changed to use CSS selector as the default locator. As Khush suggested, your UI module may have special characters that jQuery cannot handle correctly. Do you mind posting your UI module definition here?
Thanks, Jian On Fri, May 21, 2010 at 12:12 AM, khush <[email protected]> wrote: > hello Alisha, > > this is probably coming becuase u r having : in id attribute. > > Thanks, > Khush. > > On May 19, 3:30 pm, Alisha Rai <[email protected]> wrote: > > Hi, > > > > I am getting following error while running a web test after upgrading > tellurium 7. Can some one provide some solution for this? > > > > com.thoughtworks.selenium.SeleniumException: ERROR: Command > > execution failure. Please search the Tellurium User Group athttp:// > groups.google.com/group/tellurium-usersfor error details from the log > > window. The error message is: Syntax > > error, unrecognized expression: Syntax error, unrecognized expression: > Search > > > > at > > > com.thoughtworks.selenium.HttpCommandProcessor.throwAssertionFailureExceptionOrError(HttpCommandProcessor.java:97) > > > > at > > > com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:91) > > > > at > > sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source) > > > > at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > > > at > > > org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:229) > > > > at > > > org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:52) > > > > at > > > org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:129) > > > > at > > > org.telluriumsource.component.connector.CustomSelenium.getBundleResponse(CustomSelenium.groovy:257) > > > > at > > sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source) > > > > at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > > > at > > org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:86) > > > > at > > groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:234) > > > > at > > groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1049) > > > > at > > groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:880) > > > > at > > > groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:149) > > > > at > > groovy.lang.MetaObjectProtocol$invokeMethod.call(Unknown Source) > > > > at > > > org.telluriumsource.component.dispatch.Dispatcher.methodMissing(Dispatcher.groovy:56) > > > > at > > sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source) > > > > at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > > > at > > org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:86) > > > > at > > groovy.lang.MetaClassImpl.invokeMissingMethod(MetaClassImpl.java:813) > > > > at > > > groovy.lang.MetaClassImpl.invokePropertyOrMissing(MetaClassImpl.java:1098) > > > > at > > groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1051) > > > > at > groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:880) > > > > at > > > org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:39) > > > > at > > > org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:129) > > > > at > > > org.telluriumsource.component.bundle.BundleProcessor.passBundledCommand(BundleProcessor.groovy:322) > > > > - > > Alisha > > > > -- > > 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]<tellurium-users%[email protected]> > . > > For more options, visit this group athttp:// > groups.google.com/group/tellurium-users?hl=en. > > -- > 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]<tellurium-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tellurium-users?hl=en. > > -- 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.
