Please let us know what you are using Katalon Studio for?
- I have currently applied Katalon Studio in my project
How would your work be affected if this issue has not been resolved?
- I can continue my job, but my performance is lower than expected
Operating System
Windows 10
Katalon Studio Version
7.9.0
Screenshots / Videos
Unable to send arrow keys to object.
Error on line 139
Error Msg - Unable to send keys ‘’ to object ‘Object Repository/M1-NAV_BAR/tlbrDefinitions’
Image of code
Code:
KeywordUtil.logInfo(“Navigating to [” + menuChoice + “]”)
TestObject choice = findTestObject('M1-NAV_BAR/tlbr' + menuChoice)
WebUI.waitForElementClickable(choice, 20)
KeywordUtil.logInfo("Element is clickable [" + choice + "]")
WebUI.click(choice)
KeywordUtil.logInfo("Completed click [" + choice + "]")
WebUI.sendKeys(choice, Keys.chord(Keys.ARROW_RIGHT))
KeywordUtil.logInfo("Completed ARROW_RIGHT [" + choice + "]")
ArrowKeyFails-Log.txt (17.4 KB)