diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index 0671f66900176..3256d70eb709f 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -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 diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index b2585f21606d4..dd71155890252 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -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 diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index 55d8ed0b50b14..1c76781b546ba 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -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