pm4py.connectors.extract_ocel_firefox_history#

pm4py.connectors.extract_ocel_firefox_history(history_db_path: str | None = None) OCEL[source]#

Extracts an object-centric event log containing the navigation history of Mozilla Firefox. Please ensure that Mozilla Firefox history is closed when extracting.

Columns: - ACTIVITY (ocel:activity): Complete path of the website, excluding GET arguments. - TIMESTAMP (ocel:timestamp): Timestamp of the visit.

Object Types: - case:concept:name: Profile of Firefox used to visit the site. - complete_url: Complete URL of the website. - url_wo_parameters: Complete URL excluding the part after ‘?’. - domain: Domain of the visited website.

Parameters:

history_db_path – Path to the Mozilla Firefox history database (default: location of the Windows folder).

Return type:

OCEL