zerostep-ai / zerostep

Supercharge your Playwright tests with AI
MIT License
197 stars 17 forks source link

Import a File from local system #35

Closed 11PRiyansh closed 8 months ago

11PRiyansh commented 8 months ago

Is there a way to import a file from our local system, similar to Playwright's action(setInputFiles).?

tmcneal commented 8 months ago

Hi @11PRiyansh - ZeroStep is simply a library that is used on top of Playwright, so you can use whatever Playwright code you want along side it, including code to import files and use them.