katalon_manage_keywords
Manage custom keywords in your Katalon project and list built-in keywords. Create, update, or view custom keywords with Groovy code.
Instructions
Manage custom keywords and view built-in keywords
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Katalon project | |
| action | Yes | Action to perform | |
| keywordName | No | Name of the custom keyword (for create/update) | |
| keywordCode | No | Groovy code for the custom keyword |