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
a. Open a remote debugging port on chrome.
b. Connect to the remote web socket and send the following CDP.
b. Create a new browser context using CDP call
Steps to Reproduce :
a. Open a remote debugging port on chrome.
b. Connect to the remote web socket and send the following CDP.
b. Create a new browser context using CDP call
{
"id":256,
"method":"Target.createBrowserContext",
"params":
{"disposeOnDetach":true,
"proxyServer":"https=http://127.0.0.1:8080/"
}
}
c. Open a tab with the following payload.The browserContextid is the one received in above response.
{
"id":286,
"method":"Target.createTarget",
"params":
{"url":"https://examplesite.com/free-proxy-list",
"browserContextId":"E2B10456D7F545D63DBCC99AA616BBC7"
}
}
It is expected that it has to flow through Proxy where as it is not flowing though Proxy and using "Direct" connection.
OS : Windows 11
The text was updated successfully, but these errors were encountered: