Overview
The GPT Driver SDK for Java has 2 main capabilities.
Self Healing
By using the GPT Driver classes all findElement(s) calls which fail due to broken locators will be healed on the fly if possible.
AI Commands
The SDK offers a range of AI-Native commands, such as executing natural language instructions and visual assertions.
In addition to the SDK itself, the Web Interface of GPT Driver you will provide you with:
GPT Driver Logs
For each Self Healing and AI Command execution you are able to see the detailed Reasoning incl. Screenshots.
Test Recorder (Beta)
The Recorder enables you to connect to your local device (virtual/physical) and generate GPT Driver enhanced Appium code.
Last updated