I am writing integration test using flutter_driver, there is a test flow where I have to upload profile picture, is there any way we can automate this part. as I cannot find anything relevant to this on internet.
The specific part where I am stuck is this when I come to this screen I need to tap on Upload image
button in below screen
This is screen with upload images button
After tapping this I go to gallery where I select a image and it gets uploaded.
This part where we have to select an upload an image is what I want to automate but I am stuck in this part, how can we achieve this.
Is this possible? please help, thanks