playwright
Advanced tools
Comparing version 0.11.1-next.1584947279674 to 0.11.1-next.1584986171530
{ | ||
"name": "playwright", | ||
"version": "0.11.1-next.1584947279674", | ||
"version": "0.11.1-next.1584986171530", | ||
"description": "A high-level API to automate web browsers", | ||
@@ -15,4 +15,4 @@ "repository": "github:Microsoft/playwright", | ||
"dependencies": { | ||
"playwright-core": "=0.11.1-next.1584947279674" | ||
"playwright-core": "=0.11.1-next.1584986171530" | ||
} | ||
} |
@@ -19,3 +19,3 @@ # Playwright | ||
### Installation | ||
### Usage | ||
@@ -28,5 +28,6 @@ ``` | ||
### Usage | ||
Once installed, Playwright can be used to create a browser instance, open pages and then automate interactions. | ||
Playwright can be used to create a browser instance, open pages, and then manipulate them. See [API docs](https://github.com/microsoft/playwright/blob/master/docs/api.md) for a comprehensive list. | ||
* [Get started with examples](docs/examples/README.md) | ||
* [API reference](docs/api.md) | ||
@@ -33,0 +34,0 @@ ### Examples |
188
15864