Riko Hamblin
Riko Hamblin

Reputation: 61

Options for capturing network traffic and inspecting response payload in C# selenium 3.141

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!

Upvotes: 0

Views: 573

Answers (1)

Riko Hamblin
Riko Hamblin

Reputation: 61

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

Upvotes: 1

Related Questions