The Scripting (Core) API allow to programatically create sessions on devices in the Waldo device cloud and interact with them using a WebDriver and Appium compatible API.
SDK
An npm package to integrate Waldo as a cloud provider in WebDriver.io tests is available: @waldoapp/wdio-service
API Structure
/wd/hub/sessionrepresents the WebDriver and Appium compatible API/devicesProvide a list of all devices available in Waldo/poolsAllow to prepare multiple sessions for the same device and build/sessionsContains Waldo-specific APIs for sessions
