How to handle Local network access pop up when running automated testing using docker
How can I handle local network access pop up in automated testing when running on docker
chromeOptions.addArguments("--disable-features=BlockInsecurePrivateNetworkRequests");
This command works locally but It is not working on Docker/CI