Unable to upload image where the button for upload is a hidden element #1811
Neha-test-dev
started this conversation in
Development
Replies: 1 comment 4 replies
-
Please use older version while we fix this issue, #1771 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Earlier I was able to upload image (though the element is visible, the element is given as style="display: none;" when I try to locate it ) using the below line of code:
await attach('C:/imageName', fileField({type:'file'},{ selectHiddenElements: true }));
This was working fine but I updated Taiko to v1.1.4 and from then on it's erroring out. Could anyone please provide any solution for this issue?
Beta Was this translation helpful? Give feedback.
All reactions