To execute Percy SDK with Appium, Percy utilizes three key Appium driver functions:
- Get Session Capabilities:
- Appium Function: Get - appium
- Execute Script:
- Appium Function: Execute - appium
- Take Screenshot:
- Appium Function: Screenshot - appium
If you encounter issues while running our SDK, verify that the above functions have not been overridden in your codebase.
If you need to override them, ensure the return type matches the original commands for proper integration.