Replies: 1 comment
-
|
Hi, I don't believe this is possible currently. Playwright and Puppeteer use the Chrome DevTools Protocol to control the browser, which is a bit different than the way webdriver works. I have plans to create a Wallaby Driver that uses the CDP, which could enable this functionality, but it would probably come from the underlying library that Wallaby will use (or write), and not Wallaby itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to intercept network traffic on page loads / navigation inside Wallaby?
This is a feature playwright has and would be extremely useful in the elixir/Wallaby land.
For example:
I am navigating to a page and I want to make sure the page calls an API endpoint and I want to inspect / verify the response of that call. However, the data is no within the HTML / content of the page at all.
Beta Was this translation helpful? Give feedback.
All reactions