Hi,
Now I need to simulate a user to using our linux desktop. Following is my step in python script:
1: Find out all coordinate of icons on desktop
2: Move mouse to loop left click on the icons
So problems:
1: is it possible to use xlib to find out coordinate of icon on desktop?
2: is it possible to use xlib to extinguish area of taskbar and desktop?
Thanks very much!
Now I need to simulate a user to using our linux desktop. Following is my step in python script:
1: Find out all coordinate of icons on desktop
2: Move mouse to loop left click on the icons
So problems:
1: is it possible to use xlib to find out coordinate of icon on desktop?
2: is it possible to use xlib to extinguish area of taskbar and desktop?
Thanks very much!