Hi All,
How can i select particular folder file if the folder having files with this drive format "E:\sat\test\*. pdf"
The above folder having lot of pdf files around 200 files , but i can select all the files with one shot selection ,
I can use the above comments as you mentioned but how can i select folder format "E:\sat\test\*. pdf"
.Control("DirectUIHWND").TypeKeys("<Left Ctrl+a>")
.Control("DirectUIHWND").TypeKeys("<Enter>")
If having any idea please share it, once locating files it selecting only the frame and it shows the below format , but have can i select all the files the above folder "E:\sat\test\*. pdf"
//BrowserApplication//DialogBox//Control[@windowClassName='DirectUIHWND'][2]
If having any idea or guide please share it to me.
Thanks,
sat6804