plwr 0.21.0

Playwright CLI for browser automation using CSS selectors.
1
2
3
4
5
6
@font-face {
  font-family: 'TestFont';
  src: url('/test-font.woff2') format('woff2');
}
body { margin: 0; font-family: 'TestFont', sans-serif; }
.network-test { color: green; }