我的代码: const puppeteer = require("puppeteer");
try { }
})(); 错误: this is the TimeoutError: Navigation timeout of 30000 ms exceeded 我想要实现的是: 在相应的输入字段中输入名字和姓氏,然后单击过滤器<
我使用的是puppeteer,我需要不断刷新页面,直到请求的元素变为活动状态,"button“是我需要的元素。我试着等待,但它不工作,并给我这个错误: Error: Unknown value for options.waitUntil: JSHandle@node 这就是我尝试过的 const [button