Type | Name and description |
---|---|
static int |
TIMEOUT |
Type | Name and description |
---|---|
static void |
clearAll(com.kms.katalon.core.testobject.TestObject iFrame) Clear all the content of the text editor. |
static void |
selectAll(com.kms.katalon.core.testobject.TestObject iFrame) Select all the content of the text editor. |
static void |
sendKeys(com.kms.katalon.core.testobject.TestObject iFrame, java.lang.String text) Set the content to input area. |
static void |
setText(com.kms.katalon.core.testobject.TestObject iFrame, java.lang.String text) Set the content of entire input area. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Clear all the content of the text editor.
iFrame
- The iframe object that contains the text editor body.body
- The body object that needs to clear text.Select all the content of the text editor.
iFrame
- The iframe object that contains the text editor body.body
- The body object that needs to select the text.Set the content to input area. It keeps the existing editor data.
iFrame
- The iframe object that contains the text editor body.body
- The body object that needs to set text.text
- The text needs to set.Set the content of entire input area. It will replaces editor data by the new text.
iFrame
- The iframe object that contains the text editor body.body
- The body object that needs to set text.text
- The text needs to set.