Uses of Class
com.facilita.fc.eggPlant.ScriptResults
-
Packages that use ScriptResults Package Description com.facilita.fc.eggPlant The eggPlant API provides classes and methods for GUI automation, using eggPlant Drive to communicate with eggPlant Functional. -
-
Uses of ScriptResults in com.facilita.fc.eggPlant
Methods in com.facilita.fc.eggPlant that return ScriptResults Modifier and Type Method Description ScriptResults
EggplantReturnData. result()
Get the result of the call to eggPlant.Methods in com.facilita.fc.eggPlant that return types with arguments of type ScriptResults Modifier and Type Method Description java.util.List<ScriptResults>
EggplantVirtualUser. ScriptResults(java.lang.String scriptName)
java.util.List<ScriptResults>
EggplantVirtualUserInterface. ScriptResults(java.lang.String scriptName)
Get the results of a script.java.util.List<ScriptResults>
EggplantVirtualUserScript. ScriptResults(java.lang.String scriptName)
-