wrappedbrowser package

Submodules

wrappedbrowser.wrappedbrowser module

Main module.

wrappedbrowser.wrappedbrowser.open(destination, browser_type=None)[source]

Opens a single url or a list of urls.

destination:
If it’s a string, it’s opened if possible in a new window. If it’s a list, all url-s are opened.
browser_type:
Optional. If provided, it’s passed to the webbrowser.get function.

Module contents

Top-level package for wrappedbrowser.