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 a174abe commit 9f002a2Copy full SHA for 9f002a2
1 file changed
cpp/iedriver/BrowserFactory.cpp
@@ -130,7 +130,7 @@ void BrowserFactory::Initialize(BrowserFactorySettings settings) {
130
this->ignore_zoom_setting_ = settings.ignore_zoom_setting || this->edge_ie_mode_;
131
LOG(DEBUG) << "path before was " << settings.edge_executable_path << "\n";
132
this->edge_executable_location_ = StringUtilities::ToWString(settings.edge_executable_path);
133
- LOG(DEBUG) << "path after was " << this->edge_executable_location_.c_str() << "\n";
+ LOG(DEBUG) << "path after was " << StringUtilities::ToString(this->edge_executable_location_) << "\n";
134
this->html_getobject_msg_ = ::RegisterWindowMessage(HTML_GETOBJECT_MSG);
135
136
// Explicitly load MSAA so we know if it's installed
0 commit comments