Last Updated: Feb 14, 2022
Use this function to input text into the CodeMirror editor on the web page.
CodeMirror is a versatile text editor implemented in JavaScript for the browser. It is specialized for editing code and comes with a number of language modes and add-ons that implement more advanced editing functionality.
Send Text to TextArea(CM) (input_string, xpath )
Input Parameter Name | Description |
---|---|
input_string | Text Value |
xpath | Number Value |
Send Text to TextArea(CM) (System.out.println(“Hello World”), 50 )
To view all the UI functions, click here.