FluentAutomation
FluentAutomation copied to clipboard
File upload
Hi,
I'm trying the Upload file API. But nothing happens. Tryed on Chrome and Firefox. Any suggestions? Thanks.
Hi,
I know it's been a while, but I had an issue where I was trying to use the upload statement and couldn't get it to work. I could see the file upload dialog popping up and the path being entered in the text field, but then nothing happened.
I added
I.Press("{ENTER}");
after the Upload and now it works. Seems like a hack to me, but better than nothing I guess.