Blog Logo
TAGS

Puppeteer Sharp

# Puppeteer Sharp Puppeteer Sharp is a .NET port of the official Node.JS Puppeteer API. This library offers a way to automate Chrome browser actions in .NET environment. The package offers a high-level API that makes it easy to interact with pages and manage events. Puppeteer Sharp is built around Googles Chrome DevTools interface and can be used on any platform that supports .NET Standard 2.0. ### Useful links * [API Documentation](http://www.puppeteersharp.com/api/index.html) * [Slack channel #puppeteer-sharp](https://www.hardkoded.com/goto/pptr-slack) * [StackOverflow](https://stackoverflow.com/search?q=puppeteer-sharp) * [Issues](https://github.com/hardkoded/puppeteer-sharp/issues?utf8=%E2%9C%93&q=is%3Aissue) * [Blog](https://www.hardkoded.com/) ### Prerequisites * As Puppeteer-Sharp is a NetStandard 2.0 library, the minimum platform versions are .NET Framework 4.6.1 and .NET Core 2.0. Read more. * If you have issues running Chrome on Linux, the Puppeteer repo has a great troubleshooting guide. * X-server is required on Linux. ### How to Contribute Feel free to contribute by creating a pull request on the projects GitHub repository. If you find any bugs or have any feature requests, please use the Issues section to report or suggest them.