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 1d2c5df commit f2afaedCopy full SHA for f2afaed
cpp/iedriver/CommandHandlers/ClickElementCommandHandler.cpp
@@ -127,7 +127,7 @@ void ClickElementCommandHandler::ExecuteInternal(const IECommandExecutor& execut
127
128
LocationInfo click_location = {};
129
long obscuring_element_index = -1;
130
- std::string obscuring_element_description;
+ std::string obscuring_element_description = "";
131
bool obscured = element_wrapper->IsObscured(&click_location,
132
&obscuring_element_index,
133
&obscuring_element_description);
0 commit comments