mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
ede43ca2d3
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.
220 B
220 B
sidebar_label |
---|
AwaitedLocator |
AwaitedLocator type
Signature:
export type AwaitedLocator<T> = T extends Locator<infer S> ? S : never;
References: Locator