Is firefox file upload through file input is not avaialble yet?

I was testing my test suite in firefox , however it seems that file upload is not supported in firefox’s extention of “kantu browser automation”.

Got this error:

“Setting file path fo file inputs is not supported by Firefox extension api yet”

Is it still not available yet? or are there other ways I can upload file’s in firefox extension?

Firefox (the web browser) does not support automating file uploads (yet?), this means that neither Kantu or any other browser extension can support it.

That said, future versions of Kantu will be able to automate it by using an external module (outside the web browser).

Meanwhile file upload works in Chrome and Firefox with the xtype command: File upload with XType

1 Like