-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
Robdel12
Sep 1, 2021
Replies: 1 comment
-
Hey @despotbg! If you're looking to do request interception/mocking, using the Puppeteer SDK would be the right path: https://docs.percy.io/docs/puppeteer The PercyScript SDK was a thin wrapper around Puppeteer (a poor one -- we launched the browser and passed a single tab to use). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Robdel12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @despotbg! If you're looking to do request interception/mocking, using the Puppeteer SDK would be the right path: https://docs.percy.io/docs/puppeteer The PercyScript SDK was a thin wrapper around Puppeteer (a poor one -- we launched the browser and passed a single tab to use).