зеркало из https://github.com/openwpm/OpenWPM.git
Merge pull request #453 from motin/avoid-synchronized-visits-in-demo
Avoid using "index='**'" in demo.py since it is a bit confusing
This commit is contained in:
Коммит
2c2c69505c
4
demo.py
4
demo.py
|
@ -43,8 +43,8 @@ for site in sites:
|
|||
# Start by visiting the page
|
||||
command_sequence.get(sleep=3, timeout=60)
|
||||
|
||||
# index='**' synchronizes visits between the three browsers
|
||||
manager.execute_command_sequence(command_sequence, index='**')
|
||||
# Run commands across the three browsers (simple parallelization)
|
||||
manager.execute_command_sequence(command_sequence)
|
||||
|
||||
# Shuts down the browsers and waits for the data to finish logging
|
||||
manager.close()
|
||||
|
|
Загрузка…
Ссылка в новой задаче