pm4py.algo.connectors.variants.chrome_history module#

class pm4py.algo.connectors.variants.chrome_history.Parameters(*values)[source]#

Bases: Enum

HISTORY_DB_PATH = 'history_db_path'#
pm4py.algo.connectors.variants.chrome_history.apply(parameters: Dict[Any, 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:

Parameters.HISTORY_DB_PATH – Path to the history DB path of Google Chrome (default: position of the Windows folder)

Returns:

Pandas dataframe

Return type:

dataframe