DEV Community

Discussion on: WebdriverIO - Upload File Example

Collapse
 
pjcalvo profile image
Pablo Calvo

Hey. I think it is worth mentioning that the input element needs to be accesible. Modern websites hide the input box and instead show a nice html wrapper. There are many times where you need to use javascript to modify the element css attributes to make it visible.

Great post. keep them coming.

Collapse
 
dilpreetjohal profile image
Dilpreet Johal

Hi Pablo, I agree, that's a good point. In some cases, the input element is hidden and is not easily accessible. I guess I should do a quick post on that too :)

Thanks for your feedback!