symfony / panther

A browser testing and web crawling library for PHP and Symfony
MIT License
2.94k stars 222 forks source link

How to upload a file in form via headless chrome ? #470

Open smoczynski opened 3 years ago

smoczynski commented 3 years ago

Hi

I could not find any information about file handling. I need to upload an excel file as part of form via headless chrome. Is there any way for that using panther ?

Mepcuk commented 3 years ago

@smoczynski It is very hard task :)

I was uploaded this document on web-server and via JS blob added it to Form Hope you undestand idea. If you need steps let me know.

smoczynski commented 3 years ago

@smoczynski It is very hard task :)

I was uploaded this document on web-server and via JS blob added it to Form Hope you undestand idea. If you need steps let me know.

could you share me more detailed steps ? I appreciate your help!