navigate to settings page of chrome using selenium -


i looking navigate "chrome:settings" using selenium. when try using driver.get("chrome://settings") stops @ "about:blank". when try using "http://chrome://settings" goes "chrome//settings".

please me.

you can't access page through selenium.

selenium designed automate web pages, not settings mechanism of browser.

whatever want in settings page should doing using desiredcapabilities, have @ chromedriver wiki more information:

https://code.google.com/p/chromedriver/wiki/capabilitiesandswitches

it helpful if told trying inside settings tab, may able provide more useful suggestion.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -