appium / appium-mac2-driver

Next-gen Appium macOS driver, backed by Apple XCTest
Apache License 2.0
115 stars 24 forks source link

Issue moving from 1.5.3 to 1.6.0 #209

Closed rmarinho closed 1 year ago

rmarinho commented 1 year ago

We have our CI running some tests on Mac with appium and this driver. CI machines are recreated for each run and started installing 1.6.0. We start getting this issue:

OpenQA.Selenium.WebDriverException : An unknown server-side error occurred while processing the command. Original error: Cannot read properties of undefined (reading 'info')

Here are some logs : appium_mac-2.log

mykola-mokhnach commented 1 year ago

The patch has been published in 1.6.1

rmarinho commented 1 year ago

Thanks, fixed!