01-02-2012, 04:38 PM
I used the following script to retrieve the background color:
But, it is displaying only "Transparent". The link's class name is iFrame.
I changed it to:
Now the background is displayed as #fff. But the actual background color is orange.
Please suggest.
Code:
MsgBox Browser.Page.Link.WebElement.Object.currentStyle.backgroundColor
But, it is displaying only "Transparent". The link's class name is iFrame.
I changed it to:
Code:
MsgBox Browser.Page.WebElement.Object.currentStyle.backgroundColor
Now the background is displayed as #fff. But the actual background color is orange.
Please suggest.