puppeteer/utils/doclint/test/04-bad-arguments/doc.md
Andrey Lushnikov 52de75742b Implement visible option for Page.waitFor method
This patch adds a 'visible' option to the Page.waitFor method, making
it possible to wait for the element to become actually visible.

References #89, #91.
2017-07-21 10:01:19 -07:00

133 B

class: Foo

new Foo(arg1, arg2)

  • arg1 <[string]>
  • arg2 <[string]>

foo.test(...files)

  • ...filePaths <[string]>