Package omeroweb :: Package webgateway :: Package tests :: Module seleniumbase :: Class Utils
[hide private]
[frames] | no frames]

Class Utils

source code

Static Methods [hide private]
 
flattenHTMLStyleColor(color)
Takes a color in rgb() or #ABC or #AABBCC format and returns #AABBCC.
source code
 
runAsScript(base='webgateway') source code
Method Details [hide private]

flattenHTMLStyleColor(color)
Static Method

source code 

Takes a color in rgb() or #ABC or #AABBCC format and returns #AABBCC. There may be a prefix from the style attribute. TODO: support multiple style attrs, find the correct one.