Closed 11PRiyansh closed 8 months ago
Is there a way to import a file from our local system, similar to Playwright's action(setInputFiles).?
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.
Is there a way to import a file from our local system, similar to Playwright's action(setInputFiles).?