in my UITests, I'd like to download a file from a feature in my app and save it to the local iPhone storage and then open it. I managed to download and save but it couldn't find a way to record the file opening (using the iOS basic files).
Do you know a way to code a test that control the file import or I need to create a bypass in the app code.
When I try to record the test I've got the "Timestamped Event Matching Error: Failed to find matching element" error (and I couldn't solve it)
Thanks