try {
      const page = await browser.newPage();

      await page.goto(url, { waitUntil: 'networkidle0', timeout: 0 });