Skip to main content
Version: 23.8.0

Locator.setTimeout() 方法

¥Locator.setTimeout() method

通过克隆当前定位器并设置定位器操作的总超时来创建一个新的定位器实例。

¥Creates a new locator instance by cloning the current locator and setting the total timeout for the locator actions.

通过 0 禁用超时。

¥Pass 0 to disable timeout.

签名

¥Signature

class Locator {
setTimeout(timeout: number): Locator<T>;
}

参数

¥Parameters

范围

类型

描述

timeout

数字

Returns:

Locator<T>

默认值:

¥Default value:

Page.getDefaultTimeout()