File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,13 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
23
23
24
24
### Deprecations
25
25
26
- * The following methods were deprecated: [ ` method: Page.type ` ] , [ `method:
27
- Frame.type ` ], [` method: Locator.type` ] and [ ` method: ElementHandle.type`] .
26
+ * The following methods were deprecated: [ ` method: Page.type ` ] , [ ` method: Frame.type ` ] ,
27
+ [ ` method: Locator.type ` ] and [ ` method: ElementHandle.type ` ] .
28
28
Please use [ ` method: Locator.fill ` ] instead which is much faster. Use
29
29
[ ` method: Locator.pressSequentially ` ] only if there is a special keyboard
30
30
handling on the page, and you need to press keys one-by-one.
31
31
* The method [ ` method: SnapshotAssertions.toMatchSnapshot#1 ` ] is deprecated in
32
- favor of [ ` method: PageAssertions.toHaveScreenshot#1 ` ] and [ `method:
33
- LocatorAssertions.toHaveScreenshot#1`] .
32
+ favor of [ ` method: PageAssertions.toHaveScreenshot#1 ` ] and [ ` method: LocatorAssertions.toHaveScreenshot#1 ` ] .
34
33
35
34
### Breaking Changes: Playwright no longer downloads browsers automatically
36
35
You can’t perform that action at this time.
0 commit comments