public class EUtil
Constructor and description |
---|
EUtil
() |
Type Params | Return Type | Name and description |
---|---|---|
|
public Result |
add(Object op1, Integer op2) |
|
public Result |
concatMulti(Object[] inputs) |
|
public Result |
copyDataToClipboard(String value) |
|
public Result |
divide(Object op1, Integer op2) |
|
public void |
enterUserInfo(String username, String password) |
|
public Result |
equal(String value1, String value2) Verify two string |
|
public Result |
executeCommand(Object[] command) |
|
public Result |
isTextContains(String text, String containText) |
|
public Result |
keyboardPaste() |
|
public Result |
match(String value1, String value2) |
|
public Result |
multiply(Object op1, Integer op2) |
|
public Result |
queryDB(String sql) |
|
public Result |
selectQueryValueAtIndex(String queryResult, String index) |
|
public Result |
setURL(String urlFormat, String json) |
|
public Result |
split(String value, String delimiter) |
|
public Result |
subString(String text, String beginString, String endString) |
|
public Result |
subtract(Object op1, Integer op2) |