Skip to content

Commit

Permalink
docs: Java, .NET, Python release notes 1.28 (microsoft#18854)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Nov 16, 2022
1 parent 8f9bf0f commit 84f7d0b
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/src/release-notes-csharp.md
Expand Up @@ -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
Expand Down
25 changes: 25 additions & 0 deletions docs/src/release-notes-java.md
Expand Up @@ -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
Expand Down
25 changes: 25 additions & 0 deletions docs/src/release-notes-python.md
Expand Up @@ -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
Expand Down

0 comments on commit 84f7d0b

Please sign in to comment.