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.

Reply via email to