diff --git a/lib/driver.js b/lib/driver.js index 2cf340b9f..811aadc65 100644 --- a/lib/driver.js +++ b/lib/driver.js @@ -1210,7 +1210,7 @@ class XCUITestDriver extends BaseDriver { // If the session specified this.opts.webDriverAgentUrl with a real device, // we can assume the user prepared the device properly already. if (this.opts.webDriverAgentUrl) { - this.logs.debug('Skipping checking of the device availability since the session specifies appium:webDriverAgentUrl'); + this.log.debug('Skipping checking of the device availability since the session specifies appium:webDriverAgentUrl'); } else { // make sure it is a connected device. If not, the udid passed in is invalid const devices = await getConnectedDevices();