puppeteer/utils/doclint/check_public_api/test/10-md-builder/doc.md
Andrey Lushnikov 8bcf550bb6 chore(doclint): add basic tests for documentation parsers (#934)
This patch adds basic tests to verify javascript and markdown
documentation parsers.
2017-10-02 11:45:00 -07:00

311 B

class: Foo

This is a class.

event: 'frame'

  • <[Frame]>

This event is dispatched.

foo.$(selector)

  • selector <[string]> A selector to query page for
  • returns: <[Promise]<[ElementHandle]>>

The method runs document.querySelector.

foo.url

  • <[string]>

Contains the URL of the request.