Skip to content

Troubleshooting

  • Confirm chromePath or CHROME_PATH points to a real browser executable.
  • Make sure the browser version can start with remote debugging enabled.
  • Use waitForDocumentReady before DOM interaction.
  • Prefer waitForElement instead of fixed delays whenever possible.
  • Provide one of pageWSEndpoint, browserWSEndpoint, or devToolsPort.
  • Include processId when you want process-aware cleanup.