Skip to content

Commit 089a9dd

Browse files
committed
docs(input): minor edits 2
1 parent 438d276 commit 089a9dd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/input.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ await page.fill('#local', '2020-03-02T05:15');
2828
- [`elementHandle.fill(value[, options])`](https://github.com/microsoft/playwright/blob/master/docs/api.md#elementhandlefillvalue-options) — on a particular element
2929

3030

31-
---
3231
## Check / uncheck the checkbox
3332

3433
```js
@@ -52,7 +51,6 @@ This is the easiest way to check and uncheck a checkbox. This method can be used
5251

5352

5453

55-
---
5654
## Select an option
5755

5856
```js
@@ -93,7 +91,6 @@ page.selectOption('select#colors', option);
9391
9492
9593
96-
---
9794
## Type character by character
9895
9996
```js
@@ -112,7 +109,6 @@ Sometimes it is important to type into the focused field character by character,
112109
113110
114111
115-
---
116112
## Press a key, enter keyboard shortcut
117113
118114
```js

0 commit comments

Comments
 (0)