Python webbrowser Functions

EditRocket provides the following information on webbrowser functions in the Python source code builder.

get([name]) - Return a controller object for the browser type name.

open(url[, new=0[, autoraise=1]]) - Display url using the default browser.

open_new(url) - Open url in a new window of the default browser, if possible, otherwise, open url in the only browser window.

open_new_tab(url) - Open url in a new page ("tab") of the default browser, if possible, otherwise equivalent to open_new.

register(name, constructor[, instance]) - Register the browser type name.