playwright-community / playwright-go

Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.

Home Page:https://playwright-community.github.io/playwright-go/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run playwright record scripts

rmasci opened this issue · comments

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.

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.

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