|
14 | 14 |
|
15 | 15 | Puppeteer Sharp is a .NET port of the official [Node.JS Puppeteer API](https://github.com/puppeteer/puppeteer). |
16 | 16 |
|
17 | | -# Google for testing is here! |
18 | | - |
19 | | -Puppeteer Sharp v11 introduced some breaking changes. |
20 | | - |
21 | | - |
22 | | - |
23 | | -I recommend you to go to [the release page](https://github.com/hardkoded/puppeteer-sharp/releases/tag/v11.0.0) and take a look at those changes. |
24 | | - |
25 | | -But it brings Google for testing! |
26 | | - |
27 | | - |
28 | | - |
29 | | -Now, PuppeteerSharp uses Google for testing instead of Chromium. And the new supported version is v115! |
30 | | -You can still you Chromium if you want to by using `SupportedBrowser.Chromium`. |
31 | | - |
32 | | -Feel free to [create an issue](https://github.com/hardkoded/puppeteer-sharp/issues/new) if these new changes don't work for you. |
33 | | - |
34 | 17 | ## Useful links |
35 | 18 |
|
36 | 19 | * [API Documentation](http://www.puppeteersharp.com/api/index.html) |
@@ -174,16 +157,12 @@ using (var browser = await PuppeteerSharp.Puppeteer.ConnectAsync(options)) |
174 | 157 | } |
175 | 158 | ``` |
176 | 159 |
|
177 | | -## Backers |
| 160 | +## Sponsors |
178 | 161 |
|
179 | | -Support us with a monthly donation and help us continue our activities. [Become a backer](https://opencollective.com/hardkoded-projects). |
| 162 | +A huge thanks to everyone who has sponsored this project: |
180 | 163 |
|
181 | | -<a href="https://opencollective.com/puppeteer-sharp/backer/0/website" target="_blank"><img src="https://opencollective.com/hardkoded-projects/backer/0/avatar.svg"></a> |
182 | | -<a href="https://opencollective.com/puppeteer-sharp/backer/1/website" target="_blank"><img src="https://opencollective.com/hardkoded-projects/backer/1/avatar.svg"></a> |
183 | | -<a href="https://opencollective.com/puppeteer-sharp/backer/2/website" target="_blank"><img src="https://opencollective.com/hardkoded-projects/backer/2/avatar.svg"></a> |
184 | | -<a href="https://opencollective.com/puppeteer-sharp/backer/3/website" target="_blank"><img src="https://opencollective.com/hardkoded-projects/backer/3/avatar.svg"></a> |
185 | | -<a href="https://opencollective.com/puppeteer-sharp/backer/3/website" target="_blank"><img src="https://opencollective.com/hardkoded-projects/backer/4/avatar.svg"></a> |
| 164 | +<!-- sponsors --><!-- sponsors --> |
186 | 165 |
|
187 | | -## Thanks |
| 166 | +But a massive thanks in particular to [AWS](https://github.com/aws), who sponsored Puppeteer-sharp from Nov 2023 via the [.NET on AWS Open Source Software Fund](https://github.com/aws/dotnet-foss). |
188 | 167 |
|
189 | | -Thanks to [JetBrains](https://www.jetbrains.com/?from=PuppeteerSharp) for a community Resharper license to use on this project. |
| 168 | +Thanks to [JetBrains](https://www.jetbrains.com/?from=PuppeteerSharp) for a community Resharper and Rider license to use on this project. |
0 commit comments