I guess the reason is that the form is not a traditional form and all
actions are actually
controlled by JavaScript events. For instance, the "OK" button may only
respond to the
"mouseDown" and "mouseUp" events.

I wrapped up a test case in Tellurium core for you yesterday and seems it
worked.
Could you check out tellurium trunk/core at

*http*://aost.googlecode.com/svn/trunk/core

and run the

org.telluriumsource.ft.DisplayTestCase

to see what happens?

Thanks,

Jian

On Wed, Jul 14, 2010 at 2:53 AM, GK <[email protected]> wrote:

> 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]<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