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.
311 B
311 B
sidebar_label |
---|
Locator.setTimeout |
Locator.setTimeout() method
Signature:
class Locator {
setTimeout(timeout: number): this;
}
Parameters
Parameter | Type | Description |
---|---|---|
timeout | number |
Returns:
this