I have this code (in Selenium IDE):
storeEval | window.document.defaultView.getComputedStyle(window.document.getElementsByTagName('input')[0]).getPropertyValue('background-color') | result
it's returns me color in (rrr, ggg, bbb)
, how can i get this color in RRGGBB
?