Skip to main content
Version: 23.2.0

Page.browser() 方法

¥Page.browser() method

获取页面所属的浏览器。

¥Get the browser the page belongs to.

签名

¥Signature

class Page {
abstract browser(): Browser;
}

Returns:

Browser