puppeteer/utils/doclint/test/04-bad-arguments/foo.js
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

8 lines
79 B
JavaScript

class Foo {
constructor(arg1, arg3 = {}) {
}
test(...filePaths) {
}
}