Skip to content

Commit

Permalink
Properly initializing variable in IE driver
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Dec 20, 2018
1 parent 1d2c5df commit f2afaed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void ClickElementCommandHandler::ExecuteInternal(const IECommandExecutor& execut

LocationInfo click_location = {};
long obscuring_element_index = -1;
std::string obscuring_element_description;
std::string obscuring_element_description = "";
bool obscured = element_wrapper->IsObscured(&click_location,
&obscuring_element_index,
&obscuring_element_description);
Expand Down

0 comments on commit f2afaed

Please sign in to comment.