On 7 April 2010 15:45, John <[email protected]> wrote:

<snip/>

>
> Would it be possible for you to use partial match? for example, have
> you tried to use "$PhoneNumber"
> as the name attribute?
>

I can't use $PhoneNumber as I actually have two phone number fields

            Container(uid: "phone") {
                Container(uid: "mobile") {
                    Selector(uid: "country", clocator: [name:
"Profile/Customer/Telephone/@CountryAccessCode"])
                    InputBox(uid: "number", clocator: [name:
"Profile/Customer/Telephone/@PhoneNumber"])
                }
                Container(uid: "home") {
                    Selector(uid: "country", clocator: [name:
"Profile/Customer/HomeTelephone/@CountryAccessCode"])
                    InputBox(uid: "number", clocator: [name:
"Profile/Customer/HomeTelephone/@PhoneNumber"])
                }
            }

However if I try hard enough I can probably find a workaround for all
situations (trading off a little usability) but I don't really have
time to analyse all 26 occurrences of /@ in my code so for now I'll
stick to my disableCSSSelector() workaround and clean up if I have
some spare hours at the end of the project budget.

Regards,

Jonathan

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