You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to use Playwright to automate visiting some webpages and validate that certain analytics files are loaded and contain proper values in their URLs. It is working somewhat- every time I run, I am getting several of the following error, though it seems to happen at random:
(node:1485) UnhandledPromiseRejectionWarning: TimeoutError: Timeout while waiting for event "response"
Note: use DEBUG=pw:api environment variable and rerun to capture Playwright logs.
Sometimes it will work successfully, other times it will work successfully for all but one of the tags. Here is my code for reference. Let me know if there is something I am doing wrong here that could be causing this.
Hi, I am trying to use Playwright to automate visiting some webpages and validate that certain analytics files are loaded and contain proper values in their URLs. It is working somewhat- every time I run, I am getting several of the following error, though it seems to happen at random:
Sometimes it will work successfully, other times it will work successfully for all but one of the tags. Here is my code for reference. Let me know if there is something I am doing wrong here that could be causing this.
The text was updated successfully, but these errors were encountered: