Jump to content

Clicking Library Links in Windows Explorer


etidd
 Share

Go to solution Solved by Andreik,

Recommended Posts

Hi all,

I have been looking for a tutorial on this basic issue. I really try to answer my own questions to be respectful of others' time. :huh2:

I want to open explorer and click the Desktop library link.

This following snippet does open Explorer and direct it to the desktop:

Run("explorer.exe /n, C:\Users\-------\Desktop")

...but it doesn't have the Recycle Bin link which I need for another script to backup files.

I tried to use the ControlClick() function with no success:

ControlClick("Libraries", "", "Desktop")

I tried to find an identifier to target in the link properties page. Perhaps, I need to read an article that discusses clicking various objects on the page without the use of coordinates.

Still trying to learn elementary skills in AutoIt. :ILA2:

Edited by etidd
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...