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.
Modify Object Propertyβ
Keyword type: WebUI
- Possibly application bug.
- Check the test object locator.
Mouse Overβ
Keyword type: WebUI
- Possibly application bug.
- Check the tes object locator.
Mouse Over Offsetβ
Keyword type: WebUI
- Possibly application bug.
- Check test object locator.
- Check the input offset.
Navigate to 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.
Open Browserβ
Keyword type: WebUI
- Browser is not available.
- Network is disconnected.
refreshβ
Keyword type: WebUI
- Check that the browser is opened before using the keyword.
- Check that the keyword is not called after the browser closes.
Remove Object Propertyβ
Keyword type: WebUI
- Possibly application bug.
- Check the test object locator.
Right Clickβ
Keyword type: WebUI, Windows
- Possibly application bug.
- Check the tes object locator.
Right Click Offsetβ
Keyword type: WebUI
- Possibly application bug.
- Check the tes object locator.
Scroll To Elementβ
Keyword type: WebUI
- The web element is changed, check the associated test object.
Scroll To Positionβ
Keyword type: WebUI
- Check the test object locator.
- Ensure javascript enabled.
Select All Optionβ
Keyword type: WebUI
- Check the test object locator.
Select Option By Indexβ
Keyword type: WebUI
- Check test object locator.
- Validate the input index.
Select Option By Labelβ
Keyword type: WebUI
- Check the test object locator.
- Validate the input label.
Select Option By Valueβ
Keyword type: WebUI
- Check the test object locator.
- Validate the input value.
Send Keysβ
Keyword type: WebUI, Mobile, Windows
- Possibly application bug.
- Check test object locator.
Set Encrypted Textβ
Keyword type: WebUI, Mobile, Windows
- Check test object locator.
Set Masked Textβ
Keyword type: WebUI
- Check test object locator.
Set Textβ
Keyword type: WebUI, Mobile, Windows
- Check test object locator.
Set View Port Sizeβ
Keyword type: WebUI
- Possibly invalid port size input.
submitβ
Keyword type: WebUI
- Check the form validation.
Switch To Default Contentβ
Keyword type: WebUI
- Check if any alert is showing.
Switch To Frameβ
Keyword type: WebUI
- The iframe element does not exist, check the test object.
- The webdriver is not available, check your driver configuration.
Switch To Window Indexβ
Keyword type: WebUI
- Check the input index.
Switch To Window Titleβ
Keyword type: WebUI
- Check the input title.
Switch To Window Urlβ
Keyword type: WebUI
- Check the input URL.
Take Area Screenshotβ
Keyword type: WebUI, Mobile
- Possibly application bug.
- Check the test object locator.
Take Area Screenshot As Checkpointβ
Keyword type: WebUI, Mobile
- Check your connection.
- The server is down.
- The page is broken.
Take Element Screenshotβ
Keyword type: WebUI, Mobile
- Possibly application bug.
- Check the test object locator.
Take Element Screenshot As Checkpointβ
Keyword type: WebUI, Mobile
- Possibly application bug.
- Check the test object locator.
Take Full Page Screenshotβ
Keyword type: WebUI
- Check your connection.
- The server is down.
- The page is broken.
Take Full Page Screenshot As Checkpointβ
Keyword type: WebUI
- Check your connection.
- The server is down.
- The page is broken.
Take Screenshotβ
Keyword type: WebUI, Mobile
- Check your connection.
- The server is down.
- The page is broken.
Take Screenshot As Checkpointβ
Keyword type: WebUI
- Check your connection.
- The server is down.
- The page is broken.
Type On Imageβ
Keyword type: WebUI
- Possibly application bug.
- Check the test object locator.
uncheckβ
Keyword type: WebUI
- Check test object locator.
Upload Fileβ
Keyword type: WebUI
- The file does not exist in the specified directory.
upload File With Drag And Dropβ
Keyword type: WebUI
- File does not exist in directory.
- The upload area is not displayed.
Verify Alert Not Presentβ
Keyword type: WebUI
- Check that you already dismiss the alert.
Verify Alert Presentβ
Keyword type: WebUI
- Check that the alert is not displayed.
Verify All Links On Current Page Accessibleβ
Keyword type: WebUI
- Some links cannot be accessed in current page.
Verify Element Attribute Valueβ
Keyword type: WebUI, Mobile
- The web element is changed, check the associated test object.
Verify Element Checkedβ
Keyword type: WebUI, Windows
- Check the test object locator.
Verify Element Clickableβ
Keyword type: WebUI
- Possibly application bug.
- Check the test object locator.
Verify Element Has Attributeβ
Keyword type: WebUI, Mobile
- The web element is changed, check the associated test object.
Verify Element Not Checkedβ
Keyword type: WebUI, Windows
- Check the test object locator.
Verify Element Not Clickableβ
Keyword type: WebUI
- Possibly application bug.
- Check the test object locator.
Verify Element Not Has Attributeβ
Keyword type: WebUI, Mobile
- The web element is changed, check the associated test object.
Verify Element Not Presentβ
Keyword type: WebUI, Windows
- Check the test object locator.
Verify Element Not Visibleβ
Keyword type: WebUI, Mobile
- Possibly application bug.
- Check the test object locator.
Verify Element Presentβ
Keyword type: WebUI, Windows
- Check the test object locator.
Verify Element Textβ
Keyword type: WebUI, Mobile
- The displayed text element does not match with the expected text.
Verify Element Visibleβ
Keyword type: WebUI, Mobile
- Possibly application bug.
- Check the test object locator.
Verify Image Presentβ
Keyword type: WebUI, Mobile
- The image not loaded on the page.
Verify Links Accessibleβ
Keyword type: WebUI
- Some links cannot be accessed in the list.
Verify Option Not Present By Labelβ
Keyword type: WebUI
- Check the input value.
- Check the test object locator.
Verify Option Not Present By Valueβ
Keyword type: WebUI
- Check the value.
- Check the test object locator.
Verify Option Not Selected By Labelβ
Keyword type: WebUI
- Check the input label.
- Check the test object locator.
Verify Option Not Selected By Valueβ
Keyword type: WebUI
- Check the input value.
- Check the test object locator.
Verify Option Present By Labelβ
Keyword type: WebUI
- Check the input label.
- Check the test object locator.
Verify Option Present By Valueβ
Keyword type: WebUI
- Check the input value.
- Check the test object locator.
Verify Option Selected By Indexβ
Keyword type: WebUI
- Check the input index.
- Check the test object locator.
Verify Option Selected By Labelβ
Keyword type: WebUI
- Check the label.
- Check the test object locator.
Verify Option Selected By Valueβ
Keyword type: WebUI
- Check the input value.
- Check the test object locator.
Verify Options Presentβ
Keyword type:
- Unexpected change in the option list.
Verify Text Not Presentβ
Keyword type: WebUI
- Check the test object locator.
Verify Text Presentβ
Keyword type: WebUI
- Check the test object locator.
Wait For Alertβ
Keyword type: WebUI
- Check that the alert exists.
Wait For Angular Loadβ
Keyword type: WebUI
- Check if browser opens.
- Check if javascript enabled.
Wait For Element Attribute Valueβ
Keyword type: WebUI, Mobile
- The web element is changed, check the associated test object.
Wait For Element Clickableβ
Keyword type: WebUI
- Possibly application bug.
- Check the test object locator.
Wait For Element Has Attributeβ
Keyword type: WebUI, Mobile
- The web element is changed, check the associated test object.
Wait For Element Not Clickableβ
Keyword type: WebUI
- Possibly application bug.
- Check the test object locator.
Wait For Element Not Has Attributeβ
Keyword type: WebUI, Mobile
- The web element is changed, check the associated test object.
Wait For Element Not Presentβ
Keyword type: WebUI, Mobile, Windows
- Possibly unexpected change in application web element.
- Check the test object locator.
Wait For Element Not Visibleβ
Keyword type: WebUI, Mobile
- Possibly application bug.
- Check the test object locator.
Wait For Element Presentβ
Keyword type: WebUI, Mobile, Windows
- Possibly application bug.
- Check the test object locator.
Wait For Element Visibleβ
Keyword type: WebUI,
- Possibly application bug.
- Check the test object locator.
Wait For Image Presentβ
Keyword type: WebUI
- The image not loaded on the page.
wait For JQuery Loadβ
Keyword type: WebUI
- Possibly application bug.
- Check the test object locator.
Wait For Page Loadβ
Keyword type: WebUI
- Check your connection.
- The server is down.
- The page is broken.