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].
For more options, visit this group at
http://groups.google.com/group/tellurium-users?hl=en.