#9 - Intercepting Network requests in Page to perform Network call testing using Playwright C#.NET
Subtitle highlights
A quick preview of the first subtitles so you know what the video covers.
in this video i've been talking about intercepting network using playwright with c-sharp.net intercepting network is one of the most important concept which playwright provides and the playwright api also provides us to monitor and modify the network traffic both http and https so any requests that the page does including xhr and fetch request can be tracked modified and handled that is the powerful thing about playwright as well and that's another distinguished feature with selenium in playwright well as it said we are going to see one of the important use case of the network interception for example if we wanted to block all the image in a page and check how the site looks like and as the site shows all the alternative image text for that we could able to verify this much much easily using this option the network interception option that i was talking about and the code example for this is going to look something like this all we need to do is we need to just add route.async method this is another new method just especially for intercepting the networks