Hi,
I had never worked with SAP object but u can use the below as a reference;
Hope this help u.
Regards,
Sankalp
I had never worked with SAP object but u can use the below as a reference;
Code:
Dim objWeb,objAll
Set objWeb=Browser().page().webelement()
Set objAll=objWeb.Object
backColor=objAll.currentStyle.backgroundColor
msgBox(backColor)Hope this help u.
Regards,
Sankalp


