Puppeteer
clearCustomQueryHandlers
注销所有自定义查询处理器。 返回值: void
connect
此方法将 Puppeteer 附加到现有浏览器实例。 <table><thead><tr><th> 参数 </th><th> 类型 </th><th> 说明 </th></tr></thead>
customQueryHandlerNames
获取所有自定义查询处理器的名称。 返回值: string\[\]
registerCustomQueryHandler
注册一个自定义查询处理器。 <table><thead><tr><th> 参数 </th><th> 类型 </th><th> 说明 </th></tr></thead>
unregisterCustomQueryHandler
注销指定名称的自定义查询处理器。 <table><thead><tr><th> 参数 </th><th> 类型 </th><th> 说明 </th></tr></thead>