I’m trying to automate a process that navigates to a web page, clicks an option (‘select file’ for example) that presents the Chrome File dialogue, then select a file OR type file address in file name property and selects ok.
The problem I have is Studio Web is not recognising the File dialogue and thus cannot interact with the files.
In addition to the above just general access to local files seems to be a problem i.e. using Path Exists on a file that exists in my C: Drive returns a ‘directory not found’ error as it is appending a \tmp******\C:FilePathInQuestion.
@vrdabberu unfortunately still not a solution as I’ve already tried.
The activity does not recognise the ‘Select File’ window as a scope, so thus cannot be selected.
I mean going to a website and having to upload a file from your local drive is a very common task i.e. any website that requires proof of identity for example.
Yeah unfortunately we know that this is possible using cloud based storage. The specific ask is to use local files.
In Studio Web there are activities that suggest you should be able to use local files but I can’t get them to work. Always states file not found at path /tmp/guid/actual local path
Obviously the path it comes back doesn’t work because it adds an extra tmp path.
For this exercise I’m using Studio Web as it’s part of a citizen dev program I’m working on. CD’s won’t have access to Studio.
I can do this in Studio no problem
We’re trying to establish if Studio Web is fit for purpose to allow non tech teams to create simple automations. Manipulating local file data would be a core objective for the CD’s.
Intresting take, I haven’t tried around too much with local files… but Studio Web sure is usefull for it automation. I wanted to try that either way, so I’ll see if I can complete the rpa-challenge by downloading the .xlsx file and re-use from Studio Web. Not sure if that works though…