Hi
   I have been playing around with Tellurium for the last 4 - 5 days and I
have been really impressed with the code. I majorly use WebTest with Groovy
and I am looking to have Tellurium as the code for which WebTest is too
difficult .

  I have the following issues :
    (a) The source code checkout does not work with Groovy 1.6-RC3. It works
only with Groovy 1.5.7 . I tried changing the pom.xml but see that the
dependency for Groovy 1.6 is already there. When I run I get an error saying
compiled version and running version have different constructors for
MetaClass...

My more immediate need :

    (b) My HTML Page looks like this
         <iframe id="x1"> ... <div id="contentframe">..   <div
id="actualcontent"/>  .. </div> </iframe>
         <iframe id="x2"> ... <div id="contentframe">..   <div id="abcd"/>
.. </div> </iframe>

So I defined my Module as

   UI,Frame(uid:"x1") ...{
       Div(uid:abc, clocator: [id: "actualcontent"]
}

  UI,Frame(uid:"x1") ...{
       Div(uid:abc, clocator: [id: "abcd"]
}

Notice that I skipped the child in between frame

When I run my tests I get an error saying element "abcd" not found  .

My question :
   Is there some way that I can define an expression like some child of x2
in the UI Module . (I seem to be heavily influenced by XPath ).

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