Hi,

I have just moved our test project onto the 0.7.0 snapshot (to allow
the selenium timeout to be specified in the config file). This has
caused the isElementPresent command in our tests to stop working,
other commands such as getText work with the same Uid's so the element
and Ui definition seem be correct:

page.isElementPresent("breadcrumb[1].urlLink")    <-- returns false,
used to return true

page.getText("breadcrumb[1].urlLink")       <--- returns 'Home' as
expected


The ui definition is:

                ui.List(uid:IncludeName(),clocator: [tag: "ul", 
id:"breadcrumb"])
                {
                        Container(uid: "all", clocator: [tag:"li"])
                        {
                                UrlLink(uid: "urlLink", clocator: [tag: "a"])
                        }
                }

Where IncludeName()   is "breadcrumb" in this case.


Any help gratefully received.

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