Forum Discussion
npaisley
3 years agoStaff
Hey meghaphophalia!
We have a built in method called 'OpenFile' you can use on objects to upload files, like the Open File dialog in windows.
Below are 2 documents that cover working with Open and Save file dialogs and the OpenFile method itself that you can use to accomplish what you are looking for.
Working With Open File and Save File Dialogs;
OpenFile Method;
- meghaphophalia3 years agoOccasional Contributor
I user this code-
After clicking on open button in application -
Aliases.FR4.FormImageMgr.SpeedButton1.Click() --Click on ... as shown in above attached picture
let openWindow = process.Window('#32770','Open')
openWindow.OpenFile(Project.Path+"...\\Test_Data\\product.jpg")but it throws error for Process keyword .Can you lemme what to configure about process .
Related Content
- 2 years ago
- 8 years ago
- 4 years ago
- 2 years ago
Recent Discussions
- 8 hours ago
- 7 days ago
- 10 days ago