docs: Java, .NET, Python release notes 1.28 (#18854)
This commit is contained in:
parent
05fb3e6de8
commit
5fcd8839dc
|
|
@ -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.
|
||||
|
||||

|
||||
|
||||
### 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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||

|
||||
|
||||
### 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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||

|
||||
|
||||
### 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue