You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using browsermob proxy 2.1.5 with Selenium (3.14.0) Java code I'm trying to add a custom header to Chrome browser but the request header is not getting added to all requests
same here, the request are captured, but not altered, so I can log the request.getUri() but the headers().add() doesn't do anything to the actual request... ¯_(ツ)_/¯
Using browsermob proxy 2.1.5 with Selenium (3.14.0) Java code I'm trying to add a custom header to Chrome browser but the request header is not getting added to all requests
Sample code:
Also tried like the following,
The text was updated successfully, but these errors were encountered: