It was a bug in Core when it parses the return value. It has been fixed now.
Please update your core from our Maven repo or directly download it from
here,

http://maven.kungfuters.org/content/repositories/snapshots/org/telluriumsource/tellurium-core/0.7.0-SNAPSHOT/tellurium-core-0.7.0-20100111.212342-36.jar

Let us know if you have any further problems.

Thanks,

Jian

On Mon, Jan 11, 2010 at 11:54 AM, ChrisW-UK-78
<[email protected]>wrote:
>>
>>> 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]<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