docs: fix Dialog class reference (#5788)
This commit is contained in:
parent
720dea4069
commit
6a8c8d9c87
|
|
@ -37,7 +37,7 @@ page.click("button")
|
||||||
|
|
||||||
As a result, following snippet will never resolve:
|
As a result, following snippet will never resolve:
|
||||||
|
|
||||||
:::warn
|
:::warning
|
||||||
WRONG!
|
WRONG!
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|
@ -67,7 +67,7 @@ If there is no listener for [`event: Page.dialog`], all dialogs are automaticall
|
||||||
|
|
||||||
### API reference
|
### API reference
|
||||||
|
|
||||||
- [`Dialog`]
|
- [Dialog]
|
||||||
- [`method: Dialog.accept`]
|
- [`method: Dialog.accept`]
|
||||||
- [`method: Dialog.dismiss`]
|
- [`method: Dialog.dismiss`]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue