How to test file upload #201
Unanswered
rajeshgautamphd
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I'm not sure if this is currently possible, but @m2rads may have looked into this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for following up. I am not a browser technology expert nor a TS expert. Is there a way to modify the the browser dom with the local file path without having to pop up/click the file picker. Alternatively, if we can read and load data from a public url instead from a file.
An overlapping project skyvern does it. Will investigate how they do it.
On Saturday, December 28, 2024 at 05:44:58 PM EST, Sahil Lavingia ***@***.***> wrote:
I'm not sure if this is currently possible, but @m2rads may have looked into this.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The forms testing requires to upload a file. I get error:
Cannot directly access local file system for security reasons - file upload requires manual interaction with system file picker.
When I gave local file url in the prompt file:///Users/... it gives the same error.
How can I get the file submissions to work?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions