mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: remove the 1.8.0a1 mentions (#5297)
This commit is contained in:
parent
6ae2e576d8
commit
9841f6dbcb
@ -21,7 +21,7 @@ configurations for common CI providers.
|
|||||||
$ npm install
|
$ npm install
|
||||||
```
|
```
|
||||||
```sh python
|
```sh python
|
||||||
$ pip install playwright==1.8.0a1
|
$ pip install playwright
|
||||||
$ playwright install
|
$ playwright install
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -56,7 +56,7 @@ steps:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install playwright==1.8.0a1
|
pip install playwright
|
||||||
pip install -e .
|
pip install -e .
|
||||||
- name: Ensure browsers are installed
|
- name: Ensure browsers are installed
|
||||||
run: python -m playwright install
|
run: python -m playwright install
|
||||||
|
@ -23,7 +23,7 @@ npm i -D playwright
|
|||||||
[Playwright for Python](https://playwright.dev/python/docs/intro/) is available.
|
[Playwright for Python](https://playwright.dev/python/docs/intro/) is available.
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install playwright==1.8.0a1
|
pip install playwright
|
||||||
```
|
```
|
||||||
* [Documentation](https://playwright.dev/python/docs/intro/)
|
* [Documentation](https://playwright.dev/python/docs/intro/)
|
||||||
* [API](https://playwright.dev/python/docs/api/class-playwright)
|
* [API](https://playwright.dev/python/docs/api/class-playwright)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user