Suggested solutions for keyword errors
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.
Double Click​
Keyword type: WebUI, Windows
- Possibly application bug.
- Check the tes object locator.
Drag And Drop By Offset​
Keyword type: WebUI
- Possibly application bug.
- Check the test object locator.
Drag And Drop To Object​
Keyword type: WebUI
- Possibly application bug.
- Check the test object locator.
enable SmartWait​
Keyword type: WebUI
- Smart Wait is enabled incorrectly. See: Handle Selenium Wait.
Enhanced Click​
Keyword type: WebUI
- Possibly application bug.
- Check the test object locator.
execute JavaScript​
Keyword type: WebUI
- Check that javascript is enabled.
- Check that the script is valid.
focus​
Keyword type: WebUI
- Possibly application bug.
- Ensure that the element is inside the viewport.
- Check the test object locator.
forward​
Keyword type: WebUI
- Check that the browser is opened before using the keyword.
- Check that the keyword is not called after the browser closes.
Get Alert Text​
Keyword type: WebUI
- Check that the alert exists.
Get All Links On Current Page​
Keyword type: WebUI
- Ensure browser opens.
Get Attribute​
Keyword type: WebUI, Mobile, Windows
- Check test object locator.
get CSS Value​
Keyword type: WebUI
- The web element is not present on DOM, check the test object locator.
- The input CSS value is incorrect.
Get Element Height​
Keyword type: WebUI, Mobile
- The web element is not present on DOM, check test object locator.
Get Element Left Position​
Keyword type: WebUI, Mobile
- The web element is not present on DOM, check test object locator.
Get Element Width​
Keyword type: WebUI, Mobile
- The web element is not present on DOM, check test object locator.
Get Number Of Selected Option​
Keyword type: WebUI
- Check test object locator.
Get Number Of Total Option​
Keyword type: WebUI
- Check the test object locator.
Get Page Height​
Keyword type: WebUI
- The current page is possibly broken, check network or call API.
Get Page Width​
Keyword type: WebUI
- The current page is possibly broken, check network or call API.
Get Text​
Keyword type: WebUI, Mobile, Windows
- Check test object locator.
Get Url​
Keyword type: WebUI
- Check that the browser is opened before using the keyword.
- Check that the keyword is not called after the browser closes.
Get Viewport Height​
Keyword type: WebUI
- Check if javascript is enabled on the page.
Get Viewport Left Position​
Keyword type: WebUI
- The web element is not present on DOM, check test object locator.
- .
Get Viewport Top Position​
Keyword type: WebUI
- The web element is not present on DOM, check test object locator.
Get Viewport Width​
Keyword type: WebUI
- Check if javascript is enabled on the page.
Get Window Index​
Keyword type: WebUI
- Check that the browser is opened before using the keyword.
- Check that the keyword is not called after the browser closes.
- Check the index parameter.
Get Window Title​
Keyword type: WebUI
- Check that the browser is opened before using the keyword.
- Check that the keyword is not called after the browser closes.
Maximize Window​
Keyword type: WebUI
- Check the system.