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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -