I am trying to automate the sproutcore web application using
Tellurium. The URL of sproutcore application is:
http://demo.sproutcore.com/signup/
But the InputBox text "type" and button "click" are not working in
sproutcore for sellenium and Tellurium.
In selenium, instead of "Click" if i use "mouseDown" and "mouseUp"
then it is working fine.Below is the sample code for selenium.
selenium.mouseDown("//Xpath.......");
selenium.mouseUp("//Xpath.......");
I tried similar way in Tellurium also but it is not working.
Please help me how to automate the http://demo.sproutcore.com/signup/
application using Tellurium
Thanks,
GK
--
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.