01-17-2013, 03:53 PM
Hi All
Please help me How to capture the colour of a link Before MouseOver and After MouseOver
Please help me How to capture the colour of a link Before MouseOver and After MouseOver
How To Capture Colour Of A Link
|
01-17-2013, 03:53 PM
Hi All
Please help me How to capture the colour of a link Before MouseOver and After MouseOver
01-18-2013, 04:04 PM
Hi,
You can change the setting and get it done. Below statement returns color of a link. Code: strColor=Browser("Browser").Link("Link").Object.currentStyle.color Below is the code to get color of link on mouseover. Code: Setting.WebPackage("ReplayType") = 2 Let me know if you have any issue. Regards, Ankesh
01-22-2013, 09:34 AM
(01-18-2013, 04:04 PM)Ankesh Wrote: Hi, Thanks Ankesh.It Is Working Fine. Regards: AnkammaRao |
« Next Oldest | Next Newest »
|