flutter_gherkin icon indicating copy to clipboard operation
flutter_gherkin copied to clipboard

Upload img

Open asikin08 opened this issue 3 years ago • 1 comments
trafficstars

I have a problem when I want to upload an image use automation flutter gherkin, is there a way to do that?

asikin08 avatar Oct 18 '22 06:10 asikin08

where does your flutter app run? browser or native app? if browser, it's limitted by browser sandbox, you could bild a backend api read file content and pass to flutter gherkin through http, then flutter gherkin steps use file content to upload, this is the way how we do, hope it helps.

linchen2chris avatar Oct 18 '22 06:10 linchen2chris