I need to get coordinates(X,Y) of the icon in the PC desktop dynamically. How can I do it?
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2017
10:41 PM
11-09-2017
10:41 PM
I need to get coordinates(X,Y) of the icon in the PC desktop dynamically. How can I do it?
Hi,
The icon of the desktop is not a object. The method(object.ScreenLeft) cannot be use.
I cannot calculate the coordinates of the icon in the desktop.How can I do ?
Actual problem has been attached in the file c.
Looking forward for your reply.
Thank you.
---Steven Wang
Solved! Go to Solution.
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2017
11:54 PM
11-09-2017
11:54 PM
Hi,
What is the purpose of getting the desktop icon coordinates?
If you really need it, you can try to get wIconBounds property:
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2017
05:21 PM
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2017
05:18 AM
11-28-2017
05:18 AM
Do you want to use the desktop shortcut to launch an application within your test? In that case I'd suggest adding the application to the Tested Apps so you can launch it from there.
