pm4py.connectors.extract_ocel_firefox_history#
- pm4py.connectors.extract_ocel_firefox_history(history_db_path: Optional[str] = None) OCEL [source]#
Extracts an object-centric event log containing the navigation history of Mozilla Firefox. Please keep Mozilla Firefox history closed when extracting.
ACTIVITY (ocel:activity) => the complete path of the website, minus the GET arguments TIMESTAMP (ocel:timestamp) => the timestamp of visit
Object Types: - case:concept:name : the profile of Firefox that is used to visit the site - complete_url: the complete URL of the website - url_wo_parameters: complete URL minus the part after ? - domain: the domain of the website that is visited
- Parameters:
history_db_path – path to the history DB path of Mozilla Firefox (default: position of the Windows folder)
- Return type:
OCEL