We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54d91e commit adbe146Copy full SHA for adbe146
features/environment.py
@@ -39,7 +39,8 @@ def before_feature(context, feature):
39
40
context.browser = webdriver.Remote(
41
desired_capabilities=desired_capabilities,
42
- command_executor="https://%s:%s@hub.browserstack.com/wd/hub" % (BROWSERSTACK_USERNAME, BROWSERSTACK_ACCESS_KEY)
+ command_executor="https://%s:%s@hub.browserstack.com/wd/hub" % (BROWSERSTACK_USERNAME, BROWSERSTACK_ACCESS_KEY),
43
+ keep_alive=True
44
)
45
46
def after_feature(context, feature):
0 commit comments