提交 7efe1dd8 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

try to fix `Navigation Timeout Exceeded`

上级 f9332bd0
......@@ -102,9 +102,11 @@ export class Bridge extends EventEmitter {
const cookieList = this.options.profile.get('cookies') as Cookie[]
const domain = this.cookieDomain(cookieList)
await page.goto(domain, {
waitUntil: 'load', // https://github.com/GoogleChrome/puppeteer/issues/805
})
await page.goto(domain) // Does this related to(?) the CI Error: exception: Navigation Timeout Exceeded: 30000ms exceeded
// , {
// waitUntil: 'load', // https://github.com/GoogleChrome/puppeteer/issues/805
// })
if (cookieList && cookieList.length) {
await page.setCookie(...cookieList)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册