Join Slack
Powered by
Is is possible to read file from filesystem in bro...
# javascript
p
Pitel
07/19/2021, 10:55 AM
Is is possible to read file from filesystem in browser test?
Pitel
07/19/2021, 11:11 AM
From what I read, it seems I need user interaction, so not in unit test. 😞
a
Akif Abasov [JB]
07/19/2021, 12:21 PM
You can try
Copy code
--allow-file-access-from-files
flag for chrome
9
Views
Open in Slack
Previous
Next