0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
jrandolf
9b6f1de8b9
feat: implement typed events () 2023-09-13 15:47:55 +02:00
jrandolf
fdada74ba7
feat: implement Locator.prototype.waitHandle () 2023-07-27 10:47:29 +02:00
jrandolf
6ad92f7f84
feat: implement function locators () 2023-07-27 09:23:28 +02:00
jrandolf
34be28db5d
feat: implement immutable locator operations () 2023-07-26 17:00:00 +02:00
jrandolf
e73d35def0
feat: implement Locator.prototype.filter () 2023-07-25 16:46:10 +02:00
jrandolf
47eecf5bb1
feat: implement Locator.prototype.map () 2023-07-25 16:45:10 +02:00
jrandolf
5d34d42d15
feat: implement Locator.prototype.wait () 2023-07-25 16:43:18 +02:00
jrandolf
ede43ca2d3
chore: use RxJS for locator implementation ()
Using RxJS greatly simplifies the control flow for locators and comes with automatic cleanup on failure. It greatly simplifies the `signal` logic and the retry logic.
2023-07-25 12:43:07 +02:00
jrandolf
c14f9b64a7
chore: implement typed Locators, expects, and internal contexts () 2023-07-19 15:39:38 +00:00
Alex Rudenko
9c35e9ab1f
feat: implement Locator.race () 2023-06-07 12:45:02 +02:00
Alex Rudenko
b81b019083
chore: mark Locator constructor as private () 2023-06-06 11:51:34 +02:00
Alex Rudenko
1f978f5fc5
feat: implement Locators () 2023-06-02 17:46:10 +00:00