I am a basic python programmer. I would like to change the settings of google chrome, especially the proxy and LAN settings automatically with a program. I tried looking at the webbrowser library, but I don't think its sufficient. I looked at the selenium library, but I do not know where to start looking for my requirements in the library, could someone provide a resource or a method on how to automate my tasks? I looked at another questions which describes a process using c#. But thats not my problem. I want the required documentation for my exact purpose.
http://seleniumhq.github.io/selenium/docs/api/py/api.html
which of these must I use?