2020-12-26 23:31:41 +01:00
|
|
|
# class: Foo
|
2020-03-23 22:50:32 +01:00
|
|
|
|
2020-12-26 23:31:41 +01:00
|
|
|
## method: Foo.method
|
2020-03-23 22:50:32 +01:00
|
|
|
- returns: <[Promise]<[ElementHandle]>>
|
|
|
|
|
|
|
|
|
|
The method does something.
|
|
|
|
|
|
2020-12-26 23:31:41 +01:00
|
|
|
### param: Foo.method.arg1
|
|
|
|
|
- `arg1` <[string]>
|
|
|
|
|
|
|
|
|
|
A single line argument comment
|
|
|
|
|
|
|
|
|
|
### param: Foo.method.arg2
|
|
|
|
|
- `arg2` <[string]>
|
|
|
|
|
|
|
|
|
|
A multiline argument comment:
|
|
|
|
|
* it could be this
|
|
|
|
|
* or it could be that
|