Furkan Gözükara
Furkan Gözükara

Reputation: 23800

Can we capture GET responses via ChromeDriver Selenium?

When i navigate a page, the page makes several GET requests. I wonder that, can I capture individual GET requests by using ChromeDriver Selenium?

C# 4.6.2

Upvotes: 0

Views: 1129

Answers (1)

acikojevic
acikojevic

Reputation: 945

Selenium itself can't capture network traffic, but you could use it with this embedded proxy and it should work fine.

Upvotes: 1

Related Questions