Type | Name and description |
---|---|
static int |
timeoutMilisecond |
static int |
timeoutSecond |
Type | Name and description |
---|---|
void |
uploadFile(com.kms.katalon.core.testobject.TestObject object, java.lang.String file) Upload file. |
void |
uploadFileUsingRobot(com.kms.katalon.core.testobject.TestObject object, java.lang.String file) Upload file using robot. |
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() |
Upload file.
object
- The object from which we can click to choose files.file
- The full path of the file that needs to upload.Upload file using robot.
object
- The object from which we can click to choose files.file
- The full path of the file that needs to upload.