Pavel Feldman
|
5752a28f87
|
chore: make tests strict (1) (#27731)
|
2023-10-23 09:31:30 -07:00 |
|
Pavel Feldman
|
00df08b3cf
|
chore: explicitly control actions with slow mo (#22445)
Fixes https://github.com/microsoft/playwright/issues/22273
|
2023-04-17 16:19:30 -07:00 |
|
Pavel Feldman
|
a0ea9b5fba
|
chore: simplify slowmo implementation (#18990)
|
2022-11-22 11:06:45 -08:00 |
|
Dmitry Gozman
|
7c80b77c57
|
feat(clear): remove clear() methods from all classes except Locator (#18703)
The preferred way is to use the locator, so we should not encourage the
use of `ElementHandle` or `Page` in the new APIs.
|
2022-11-10 12:29:14 -08:00 |
|
Jean-François Greffier
|
0fe1998c72
|
feat(api): add clear() (#18296)
Add `clear()` method as a convenience shortcut for `fill('')`.
Implemented for AndroidDevice, ElementHandle, Frame, Locator and Page.
Fixes https://github.com/microsoft/playwright/issues/14041
|
2022-10-25 12:56:11 -07:00 |
|
Pavel Feldman
|
02cac8a066
|
chore: group tests under tests/ (1) (#13081)
|
2022-03-25 16:05:50 -07:00 |
|