Skip to main content
Version: 24.38.0

Page.browser() 方法

🌐 Page.browser() method

获取页面所属的浏览器。

🌐 Get the browser the page belongs to.

语法

🌐 Signature

class Page {
abstract browser(): Browser;
}

返回:

浏览器