playwright-community / playwright-go

Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
https://playwright-community.github.io/playwright-go/
MIT License
1.94k stars 144 forks source link

Run playwright record scripts #405

Open rmasci opened 5 months ago

rmasci commented 5 months ago

Would it be possible to run playwright-recorded scripts? I am trying to write something that makes it easy for non-programmers to write browser tests. Essentially what we want to do is have people be able to create a recording, then compile it as an exe that others on the team may be able to run.

canstand commented 5 months ago

The go client is maintained by the community and is not expected to provide recording features in the near future. Maybe it's more feasible to package the nodejs version as an exe.

rmasci commented 5 months ago

I don't want to record the macro, just be able to use Go to play them back