Thanks to Mikhail's fixing, now we have one additional method in
DslContext
String[] getCSS(String uid, String cssName)
to return the css properties for the given UI object. That is to say,
you can check the CSS for the web. One quick example is
in the TelluriumDownSearchModule,
String[] result = getCSS("downloadResult", name)
For example, if you pass in "font-size", you will get back "16px".
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---