docs: Java, .NET, Python release notes 1.28 (#18854)

This commit is contained in:
Yury Semikhatsky 2022-11-16 13:19:20 -08:00 committed by GitHub
parent 05fb3e6de8
commit 5fcd8839dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 75 additions and 1 deletions

View File

@ -4,6 +4,30 @@ title: "Release notes"
toc_max_heading_level: 2
---
## Version 1.28
### Playwright Tools
* **Live Locators in CodeGen.** Generate a locator for any element on the page using "Explore" tool.
![Locator Explorer](https://user-images.githubusercontent.com/9798949/202293757-2e3ec0ac-1feb-4d6f-9935-73e08658b76d.png)
### New APIs
- [`method: Locator.blur`]
- [`method: Locator.clear`]
### Browser Versions
* Chromium 108.0.5359.29
* Mozilla Firefox 106.0
* WebKit 16.4
This version was also tested against the following stable channels:
* Google Chrome 107
* Microsoft Edge 107
## Version 1.27
### Locators

View File

@ -4,6 +4,31 @@ title: "Release notes"
toc_max_heading_level: 2
---
## Version 1.28
### Playwright Tools
* **Live Locators in CodeGen.** Generate a locator for any element on the page using "Explore" tool.
![Locator Explorer](https://user-images.githubusercontent.com/9798949/202293631-2f402cc2-35fb-4877-8ea1-82265fbbc232.png)
### New APIs
- [`method: Locator.blur`]
- [`method: Locator.clear`]
### Browser Versions
* Chromium 108.0.5359.29
* Mozilla Firefox 106.0
* WebKit 16.4
This version was also tested against the following stable channels:
* Google Chrome 107
* Microsoft Edge 107
## Version 1.27
### Locators

View File

@ -58,7 +58,7 @@ toc_max_heading_level: 2
* Chromium 108.0.5359.29
* Mozilla Firefox 106.0
* WebKit 16.0
* WebKit 16.4
This version was also tested against the following stable channels:

View File

@ -4,6 +4,31 @@ title: "Release notes"
toc_max_heading_level: 2
---
## Version 1.28
### Playwright Tools
* **Live Locators in CodeGen.** Generate a locator for any element on the page using "Explore" tool.
![Locator Explorer](https://user-images.githubusercontent.com/9798949/202293514-8e2eade6-c809-4b0a-864b-899dfcee3d84.png)
### New APIs
- [`method: Locator.blur`]
- [`method: Locator.clear`]
### Browser Versions
* Chromium 108.0.5359.29
* Mozilla Firefox 106.0
* WebKit 16.4
This version was also tested against the following stable channels:
* Google Chrome 107
* Microsoft Edge 107
## Version 1.27
### Locators