07-04-2012, 05:11 PM
Hi,
You can use the below code to get the border color.
Regards,
Ankesh
You can use the below code to get the border color.
Code:
strBorderColor=Browser("").Page("").WebEdit("").Object.currentStyle.borderColor
msgbox strBorderColor
Regards,
Ankesh