Class and Description |
---|
com.kapowtech.robosuite.api.java.rql.ConcurrentRobotExecutor
You should not use this class for robot execution. If you need to execute Robots concurrently, you should
use a Threadpool and execute each Robot in a Runnable. In Java 1.5 you can use java.util.concurrent.ThreadPoolExecutor.
|
com.kapowtech.robosuite.api.java.rql.ExecuteRequestBuilder
This belong to the old API, check the online Java Programmers Guide at http://help.kapowtech.com for details
|
com.kapowtech.robosuite.api.java.rql.construct.ExtractedObject
The term Extracted Object has been replaced with Output Object. Use the
RQLObject class instead. |
com.kapowtech.robosuite.api.java.rql.FutureRQLResult
This was used with the deprecated ConcurrentRobotExecutor to execute robots in parallel
|
com.kapowtech.robosuite.api.java.rql.RobotExecutor
You should use the Request class class to execute robots. Check the Java Programmers Guide of
the online documentation.
|
Field and Description |
---|
com.kapowtech.robosuite.api.java.rql.construct.AttributeType.ACTION
as Clipping has been removed.
|
com.kapowtech.robosuite.api.java.rql.construct.AttributeType.CHANGES
as Clipping has been removed.
|
com.kapowtech.robosuite.api.java.rql.construct.AttributeType.COOKIES
as Clipping has been removed.
|
com.kapowtech.robosuite.api.java.rql.construct.RQLRequest.TRIAL_VERSION_LIMITATION_PREFIX
Trial version has been removed
The prefix for all error messages which is a result of the trial version limitations.
|
RoboSuite Java API, v11.4.7880