Choose File: file does not exist on the local file system
See original GitHub issueHi guys, I am getting this file not found error on choose file in both cases with ${CURDIR} or ${EXECDIR} The Get File keyword finds the file in both cases
Robot Framework: Version 4.0.1 SeleniumLibrary: Version 5.1.3
Both steps in my test
Get File ${CURDIR}${/}people.csv
Upload 84 users csv file ${CURDIR}${/}people.csv
Error in log :
InvalidArgumentException: Message: invalid argument: File not found : file /Users/rkefi/Documents/Work/unified-admin-e2e/Tests/E2E/people.csv
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Choose File: file does not exist on the local file system · Issue ...
Hello,. I want to upload a file using Choose file . The file is located on my project's repository. When I run, I've...
Read more >robotframework - How to Upload file from windows directory ...
After clicking the browse button to open the popup using Robot Framework you can do something like the following to submit a file....
Read more >How to Deal With Files in Google Colab: Everything You Need ...
Uploading files from local file system through file-explorer · 1. Click on the three dots visible when you hover above the directory ·...
Read more >KNIME File Handling Guide
Hidden files currently only exist for the local file systems in KNIME Analytics Platform: On Linux and MacOS their filename starts with a...
Read more >file — CMake 3.25.1 Documentation
Any directories in the path specified by <filename> that do not exist will be created. If the file is a build input, use...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Many thanks for your help!
It passed!