Suggested solutions for keyword errors
Last updated: September 2025
This document lists out some suggested solutions for common keyword errors.
concatenate​
Keyword type: Common
- Check the parameter type. Only string parameter type is allowed.
delay​
Keyword type: Common
- Browser is not opened.
Verify Checkpoint​
Keyword type: Common
- Check if checkpoint data is valid.
Verify Equal​
Keyword type: Common
- Check the value type of the actual object and the expected object.
Verify Greater Than​
Keyword type: Common
- Check the value type of the actual object and the expected object.
Verify Greater Than Or Equal​
Keyword type: Common
- Check the value type of the actual object and the expected object.
Verify Less Than​
Keyword type: Common
- Check the value type of the actual object and the expected object.
Verify Less Than Or Equal​
Keyword type: Common
- Check the value type of the actual object and the expected object.
Verify Match​
Keyword type: Common
- Check the value type of the actual text and the expected text.
Verify Not Equal​
Keyword type: Common
- Check the value type of the actual object and the expected object.
Verify Not Match​
Keyword type: Common
- Check the value type of the actual text and the expected text.
Accept Alert​
Keyword type: WebUI
- Check that the alert exists.
authenticate​
Keyword type: WebUI
- Possibly the current page is broken, check network connection or call API.
back​
Keyword type: WebUI
- Browser is not opened.
check​
Keyword type: WebUI
- Check test object locator.
Clear Text​
Keyword type: WebUI, Mobile, Windows
- The web element does not have an input tag, check the test object type.
click​
Keyword type: WebUI, Windows
- Possibly application bug.
- Check the test object locator.
Click Image​
Keyword type: WebUI
- Possibly application bug.
- Check the test object locator.
Click Offset​
Keyword type: WebUI
- Possibly application bug.
- Check the test object locator.
- Check the input offset.
Close Browser​
Keyword type: WebUI
- Browser is not available.
- Network is disconnected.
Close Window Index​
Keyword type: WebUI
- Check the input index.
Close Window Title​
Keyword type: WebUI
- Check the input title.
Close Window Url​
Keyword type: WebUI
- Check the input URL.
convert Web Element To Test Object​
Keyword type: WebUI
- The web element is not found, check the test object locator.
- Check the web element parameter.
Delete All Cookies​
Keyword type: WebUI
- Check if browser still opens.
Deselect All Option​
Keyword type: WebUI
- Check the test object locator.
Deselect Option By Index​
Keyword type: WebUI
- Check the test object locator.
- Validate the input index.
Deselect Option By Label​
Keyword type: WebUI
- Check the test object locator.
- Validate the input label.
Deselect Option By Value​
Keyword type: WebUI
- Check the test object locator.
- Validate the input value.
Dismiss Alert​
Keyword type: WebUI
- Check that the alert exists.