mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs: fix line wrapping in release notes (#27067)
This commit is contained in:
parent
d85dc687b9
commit
d84357cedc
@ -23,14 +23,13 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
|
||||
|
||||
### Deprecations
|
||||
|
||||
* The following methods were deprecated: [`method: Page.type`], [`method:
|
||||
Frame.type`], [`method: Locator.type`] and [`method: ElementHandle.type`].
|
||||
* The following methods were deprecated: [`method: Page.type`], [`method: Frame.type`],
|
||||
[`method: Locator.type`] and [`method: ElementHandle.type`].
|
||||
Please use [`method: Locator.fill`] instead which is much faster. Use
|
||||
[`method: Locator.pressSequentially`] only if there is a special keyboard
|
||||
handling on the page, and you need to press keys one-by-one.
|
||||
* The method [`method: SnapshotAssertions.toMatchSnapshot#1`] is deprecated in
|
||||
favor of [`method: PageAssertions.toHaveScreenshot#1`] and [`method:
|
||||
LocatorAssertions.toHaveScreenshot#1`].
|
||||
favor of [`method: PageAssertions.toHaveScreenshot#1`] and [`method: LocatorAssertions.toHaveScreenshot#1`].
|
||||
|
||||
### Breaking Changes: Playwright no longer downloads browsers automatically
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user