Skip to content

Commit adbe146

Browse files
agarneha1331francisf
authored andcommitted
Added keep_alive
1 parent c54d91e commit adbe146

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features/environment.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ def before_feature(context, feature):
3939

4040
context.browser = webdriver.Remote(
4141
desired_capabilities=desired_capabilities,
42-
command_executor="https://%s:%s@hub.browserstack.com/wd/hub" % (BROWSERSTACK_USERNAME, BROWSERSTACK_ACCESS_KEY)
42+
command_executor="https://%s:%s@hub.browserstack.com/wd/hub" % (BROWSERSTACK_USERNAME, BROWSERSTACK_ACCESS_KEY),
43+
keep_alive=True
4344
)
4445

4546
def after_feature(context, feature):

0 commit comments

Comments
 (0)