I am trying to run test cases to perform reset password and I am facing this issue.
WebDriverException Element must be user-editable in order to clear it.
Basically i am accessing the page for entering the new password and doing this:
browser.$("#newPassword").text("password");
where execution of the above line throws the error.
input
? – Crankcasebutton
element i.e.,.setValue('div#newOrUsed>button', 'New')
– Slipway