Revision 3e4bde86
Added by koszko over 1 year ago
| test/haketilo_test/__main__.py | ||
|---|---|---|
| 67 | 67 |
driver = firefox_safe_mode(proxy_port=int(port)) |
| 68 | 68 |
|
| 69 | 69 |
if load_haketilo: |
| 70 |
driver.install_addon(str(here.parent / 'mozilla-build.zip'), temporary=True)
|
|
| 70 |
driver.install_addon(str(Path.cwd() / 'mozilla-build.zip'), temporary=True)
|
|
| 71 | 71 |
driver.get(get_extension_base_url(driver) + 'html/settings.html') |
| 72 | 72 |
|
| 73 | 73 |
print("You can now control the browser through 'driver' object")
|
Also available in: Unified diff
fix test-environment* targets