Often i find myself struggling with certain text fields. I’m able to click this element but i’m unable to use “input text” keyword on this text field. I keep getting Invalid element state exception.
I’ve tried clicking the element first and then using input text but it doesn’t work.
I am also having this issue where I am getting the following error message :
InvalidElementStateException: Message: Unable to clear element that cannot be edited
I am trying to enter text into a field with this selector - css=#ycptcpt
I know that the selector is working because I have click element beforehand to see if RF can access it and I can see the cursor appear and blink.
But its failing at this step - input text css=#ycptcpt test
with that error message