I am building a simple bot to populate a webform. I need to attache a file and submit this form.
The “attach” button immediately calls up a MacOs / Finder window to pick a file.
Can anyone help - which activities I should use in StudioWeb to point the bot to the right local folder and select a file?
Welcome to the community
Use a type into activity and type the full location of the file
Cheers
Because it is Studio Web, the activity “type into” require a web element. The window that pops up is MacOs finder window, not web. Curious if there is another solution?