You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is a drag-and-drop field required for the I.attachFile('element', 'filePath') to work? Because currently nothing happens when I try using the attachFile method. No error message or any issues displayed even on --verbose.
This is the element where I try to attach my file //input[@type='file']. I also verified that I have the correct fileName and filePath since I tried using a wrong file name and it returned an error.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is a drag-and-drop field required for the
I.attachFile('element', 'filePath')
to work? Because currently nothing happens when I try using theattachFile
method. No error message or any issues displayed even on --verbose.This is the element where I try to attach my file
//input[@type='file']
. I also verified that I have the correct fileName and filePath since I tried using a wrong file name and it returned an error.I am currently using:
Beta Was this translation helpful? Give feedback.
All reactions