InputText
function InputText(text: string, textReplace: string): void
Description
Inserts text into the document.
Parameters
- text
string
A string value that specifies the text to be inserted into the document.
- textReplace
string
A string value that specifies the text to be replaced with a new text.
Returns
void