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

4 Commits

Author SHA1 Message Date
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
0715ad8281
refactor: move locators to separate files () 2023-07-20 15:06:42 +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