DriverTestMessage.complete constructor
When driver side successfully completed executing the WebDriverCommand.
Implementation
DriverTestMessage.complete() : _isSuccess = true, _isPending = false;
When driver side successfully completed executing the WebDriverCommand.
DriverTestMessage.complete() : _isSuccess = true, _isPending = false;