chore: Bump website dependencies (#9739)

This commit is contained in:
Nikolay Vitkov
2023-02-23 13:31:23 +01:00
committed by GitHub
parent e7138cf99d
commit 37eb0f2a19
127 changed files with 1288 additions and 1359 deletions

View File

@@ -28,7 +28,7 @@ class Page {
| --------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| selector | string | A [selector](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors) of an element to type into. If there are multiple elements satisfying the selector, the first will be used. |
| text | string | A text to type into a focused element. |
| options | { delay: number; } | <i>(Optional)</i> have property <code>delay</code> which is the Time to wait between key presses in milliseconds. Defaults to <code>0</code>. |
| options | { delay: number; } | _(Optional)_ have property <code>delay</code> which is the Time to wait between key presses in milliseconds. Defaults to <code>0</code>. |
**Returns:**