Hi
   I have added methods to access the XForm as part of the
user-extensions.js and I am able to test them with Selenium

   I am faced with the following questions :

1)
   I cannot define a XForm module since the module definitions do not take a
name space in the tag.   I am not sure what is the best way of over coming
that

2)
   Some of the XForm controls are not visible in the DOM (The XForm
processor  in Mozilla uses XBL bindings and these are not visible in the DOM
).. One example of this is the XForm Repeat tag. I am not sure how I can
define them in the UI module

3)
   Some of my tests which do not use XForm specific inputs are coded as
Tellurium modules (having init etc ) while the others need to be accessed as
selenium . Is there a way I can mix these 2 (Not sure if that is a good idea
. Is there somekind of get the selenium object of Tellurium )

Regards
Hari

On Wed, Apr 22, 2009 at 8:54 AM, Harihara Vinayakaram <[email protected]>wrote:

> OK . In the meanwhile I will complete adding controls for all the standard
> XForms controls . (input, select, select1 etc)
>
> Regards
> Hari
>
>
> On Wed, Apr 22, 2009 at 8:29 AM, John <[email protected]> wrote:
>
>>
>> I will add the setting in TelluriumConfig.groovy so that you can wire
>> in your
>> custom Selenium class. But we are in the middle of updating code to
>> support Selenium Grid. Will add the support after this is done.
>>
>> Thanks,
>>
>> Jian
>>
>> On Apr 21, 12:38 pm, Jian Fang <[email protected]> wrote:
>> > We will also add a hook in TelluriumConfig.groovy file so that you can
>> > extend CustomSelenium class and
>> > your custom methods will be loaded into Tellurium if you set your custom
>> > class there.
>> >
>> > On Tue, Apr 21, 2009 at 12:17 PM, Harihara Vinayakaram <
>> [email protected]>wrote:
>> >
>> > > Hi
>> > >     I figured out how to set / get values of XForms . The XForms are
>> > > defined as XBL bindings in Mozilla .
>> >
>> > >     I have defined these functions (get & set) as functions in
>> > > user-extensions.js  .
>> > >    I have mentioned this file  as parameters in the selenium-server
>> >
>> > >     How do I now access these functions from my java test file .
>> Should I
>> > > define a function that will then a doCommand of the 'new command' . Is
>> there
>> > > some naming convention that I need to follow
>> >
>> > > Thanks
>> > > Regards
>> > > Hari
>> >>
>>
>

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