Hi,

I try to generate UI element description for two links like "Log in"
and "News" in website www.citrix.com

steps 1) I generate for only two above links then UI description as
follows,

Container(uid: "root", clocator: [tag: "div", id: "header"]){
        UrlLink(uid: "a0", clocator: [tag: "a", text: "Log in", href: "/
English/mycitrix/index.asp"])
        UrlLink(uid: "a1", clocator: [tag: "a", text: "News", href: "/lang/
English/news.asp?ntref=hp_nav_US"])
}

steps2) I generate UI description for above two links and some more
links like ""Partners"" and "My Citrix" now UI element description as
follows,

Container(uid: "root", clocator: [tag: "div", id: "header"]){
        Container(uid: "T4dd", clocator: [tag: "div", class: "qmmc", id:
"qm0"]){
                UrlLink(uid: "a1", clocator: [tag: "a", text: "News", href: 
"/lang/
English/news.asp?ntref=hp_nav_US"])
                UrlLink(uid: "a2", clocator: [tag: "a", text: "Partners", href: 
"/
lang/English/partners.asp?ntref=hp_nav_US"])
        }
        Container(uid: "T4ddd", clocator: [tag: "div", id: "supnav"]){
                UrlLink(uid: "a0", clocator: [tag: "a", text: "Log in", href: "/
English/mycitrix/index.asp"])
                UrlLink(uid: "a3", clocator: [tag: "a", text: "My Citrix", 
href: "/
English/mycitrix/index.asp?ntref=hp_util_US"])
        }
}

why it is like this ?
BY doing this way when ever I learn new element along with exist
element my UI elements organization changes ?






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