try {
      page.on('response', async (res) => {
         if (res.url().includes(WIND_REPORT_API_URL) && res.url().includes('reports')) {
            data = await res.json();
         }