Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get the links which appears on mouse hover of parent link
#10
Solved: 6 Years, 6 Months, 3 Weeks ago
I could work out using Fire event alone. My requirement is to mouse hover on x - then on y - and inside y - mouse over on one of the list items z - and click on it. The problem with UFT is - we can spy and identify properties for x and y levels - but we cannot spy on the list inside y to get z. 
So, just try a wild guess for z - based on what u see for x and y -  as all three belong to class - "Link" . for x and y - UFT identified name property and value is what u see in UI. Try this for z too - it might work... Worked for me . . . Smile
x -> y -> z


Set wd = browser("micclass:=Browser").Page("micclass:=page")
wd.link("name:=x").FireEvent "onmouseover"
wd.link("name:=y").FireEvent "onmouseover"
wd.link("name:=z").FireEvent "onmouseover"
wd.link("name:=z").Click
Reply


Messages In This Thread
RE: How to get the links which appears on mouse hover of parent link - by satish00k - 03-10-2017, 06:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Getting background color of an object on mouse over Surya 2 3,884 06-27-2018, 08:51 PM
Last Post: vensas3181
Question Webtable contains cell contains two links, how to click on link srinivassure 9 53,479 07-30-2016, 03:41 PM
Last Post: Akshay
  verify that parent properties match object currently displayed in your application. sona 0 3,127 02-21-2016, 12:00 PM
Last Post: sona
  How to write a script for fly out menus (Parent - Child - Sub Child) rajkumarsm 3 4,698 09-02-2014, 10:01 AM
Last Post: vinod123
  exit parent functions as well Shridevi.Salagare 3 3,842 07-31-2013, 12:15 AM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 10 Guest(s)