ClericPy / ichrome

Chrome controller for Humans, based on Chrome Devtools Protocol(CDP) and python3.7+.
https://pypi.org/project/ichrome/
MIT License
227 stars 29 forks source link

Upload file #115

Closed bpkddr closed 1 year ago

bpkddr commented 1 year ago

Hi dev,

How to upload file without input file selector?

I mean to change file field.

bpkddr commented 1 year ago

for example : i need to upload media on meta business suite ( facebook ) check attachment, hasn't input file selector, its just button Screenshot_263

ClericPy commented 1 year ago

Have you looking for file type input tag in DOM? Sometimes it is hidden and invisible but can be found in document(I tried successfully from shopify admin website before).

I can't open a demo URL to solve this issue, and ichrome is no more than Chrome DevTools Protocol.