mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
16 lines
534 B
Markdown
16 lines
534 B
Markdown
![]() |
### class: Foo
|
||
|
|
||
|
#### foo.method(arg1, arg2)
|
||
|
- `arg1` <[string]> A single line argument comment
|
||
|
- `arg2` <[string]> A multiline argument comment:
|
||
|
- it could be this
|
||
|
- or it could be that
|
||
|
- returns: <[Promise]<[ElementHandle]>>
|
||
|
|
||
|
The method does something.
|
||
|
|
||
|
[string]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type "String"
|
||
|
[Promise]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise "Promise"
|
||
|
[ElementHandle]: # "ElementHandle"
|
||
|
[ElementHandle]: # "Frame"
|