Any working examples of network stubbing/mocking with nightwatch2.0 ? #2945
Answered
by
beatfactor
kmahata
asked this question in
Help Needed
-
Any working examples would be really helpful around network mocking or stubbing with nightwatch 2.0. |
Beta Was this translation helpful? Give feedback.
Answered by
beatfactor
Nov 8, 2021
Replies: 1 comment
-
We are working on providing some built-in commands for this but I think you can go ahead and look for what the CDP has to offer, because that's what we'll be doing initially. There are a few examples that use the Selenium BiDi apis at the bottom of this page and you can see how to use BiDi with Nightwatch here. Only works in Chrome for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
beatfactor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are working on providing some built-in commands for this but I think you can go ahead and look for what the CDP has to offer, because that's what we'll be doing initially.
There are a few examples that use the Selenium BiDi apis at the bottom of this page and you can see how to use BiDi with Nightwatch here. Only works in Chrome for now.