pm4py.connectors.extract_ocel_chrome_history#
- pm4py.connectors.extract_ocel_chrome_history(history_db_path: str | None = None) OCEL [source]#
Extracts an object-centric event log containing the navigation history of Google Chrome. Please keep Google Chrome 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 Chrome 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 Google Chrome (default: position of the Windows folder)
- Return type:
OCEL