Hi,

You don't need to manually add any jar file, just simply load up the project
to your IDE by picking the pom.xml file if you
use IntelliJ IDEA.

The reason clicks do not work is that your UI only responds to "mouseDown"
and "mouseUp" events, not "click"
event.

I will double check it later.

Thanks,

Jian

On Thu, Jul 15, 2010 at 5:33 AM, GK <[email protected]> wrote:

> Hi Jain,
>
> Thanks a lot for your help.
>
> I have tried code on *http*://aost.googlecode.com/svn/trunk/core site, but
> it is not working for me. I am getting below errors.
>
> I am getting the package import error for "import
> org.telluriumsource.dsl.DslContext" ,even when I added
> tellurium-core-0.8.0-20100713.152459-22.jar to my reference libraries.
>
> I have run the same code on tellurium-core-0.7 version, but clicks are
>  not working.
>
> Please help me on this issues.
>
> Thank You,
> GK
>
> On Wed, Jul 14, 2010 at 6:55 PM, Jian Fang <[email protected]>wrote:
>
>> 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]<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]<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