How to resolve InvalidElementState exception

Please how do I resolve this challenge?

Katalon stops execution of the automated test and the error ‘org.openqa.selenium.InvalidElementStateException: Element must be user-editable in order to clear it.’ is logged once the application encounters a ‘password’ field.

Hi,
Yes it is editable. It is actually the ‘password’ field on the page you are redirected to after the username supplied in the URL below is validated:

https://login.live.com

Thanks.

Hi,
Yes it is editable. It is actually the ‘password’ field on the page you are redirected to after the username supplied in the URL below is validated:

https://login.live.com

Thanks.

Hi there,

The root cause of that issue is there was another element/test object with the same id which was not an input field. Please double check and use the correct test object.

Thanks

Tunde Ajala said:

Hi,
Yes it is editable. It is actually the ‘password’ field on the page you are redirected to after the username supplied in the URL below is validated:

https://login.live.com

Thanks.

Verify that you are performing the correct action after entering the password, in my case something similar happened to me because I was editing on a button instead of clicking haha