Supported Browsers

This module defines all supported browsers and their functionality.

All browsers must inherit from browser_history.generic.Browser.

class browser_history.browsers.Chrome(plat: browser_history.utils.Platform = None)

Google Chrome Browser

Supported platforms:

  • Windows

  • Linux

  • Mac OS

Profile support: Yes

class browser_history.browsers.Chromium(plat: browser_history.utils.Platform = None)

Google Chrome Browser

Supported platforms (TODO: Windows and Mac OS support)

  • Linux

Profile support: Yes

class browser_history.browsers.Firefox(plat: browser_history.utils.Platform = None)

Mozilla Firefox Browser

Supported platforms:

  • Windows

  • Linux

  • Mac OS

Profile support: Yes

class browser_history.browsers.Safari(plat: browser_history.utils.Platform = None)

Apple Safari browser

Supported platforms:

  • Mac OS

Profile support: No