Revision 5a002642
Added by jahoti almost 2 years ago
- ID 5a0026423b61915fd2f9544456b2634505a952b1
- Parent 6d819aae
test/profiles.py | ||
---|---|---|
29 | 29 |
from selenium.webdriver.firefox.options import Options |
30 | 30 |
import time |
31 | 31 |
|
32 |
from .misc_constants import *
|
|
32 |
from .config import *
|
|
33 | 33 |
|
34 | 34 |
def set_profile_proxy(profile, proxy_host, proxy_port): |
35 | 35 |
# proxy type 1 designates "manual" |
Also available in: Unified diff
Allow testing behavior to be customized
Adds PYTEST, PYTHON, BROWSER_BIN, TEST_PORT, and TEST_PROFILE variables
to configure.