Seems I got the style working. Please update core and custom selenium core.
See the example, ProgramModuleTestCase, in trunk/core. Actually, it is your
UI module,
ui.Container(uid: "Program", clocator: [tag: "div"], group: "true") {
Div(uid: "label", clocator: [tag: "a", text: "Program"])
Container(uid: "triggerBox", clocator: [tag: "div"], group: "true") {
InputBox(uid: "inputBox", clocator: [tag: "input", type: "text",
readonly: "true", style: "width: 343px;"], respond: ["click"])
Image(uid: "trigger", clocator: [tag: "img", style: "overflow:
auto; width: 356px; height: 100px;"], respond: ["click"])
}
}
The key is to create a custom jQuery selector to handle each individual css
in the style.
Let me know if it works for you.
Thanks,
Jian
On Thu, Aug 27, 2009 at 11:21 AM, John <[email protected]> wrote:
>
> Gabe,
>
> I have to create a new thread. The old thread is too long to read.
>
> I looked at our Engine code and seems I had some leftover code there
> that used the undefined variable tag and I removed the tag variable.
> The custom selenium server is updated in Maven repo. Please update it
> and re-try, then let me know if the problem goes away.
>
> Yes, the class attribute should be fine.
>
> I am still working on the style attribute and will let you know once I
> find a solution.
>
> Thanks,
>
> Jian
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---