mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
52de75742b
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.
8 lines
79 B
JavaScript
8 lines
79 B
JavaScript
class Foo {
|
|
constructor(arg1, arg3 = {}) {
|
|
}
|
|
|
|
test(...filePaths) {
|
|
}
|
|
}
|