Type | Name and description |
---|---|
static int |
timeout |
Type | Name and description |
---|---|
static java.lang.Object |
clickOnSelect2(com.kms.katalon.core.testobject.TestObject to) Click on select2 text box. |
static java.lang.String |
enterText(java.lang.String option) Enter text search to the select2 text box. |
static org.openqa.selenium.WebElement |
findContainer(com.kms.katalon.core.testobject.TestObject to) Find the container class after the select element. |
static java.lang.Object |
selectResult(java.lang.String option, java.lang.String subContainerOpenClass) Select the result after filling text search to select2 text box. |
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() |
Click on select2 text box.
to
- The select2 box object that tagged as "select" in the document.Enter text search to the select2 text box.
option
- The label of option need to search.Find the container class after the select element.
to
- The select2 box object that tagged as "select" in the document.Select the result after filling text search to select2 text box.
option
- The label of option need to select.subContainerOpenClass
- The Xpath string of the container class.