mirror of
https://github.com/microsoft/playwright-java.git
synced 2025-09-08 21:01:00 +00:00
8 lines
217 B
Markdown
8 lines
217 B
Markdown
This directory contains sample [`pom.xml`](./pom.xml) and source code for the Playwright examples.
|
|
|
|
You can run them in terminal like this:
|
|
|
|
```sh
|
|
mvn compile exec:java -Dexec.mainClass=org.example.PageScreenshot
|
|
```
|