Unable to set text - element not interactable

Hi @mat2224v2

Is the element you’re trying to set text a Select element ? It looks like you can only choose within a predefined range of values ? Can you try keyword WebUI. selectOptionByValue ?

https://docs.katalon.com/katalon-studio/docs/webui-select-option-by-value.html

If that is not the case, then please give us the relevant HTML around that element and the locator you’re using so that we can makes sure that there is not another element on the page selected by the locator which is not user-editable. Someone on StackOverflow had the same error message and it turned out that was the case:

Another solution is to set text via javascript, which reportedly worked to solve this problem, if you’re confident the locator is definitely correct.

1 Like