I was looking to navigate to the "chrome:settings" using selenium. But when I try using driver.get("chrome://settings")
it stops at the "about:blank". Also when I try using "http://chrome://settings"
it goes to "chrome//settings".
Please help me.