rustwright-core 0.1.1

Rust CDP core for a Python Playwright-compatible automation API
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Controlled evaluate fixture</title>
</head>
<body>
  <main id="ready">Evaluate fixture ready.</main>
</body>
</html>