Skip to main content
Version: 24.38.0

Puppeteer.customQueryHandlerNames() 方法

🌐 Puppeteer.customQueryHandlerNames() method

获取所有自定义查询处理程序的名称。

🌐 Gets the names of all custom query handlers.

语法

🌐 Signature

class Puppeteer {
static customQueryHandlerNames(): string[];
}

返回:

string[]