The argument documentation of the Driver function is just a bunch of comments in the function definition.
Can I move these comments to a docstring so that running ..
from seleniumbase import Driver
help(Driver)
.. prints useful documentation to the user?
Code: https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/plugins/driver_manager.py