Jump to content

Recommended Posts

Posted (edited)

Hi

I need to enter the path to the folder and press Enter

I tried something like this and it didn't work

WinWait("Select Folder", "ShellView", 1)
Send("C:\{Enter}")

and ControlSetText didn't work also

‏‏לכידה.PNG

Edited by ronen1n
Posted (edited)

Have you tried
Sorry just realized this a selection box, what program are you automating?

Can you try:

ControlSend("Select Folder", "", "[CLASS:Edit; INSTANCE:1]", "{DEL}C:{ENTER}")

 

Edited by Subz

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
  • Recently Browsing   0 members

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