You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is no need to create a separate issue for this. Releases of most Appium repositories are being done automatically based on conventional commits. For example, your change to WDA has been already published and the latest version of it is 5.15.1 as of now (this could be verified in the commits list )
Dependant usually takes care about picking up updated dependencies, but it is sometimes slow as many other packages are being updated. You may speed up this process by simply bumping the WDA version in the package.json of appium-xcuitest-driver and updating package.lock+the documentation on the added features. Check, for example, appium/appium-xcuitest-driver#2171
npm ERR! code ETARGET
npm ERR! notarget No matching version found for appium-webdriveragent@^5.15.1.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
Release WebDriverAgent to unlock the ability to add documentation with the new accessibility audit method output for appium-xcui-driver
Issue
[Feat]: WebDriverAgent, enhancing the /performAccessibilityAudit method to include detailed XCUIElement information
Implementation
appium/WebDriverAgent#808
The text was updated successfully, but these errors were encountered: