Browser.screens() 方法
¥Browser.screens() method
获取 屏幕信息对象 列表。
¥Gets a list of screen information objects.
签名
¥Signature
class Browser {
abstract screens(): Promise<ScreenInfo[]>;
}
Returns:
Promise<ScreenInfo[]>
¥Browser.screens() method
获取 屏幕信息对象 列表。
¥Gets a list of screen information objects.
¥Signature
class Browser {
abstract screens(): Promise<ScreenInfo[]>;
}
Returns:
Promise<ScreenInfo[]>