Network devtools

Hello, guys

I want to know if there’s a way to access network on chrome devtools, in order to check the requisitions and responses.

Best regards!

I have the same question!!! did you solve this?

Anyone have a solution for this?

Katalon support at it’s finest!

You need Chrome DevTools Protocol, CDP. Selenium WebDriver does not provide access to the network layer inside browsers at all.

If you want to use Chrome DevTools Protocol within Katalon Studio you want to add some CDP client library for Java and your test cases want to call it; for example I have ever touched

I am not sure how much this lib is comprehensive in coverage of CDP features.

Or you may want to get off KS and get on Playwright, which natively works on CDP

Note that you need be able to write everything in TypeScript/JavaScript for Playwright.