Can I use a custom xcuitest driver version ? #1291
-
Hello, currently this plugin use the latest xcuitest driver version, but with this version, i can't use is there a solution to define a custom version (v5~) ? Thx!! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@sy-happn Sorry we don't have any hard dependency with xcuitest driver |
Beta Was this translation helpful? Give feedback.
-
@saikrishna321 After digging a lot, I think my issue is related to this release of
When I try to run a test on an iOS Real Device with a touch command ( unknown command: Unhandled endpoint: /session/DB0C48B0-BDA2-4891-8D32-E80BDCC8EED3/wda/touch/perform -- http://localhost/ with parameters {
wildcards = (
"session/DB0C48B0-BDA2-4891-8D32-E80BDCC8EED3/wda/touch/perform"
);
} this is expected but in my case i'm using a lower version of Do you have any idea why this happening ? Thx again! |
Beta Was this translation helpful? Give feedback.
@sy-happn ah get it! You can build custom wda.ipa with your own version and still work with device-farm.
FYI - We are working on easy script to build the wda on custom webdriveragent project - https://github.com/AppiumTestDistribution/appium-device-farm/blob/prepare-wda/src/scripts/ios-sign.ts
Next release will have this.