I need to retrieve the colour of a link in my application..when i move the mouse over the link the text turns red..how can i record and capture the colour of the link..i tried onmouseover event but i was not successful..can anyone help plz??
colour of a link
|
You can view the source of the webpage in which you can get the html tag for the color onmouseover which can be captured using GetROProperty
syntax: Code: Browser(" ").Page(" ").Link(" ").GetROProperty("attribute/<html tag>")
hi
I tried the same thing but was not able to retrieve the colour of the link..first of all let me know how should i record for the instance that is positioning the cursor over the link such that the text turns red..then i have to retrieve the colour of the same link.. anyways thanks |
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)