playwright/types
Dmitry Gozman 5a2cfdbd47
api: add isChecked method (#4953)
This adds `{Page,Frame}.isChecked(selector)` and `ElementHandle.isChecked()` methods.

Useful to do assertions in tests:
```js
await page.click('text="Add TODO"');
expect(await page.isChecked('.item-done')).toBe(false);
```
2021-01-08 17:36:17 -08:00
..
android.d.ts feat(types): simplify android and electron types (#4829) 2020-12-26 20:25:18 -08:00
electron.d.ts feat(types): simplify android and electron types (#4829) 2020-12-26 20:25:18 -08:00
protocol.d.ts chore: commit generated types to the repository (#4826) 2020-12-26 13:52:05 -08:00
structs.d.ts feat(types): make our client classes implement public types (#4817) 2020-12-26 17:05:57 -08:00
trace.d.ts chore: commit generated types to the repository (#4826) 2020-12-26 13:52:05 -08:00
types.d.ts api: add isChecked method (#4953) 2021-01-08 17:36:17 -08:00