refactor selenium driver handling

This commit is contained in:
dandds
2018-10-01 13:07:30 -04:00
parent 63f94deb40
commit 0d10ef1b6b
3 changed files with 63 additions and 32 deletions

View File

@@ -0,0 +1,18 @@
BROWSERSTACK_CONFIG = {
"win7_ie10": {
"browser": "IE",
"browser_version": "10.0",
"os": "Windows",
"os_version": "7",
"resolution": "1024x768",
"browserstack.local": True,
},
"win10_chrome62": {
"browser": "Chrome",
"browser_version": "62.0",
"os": "Windows",
"os_version": "10",
"resolution": "1024x768",
"browserstack.local": True,
},
}