mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
5a2cfdbd47
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); ``` |
||
---|---|---|
.. | ||
android.d.ts | ||
electron.d.ts | ||
protocol.d.ts | ||
structs.d.ts | ||
trace.d.ts | ||
types.d.ts |