Menu
My Site Logopuppeteer-utilzDocs
GitHub
My Site Logopuppeteer-utilz
  • Docs
  • GitHub
  • Getting Started
    • Installation
  • Functions
    • asyncForEach
    • blockResources
    • capture
    • click
    • delay
    • disableLogger
    • findElement
    • getFrame
    • launchBrowser
    • noop
    • retry
    • setDownloadPath
    • timeout
    • type
    • waitForDownload
    • waitForFrame
    • waitForNavigation
    • waitForURL

noop

Description#

Does nothing. 🤷🏻‍♂️

Usage example#

import { noop } from 'puppeteer-utilz';
(() => {
noop();
})();
Edit this page
Previous
« launchBrowser
Next
retry »
  • Description
  • Usage example
Copyright © 2020 puppeteer-utilz, Inc. Built with Docusaurus. By the Ibis team.