0

I am limited to using selenium 3.141 C# however I would like to inspect network traffic and then programmatically inspect the response payload of a particular network call. What are my options of doing so given my restraints ?

Is this natively possible with selenium 4? Is upgrading my only option ?

I can give more details if need be! Thanks!

Riko Hamblin
  • 71
  • 10
  • Do you want to write a program to inspect the payload or just debug the traffic of some C# program? – PMF Feb 18 '22 at 21:22
  • @PMF I want to write a program that can extract some info from the response payload on a particular network call – Riko Hamblin Feb 18 '22 at 22:12
  • Does this answer your question? [How to access Network panel on google chrome developer tools with selenium?](https://stackoverflow.com/questions/20401264/how-to-access-network-panel-on-google-chrome-developer-tools-with-selenium) – Greg Burghardt Feb 28 '22 at 16:12
  • @GregBurghardt I tried that approach before however it didn't contain the information I needed, I ended up upgrading and leveraging native Selenium 4 features – Riko Hamblin Mar 01 '22 at 18:12

1 Answers1

1

I ended up upgrading to selenium 4 and leveraging native features to accomplish this

Riko Hamblin
  • 71
  • 10