openwpm.commands.utils.firefox_profile module

openwpm.commands.utils.firefox_profile.sleep_until_sqlite_checkpoint(profile_dir, timeout=60)[source]

We wait until all the shm and wal files are checkpointed to DB. https://www.sqlite.org/wal.html#ckpt.

openwpm.commands.utils.firefox_profile.tmp_sqlite_files_exist(path)[source]

Check if temporary sqlite files(wal, shm) exist in a given path.