-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All wda mac interface sets #283
Comments
I have read the files in https://github.com/appium/appium-mac2-driver/tree/master/WebDriverAgentMac/WebDriverAgentLib/Commands. |
The WDA's APIs are expected to be used via mac2 driver running on a host machine, so https://github.com/appium/appium-mac2-driver/blob/master/lib/commands/app-management.js like you addresses are endpoints. Each method names defined in JavaScript code are mapped in https://github.com/appium/appium/blob/master/packages/base-driver/lib/protocol/routes.js . The Web API is defined in https://appium.io/docs/en/latest/commands/base-driver/ or https://appium.io/docs/en/latest/guides/execute-methods/ https://github.com/appium/appium-mac2-driver?tab=readme-ov-file#platform-specific-extensions |
Yes, It is what I want, I will read them firstly. Thank you very much |
XCUITest driver achieves it with https://developer.apple.com/documentation/xctest/xcuidevice?language=objc but it looks like the documentation does not say macOS support it. So potentially macOS has no method to lock the screen over XCTest framework |
Instead, for lock, I wondered if |
I would like to know where I can see all the current set of interfaces? anybody know?
The text was updated successfully, but these errors were encountered: