public interface ContextualGraphicsCapable
T-Plan Robot Enterprise, (C) 2009-2025 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
Color[] |
getColors(ScriptingContext ctx,
List<String> parameters,
Map<String,String> values)
Get the color(s) the element searches for.
|
String[] |
getImagePaths(ScriptingContext ctx,
List<String> parameters,
Map<String,String> values)
Get path(s) of the image(s) the element searches for.
|
Color[] getColors(ScriptingContext ctx, List<String> parameters, Map<String,String> values)
ctx
- the script context.parameters
- list of parameters specified for the element.values
- map of parameter values.String[] getImagePaths(ScriptingContext ctx, List<String> parameters, Map<String,String> values)
ctx
- the script context.parameters
- list of parameters specified for the element.values
- map of parameter values.