03-12-2009, 11:00 PM
Hi ,
Try with the below ways :
1)
2)
Try with the below ways :
1)
Code:
browser(..).Page(..).Link(..).GetROProperty("Color")
2)
Code:
print browser("Gmail: Email from Google").Page("Gmail: Email from Google").Link("Sign up for Gmail").Object.currentStyle.Color
print browser("Gmail: Email from Google").Page("Gmail: Email from Google").Link("Sign up for Gmail").Object.currentStyle.BackgroundColor
print browser("Gmail: Email from Google").Page("Gmail: Email from Google").Link("Sign up for Gmail").Object.currentStyle.Fontsize
print browser("Gmail: Email from Google").Page("Gmail: Email from Google").Link("Sign up for Gmail").Object.currentStyle.Fontstyle