openstax / os-automation

Page object testing for OpenStax products
https://openstax.org/
Mozilla Public License 2.0
2 stars 0 forks source link

Add a Chrome setup to make use of network emulation and throttling #290

Open gregfitch opened 6 years ago

gregfitch commented 6 years ago

https://selenium-python.readthedocs.io/api.html#module-selenium.webdriver.chrome.webdriver

driver.get_network_conditions()
driver.set_network_conditions(
    offline=False,
    latency=5,
    throughput=500 * 1024
)