Reputation: 61
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
Reputation: 61
I ended up upgrading to selenium 4 and leveraging native features to accomplish this
Upvotes: 1