Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
colour of a link
#1
Not Solved
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??
Reply
#2
Not Solved
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>")
Reply
#3
Not Solved
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)