C# Playwright – Unable to add requests to datagrid with method request.AllHeadersAsync()
I am working on building an HTTP traffic interceptor using Playwright in C#. I am able to capture requests and add them to a datagrid using the following line of code of OnRequest method of BrowserService.cs:
C# Playwright – Unable to add requests to datagrid with method request.AllHeadersAsync()
I am working on building an HTTP traffic interceptor using Playwright in C#. I am able to capture requests and add them to a datagrid using the following line of code of OnRequest method of BrowserService.cs: