※ Please note that parts of this page are machine translated.
This page explains the Fix with AI feature. Fix with AI is a feature where the AI analyzes the cause of a failure and repairs the step if a failure occurs during step execution while replaying a recording or during scenario execution.
Fix with AI feature is available only to customers subscribed to the Nexus AI Agent option. For more information on the Nexus AI Agent, please refer to this document.
When a Failure Occurs During Replay
If a step fails during replay while editing a scenario, please follow the procedure below to fix the step.
When a step fails during replay, a Replay Failed dialog will be displayed.
Click the Fix with AI button shown inside the dialog.
The dialog display will change to AI Running..., and the AI will begin analyzing and fixing the issue. Please wait until the process is complete.
If the fix is successful, the following actions occur automatically:
The failed original step is disabled and replaced by a new step generated by the AI.
The replay automatically resumes.
If a failure occurs again after the replay resumes, you will be returned to the "Replay Failed" dialog. Check the error details and choose to try Fix with AI again, or select other operations such as Retry or Record from here.
When a Failure Occurs During Test Execution
If a step fails during a test run, please follow the procedure below to fix the step.
Click the Fix with AI button displayed on the failed step within the test results.
The AI Agent will launch, and the AI will begin analyzing and fixing the issue. Please wait until the process is complete.
If the fix is successful, the failed original step is disabled and replaced by a new step generated by the AI.
Review the corrections made by the AI Agent and click the Save button to save the scenario.
Run the scenario again to confirm that the fix works correctly.
If the scenario execution fails even after the fix, check the error details and try Fix with AI again, or attempt re-recording or adjusting the locator settings manually.
Unsupported Use Cases
The feature cannot be used in the following cases:
1. Unsupported Actions
Generate dynamic value
Verify appearance matches (Visual regression)
Open mail by subject
Natural language steps
2. When Non-Fixed Values are Used
Steps cannot be fixed if the step settings (arguments) use anything other than a "Fixed value" (Specify value). Specifically, steps using the following are unsupported:
Data
Result of other steps
Shared group parameters
Workspace variables
Fixed mailboxes / Random mailboxes
3. When Referenced by Other Steps
A failed step cannot be fixed if its output result is being used as "Result of other steps" in subsequent steps.
Important Notes
The AI analyzes the state of the web page to perform fixes; however, depending on the page structure or state (e.g., complex frame structures, dynamic content), it may not be able to perform an appropriate fix.
As a result of an AI fix, a single step may be replaced by multiple steps. Additionally, with the exception of verification (assertion) steps, the AI will not voluntarily add verification steps.