Hello Jian, Thanks for the reply... but i have already tried out the below mentioned thing. Actually, our requirement is to write a "Custom CSS Selector/ JQuery Selector" using Tellurium, my request to you is can you please tell me a sample Custom CSS Selector/ JQuery Selector code you have implemented which i can refer to or any Tellurium Sites references for the same.
Kindly get back to me. Thanks, -Eric. On Dec 20, 7:05 pm, Jian Fang <[email protected]> wrote: > Which version of Tellurium are you using? > > You could try > > mod.enableCssSelector() > > to enable CssSelector and > > mod.disableCssSelector() > > to change back to xpath. > > jQuery selector has been renamed to CSS selector since 0.7.0. > > Thanks, > > Jian > > On Mon, Dec 20, 2010 at 7:14 AM, Eric Gokavi <[email protected]> wrote: > > Hello, > > > I have been using Tellurium for some time now but i was not able to > > figure out how to use JQuerySelector. > > My test case code is > > > Module mod; > > �...@beforeclass > > public static void init(){ > > mod= new Module (); > > mod.defineUi(); > > } > > > �...@test > > public void testInfinity(){ > > mod.useJQuerySelector(); > > } > > > but when i run the tests i get the following error mentioned below. > > > [INFO] Compilation failure > > [INFO] cannot find symbol > > symbol : method useJQuerySelector() > > > is there some setting in tellurium i need to do to enable > > JQuerySelector, if yes can you guide me on that. > > > Thanks, > > -Eric. > > > -- > > 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.
