8 lines
217 B
Markdown
Raw Permalink Normal View History

2020-12-18 13:02:17 -08:00
This directory contains sample [`pom.xml`](./pom.xml) and source code for the Playwright examples.
2020-12-18 12:56:36 -08:00
You can run them in terminal like this:
```sh
mvn compile exec:java -Dexec.mainClass=org.example.PageScreenshot
```