Uses of Class
jp.vmi.selenium.selenese.VarsMap
-
Packages that use VarsMap Package Description jp.vmi.selenium.selenese jp.vmi.selenium.selenese.command -
-
Uses of VarsMap in jp.vmi.selenium.selenese
Methods in jp.vmi.selenium.selenese that return VarsMap Modifier and Type Method Description VarsMapContext. getVarsMap()Get variables map.VarsMapNullContext. getVarsMap()VarsMapRunner. getVarsMap()Methods in jp.vmi.selenium.selenese with parameters of type VarsMap Modifier and Type Method Description voidRunner. setVarsMap(VarsMap varsMap)Set variables map used for this session. -
Uses of VarsMap in jp.vmi.selenium.selenese.command
Methods in jp.vmi.selenium.selenese.command with parameters of type VarsMap Modifier and Type Method Description String[]AbstractCommand. getVariableResolvedArguments(SourceType sourceType, VarsMap varsMap)default String[]ICommand. getVariableResolvedArguments(SourceType sourceType, VarsMap varsMap)Get command arguments where variables resolved.
-