1

Is there anyway to capture what is streaming in Network tab during test run? I need to verify that server send the particular response which is visible in Network tab. I need it to verify that based on response, the particular UI is displayed. Thank you so much for any hint. gala

1 Answers1

0

What you need is to proxy your WebDriver browser. Check this question.

Alternatively you could use ZAP. This is a sample setup with Selenium WebDriver, but it might be an overkill.

Community
  • 1
  • 1
Rogério Peixoto
  • 2,176
  • 2
  • 23
  • 31