We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f1983 commit e72cc13Copy full SHA for e72cc13
src/webdriver/commands/create_session.cc
@@ -48,7 +48,7 @@ void CreateSession::ExecutePost(Response* const response) {
48
if (sessionMap.size() > 0) {
49
// session map can consist only single session at the moment
50
Session* prev_session = sessionMap.begin()->second;
51
- bool reuse_ui;
+ bool reuse_ui = false;
52
if (required_caps_dict) {
53
if (!required_caps_dict->GetBoolean(Capabilities::kReuseUI, &reuse_ui))
54
desired_caps_dict->GetBoolean(Capabilities::kReuseUI, &reuse_ui);
0 commit comments