File tree Expand file tree Collapse file tree 3 files changed +12
-51
lines changed
PuppeteerSharp.Contrib.Extensions
PuppeteerSharp.Contrib.PageObjects
PuppeteerSharp.Contrib.Should Expand file tree Collapse file tree 3 files changed +12
-51
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
5
- <Version >6 .0.0</Version >
5
+ <Version >7 .0.0</Version >
6
6
<PackageReleaseNotes >
7
- ⬆️ Bump PuppeteerSharp to 12.0 .0
8
- 👽️ Use PuppeteerSharp interfaces; IPage and IElementHandle
7
+ 🎯 Change TargetFramework to net8 .0
8
+ ⬆️ Bump PuppeteerSharp to 20.0.0
9
9
10
- New extensions for IPage:
11
- ◼️ HasUrlAsync
12
-
13
- New extensions for IElementHandle:
14
- ◼️ HasAttributeValueAsync
15
- ◼️ IsEmptyAsync
16
-
17
- Extensions for IResponse:
18
- ◼️ HasUrl
10
+ Remove extensions for IElementHandle:
11
+ ◼️ IsHiddenAsync
12
+ ◼️ IsVisibleAsync
19
13
</PackageReleaseNotes >
20
14
<Authors >Henrik Lau Eriksson</Authors >
21
15
<Description >Contributions to the Headless Chrome .NET API 🌐🧪
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
5
- <Version >6 .0.0</Version >
5
+ <Version >7 .0.0</Version >
6
6
<PackageReleaseNotes >
7
- ⬆️ Bump PuppeteerSharp to 12.0.0
8
- 👽️ Use PuppeteerSharp interfaces; IPage and IElementHandle
9
-
10
- New extensions for IPage:
11
- ◼️ To< T>
12
-
13
- New extensions for IElementHandle:
14
- ◼️ To< T>
15
-
16
- 🗑️ XPath is now obsolete:
17
- ◼️ XPathAttribute
18
- ◼️ IPage.XPathAsync
19
- ◼️ IPage.WaitForXPathAsync
20
- ◼️ IElementHandle.XPathAsync
7
+ 🎯 Change TargetFramework to net8.0
8
+ ⬆️ Bump PuppeteerSharp to 20.0.0
21
9
</PackageReleaseNotes >
22
10
<Authors >Henrik Lau Eriksson</Authors >
23
11
<Description >Contributions to the Headless Chrome .NET API 🌐🧪
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
5
- <Version >6 .0.0</Version >
5
+ <Version >7 .0.0</Version >
6
6
<PackageReleaseNotes >
7
- ⬆️ Bump PuppeteerSharp to 12.0.0
8
- 👽️ Use PuppeteerSharp interfaces; IPage and IElementHandle
9
-
10
- New assertions for IPage:
11
- ◼️ ShouldHaveUrlAsync
12
- ◼️ ShouldNotHaveUrlAsync
13
-
14
- New assertions for IElementHandle:
15
- ◼️ ShouldHaveAttributeValueAsync
16
- ◼️ ShouldNotHaveAttributeValueAsync
17
- ◼️ ShouldBeEmptyAsync
18
- ◼️ ShouldNotBeEmptyAsync
19
-
20
- Assertions for IResponse:
21
- ◼️ ShouldHaveUrl
22
- ◼️ ShouldNotHaveUrl
23
- ◼️ ShouldHaveStatusCode
24
- ◼️ ShouldNotHaveStatusCode
25
- ◼️ ShouldBeSuccessful
26
- ◼️ ShouldBeRedirection
27
- ◼️ ShouldHaveClientError
28
- ◼️ ShouldHaveServerError
29
- ◼️ ShouldHaveError
7
+ 🎯 Change TargetFramework to net8.0
8
+ ⬆️ Bump PuppeteerSharp to 20.0.0
30
9
</PackageReleaseNotes >
31
10
<Authors >Henrik Lau Eriksson</Authors >
32
11
<Description >Contributions to the Headless Chrome .NET API 🌐🧪
You can’t perform that action at this time.
0 commit comments