跳到主要内容
版本: 23.11.1

Page.url() 方法

页面的 URL。

签名

class Page {
url(): string;
}

返回值

string

备注

page.mainFrame().url() 的快捷方式。