MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / ClearImage

Method ClearImage

cpp/iedriver/CommandHandlers/ScreenshotCommandHandler.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void ScreenshotCommandHandler::ClearImage() {
97 if (this->image_ != NULL) {
98 delete this->image_;
99 this->image_ = NULL;
100 }
101}
102
103HRESULT ScreenshotCommandHandler::CaptureViewport(BrowserHandle browser) {
104 LOG(TRACE) << "Entering ScreenshotCommandHandler::CaptureViewport";

Callers 4

ExecuteInternalMethod · 0.95
CropImageMethod · 0.95
ExecuteInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected