Use the Mock Http Server in Tellurium, I got the following results:
getCSS("uid","background") --> "" (empty string)
getCSS("uid","color") -> "rgb(26, 26, 26)"
getCSS("uid","background-color") -> "transparent"
On Wed, Dec 16, 2009 at 5:20 PM, super fan 911 <[email protected]>wrote:
> I need to check the background color of an element. I tried:
>
> getCSS("uid","background") --> this return a [] what is it
> represent? an array or null?
> getCSS("uid","color")
> getCSS("uid","background-color")
>
> <div class="c1">
>
> .c1 {
> background: black none repeat
> }
>
> --
>
> 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.