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 keep Google Chrome history closed when extracting.
CASE ID (case:concept:name) => an identifier of the profile that has been extracted ACTIVITY (concept:name) => the complete path of the website, minus the GET arguments TIMESTAMP (time:timestamp) => the timestamp of visit
- Parameters:
history_db_path – path to the history DB path of Google Chrome (default: position of the Windows folder)
- Return type:
pd.DataFrame