mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
15 lines
527 B
Markdown
15 lines
527 B
Markdown
![]() |
### class: Foo
|
||
|
#### foo.bar(options)
|
||
|
- `options` <[Object]>
|
||
|
- `visibility` <[boolean]>
|
||
|
#### foo.foo(arg1, arg2)
|
||
|
- `arg1` <[string]>
|
||
|
- `arg2` <[string]>
|
||
|
|
||
|
#### foo.test(...files)
|
||
|
- `...filePaths` <...[string]>
|
||
|
|
||
|
[Object]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object "Object"
|
||
|
[string]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type "String"
|
||
|
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
|