Startapp
Start the configured Application
Startbrowser
Start the browser, for example:
Startbrowser ("Internet Explorer", "http://blog.csdn.net/testing_is_believing ");
Loginfo
("Message ")
Logwarning
("Message ")
Logerror
("Message ")
Write logs
Sleep
Pause script execution and wait for a specified period of time
Waitforexistence
Wait for the specified object to appear
Timerstart
Timerstop
Timer, which can be used to analyze the execution efficiency of the interface
Callscript
Call the script to run the script.
Dpdone
Used to determine whether the data in datapool has obtained the last row (no more than one row can be removed)
Dpstring
Retrieve data from the data pool
Dpnext
Remove a row of data from datapool
Getproperty
Obtains the specified property of the test object.
Getproperties
Retrieve all attributes of the test object
Setproperty
Set the specified property value of the test object
Getmethods
Returns all methods of the test object.
Invoke
Call the specified method of the test object