File tree 4 files changed +100
-1
lines changed
4 files changed +100
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,39 @@ title: "Release notes"
4
4
toc_max_heading_level : 2
5
5
---
6
6
7
+ ## Version 1.38
8
+
9
+ ### Trace Viewer Updates
10
+
11
+ ![ Playwright Trace Viewer] ( https://github.com/microsoft/playwright/assets/746130/0c41e20d-c54b-4600-8ca8-1cbb6393ddef )
12
+
13
+ 1 . Zoom into time range.
14
+ 1 . Network panel redesign.
15
+
16
+ ### New APIs
17
+
18
+ - [ ` event: BrowserContext.webError ` ]
19
+ - [ ` method: Locator.pressSequentially ` ]
20
+
21
+ ### Deprecations
22
+
23
+ * The following methods were deprecated: [ ` method: Page.type ` ] , [ ` method: Frame.type ` ] ,
24
+ [ ` method: Locator.type ` ] and [ ` method: ElementHandle.type ` ] .
25
+ Please use [ ` method: Locator.fill ` ] instead which is much faster. Use
26
+ [ ` method: Locator.pressSequentially ` ] only if there is a special keyboard
27
+ handling on the page, and you need to press keys one-by-one.
28
+
29
+ ### Browser Versions
30
+
31
+ * Chromium 117.0.5938.62
32
+ * Mozilla Firefox 117.0
33
+ * WebKit 17.0
34
+
35
+ This version was also tested against the following stable channels:
36
+
37
+ * Google Chrome 116
38
+ * Microsoft Edge 116
39
+
7
40
## Version 1.37
8
41
9
42
### 📚 Debian 12 Bookworm Support
Original file line number Diff line number Diff line change @@ -4,6 +4,39 @@ title: "Release notes"
4
4
toc_max_heading_level : 2
5
5
---
6
6
7
+ ## Version 1.38
8
+
9
+ ### Trace Viewer Updates
10
+
11
+ ![ Playwright Trace Viewer] ( https://github.com/microsoft/playwright/assets/746130/0c41e20d-c54b-4600-8ca8-1cbb6393ddef )
12
+
13
+ 1 . Zoom into time range.
14
+ 1 . Network panel redesign.
15
+
16
+ ### New APIs
17
+
18
+ - [ ` event: BrowserContext.webError ` ]
19
+ - [ ` method: Locator.pressSequentially ` ]
20
+
21
+ ### Deprecations
22
+
23
+ * The following methods were deprecated: [ ` method: Page.type ` ] , [ ` method: Frame.type ` ] ,
24
+ [ ` method: Locator.type ` ] and [ ` method: ElementHandle.type ` ] .
25
+ Please use [ ` method: Locator.fill ` ] instead which is much faster. Use
26
+ [ ` method: Locator.pressSequentially ` ] only if there is a special keyboard
27
+ handling on the page, and you need to press keys one-by-one.
28
+
29
+ ### Browser Versions
30
+
31
+ * Chromium 117.0.5938.62
32
+ * Mozilla Firefox 117.0
33
+ * WebKit 17.0
34
+
35
+ This version was also tested against the following stable channels:
36
+
37
+ * Google Chrome 116
38
+ * Microsoft Edge 116
39
+
7
40
## Version 1.37
8
41
9
42
### New APIs
Original file line number Diff line number Diff line change @@ -4,6 +4,39 @@ title: "Release notes"
4
4
toc_max_heading_level : 2
5
5
---
6
6
7
+ ## Version 1.38
8
+
9
+ ### Trace Viewer Updates
10
+
11
+ ![ Playwright Trace Viewer] ( https://github.com/microsoft/playwright/assets/746130/0c41e20d-c54b-4600-8ca8-1cbb6393ddef )
12
+
13
+ 1 . Zoom into time range.
14
+ 1 . Network panel redesign.
15
+
16
+ ### New APIs
17
+
18
+ - [ ` event: BrowserContext.webError ` ]
19
+ - [ ` method: Locator.pressSequentially ` ]
20
+
21
+ ### Deprecations
22
+
23
+ * The following methods were deprecated: [ ` method: Page.type ` ] , [ ` method: Frame.type ` ] ,
24
+ [ ` method: Locator.type ` ] and [ ` method: ElementHandle.type ` ] .
25
+ Please use [ ` method: Locator.fill ` ] instead which is much faster. Use
26
+ [ ` method: Locator.pressSequentially ` ] only if there is a special keyboard
27
+ handling on the page, and you need to press keys one-by-one.
28
+
29
+ ### Browser Versions
30
+
31
+ * Chromium 117.0.5938.62
32
+ * Mozilla Firefox 117.0
33
+ * WebKit 17.0
34
+
35
+ This version was also tested against the following stable channels:
36
+
37
+ * Google Chrome 116
38
+ * Microsoft Edge 116
39
+
7
40
## Version 1.37
8
41
9
42
### Highlights
Original file line number Diff line number Diff line change 11
11
"author" : " " ,
12
12
"license" : " ISC" ,
13
13
"devDependencies" : {
14
- "@playwright/test" : " ^1.27 .0"
14
+ "@playwright/test" : " ^1.38 .0"
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments