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

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -