This setting will change the default maximum navigation time for the following methods and related shortcuts:
class Page {
abstract setDefaultNavigationTimeout(timeout: number): void;
}
Parameter | Type | Description |
---|---|---|
timeout | number | Maximum navigation time in milliseconds. |
Returns:
void