feat(trace): allow saving trajectory as trace (#426)
This commit is contained in:
parent
fea50e6840
commit
aa6ac51f92
13 changed files with 140 additions and 40 deletions
|
|
@ -146,6 +146,8 @@ Playwright MCP server supports following arguments. They can be provided in the
|
|||
example ".com,chromium.org,.domain.com"
|
||||
--proxy-server <proxy> specify proxy server, for example
|
||||
"http://myproxy:3128" or "socks5://myproxy:8080"
|
||||
--save-trace Whether to save the Playwright Trace of the
|
||||
session into the output directory.
|
||||
--storage-state <path> path to the storage state file for isolated
|
||||
sessions.
|
||||
--user-agent <ua string> specify user agent string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue