How to handle Local network access pop up when running automated testing using docker
13:31 04 Feb 2026

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

docker google-chrome automated-tests