pm4py.connectors.extract_log_chrome_history#
- pm4py.connectors.extract_log_chrome_history(history_db_path: str | None = None) DataFrame [source]#
Extracts a DataFrame containing the navigation history of Google Chrome. Please ensure that Google Chrome history is closed when extracting.
Columns: - CASE ID (case:concept:name): Identifier of the extracted profile. - ACTIVITY (concept:name): Complete path of the website, excluding GET arguments. - TIMESTAMP (time:timestamp): Timestamp of the visit.
- Parameters:
history_db_path – Path to the Google Chrome history database (default: location of the Windows folder).
- Return type:
pd.DataFrame