nateshmbhat / webbot

Web automation library for simple and easy end to end testing and web browser automation that offers super charged features while keeping it simple to use and master
https://pypi.org/project/webbot/
Mozilla Public License 2.0
239 stars 87 forks source link

[Feature Request] Passing Preferences for Chrome Profile using prefs. #65

Open not-so-rabh opened 3 years ago

not-so-rabh commented 3 years ago

There should be a method or an argument to pass Chrome profile preferences using prefs. For. eg. to directly download pdfs instead of opening them it's better to pass these as arguments as prefs along with the add_experimental_option() method.