-
Notifications
You must be signed in to change notification settings - Fork 14
CDP Network Domain
aqualityAutomation edited this page Apr 9, 2023
·
6 revisions
The CDP Network domain allows tracking the network activity of a page. It provides information about different HTTP requests/responses, their headers, body, etc. The NetworkHandling class of the Aquality Selenium framework is largely based on the methods of the mentioned domain. This class also implements various listeners and interceptors which allow intercepting and modifying request (HttpRequest) and response (HttpResponse) objects. Examples of using methods of NetworkHandling class can be found in NetworkHandlingTests, ) tests.