ERROR:
Test Cases/Main_TestCases/Database_Creation_Check/Database_Connection FAILED because (of) Unable to set text ‘select query’ of object ‘Object Repository/Database_Objects/Page_phpMyAdmin/Page_pma.loc8.com alpha.loc8.com/Page_pma.loc8.com alpha.loc8.com/pre_’ (Root cause: org.openqa.selenium.InvalidElementStateException: invalid element state: Element must be user-editable in order to clear it.
My Code:
WebUI.setText(findTestObject(‘Database_Objects/Page_phpMyAdmin/Page_pma.loc8.com alpha.loc8.com/Page_pma.loc8.com alpha.loc8.com/pre_’),
'select query')
Myxpath is:
id(“sqlquerycontainerfull”)/div[@class=“CodeMirror cm-s-default CodeMirror-wrap ui-resizable CodeMirror-focused”]/div[@class=“CodeMirror-scroll”]/div[@class=“CodeMirror-sizer”]/div[1]/div[@class=“CodeMirror-lines”]/div[1]/div[@class=“CodeMirror-code”]/div[1]/pre[1]
when i inspect the element i can see :

I have tried different of solution from the online but could not resolve it. if you could please provide me a solution on this it will be very helpful.