Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make readme.md more consistent and fix small error #797

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ngschaider
Copy link

Changed the naming of the imported puppeteer-extra-plugin-stealth from "stealth" to "StealthPlugin" to be more consistent with the rest of the ReadMe. Also actually called the function, otherwise there will obviously be an error.

Changed the naming of the imported puppeteer-extra-plugin-stealth from "stealth" to "StealthPlugin" to be more consistent with the rest of the ReadMe.
Also actually called the function, otherwise there will obviously be an error.

// Add the plugin to playwright (any number of plugins can be added)
chromium.use(stealth)
chromium.use(StealthPlugin())
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there should be no brackets near StealthPlugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants