Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractCommand - Class in jp.vmi.selenium.selenese.command
Base implementation of command.
AbstractCommand(int, String, String[], ArgumentType...) - Constructor for class jp.vmi.selenium.selenese.command.AbstractCommand
Constructor.
AbstractDoCommandInterceptor - Class in jp.vmi.selenium.selenese.inject
Super class for DoCommand interceptor.
AbstractDoCommandInterceptor() - Constructor for class jp.vmi.selenium.selenese.inject.AbstractDoCommandInterceptor
 
AbstractExecuteTestCaseInterceptor - Class in jp.vmi.selenium.selenese.inject
Interceptor for logging and recoding test-case result.
AbstractExecuteTestCaseInterceptor() - Constructor for class jp.vmi.selenium.selenese.inject.AbstractExecuteTestCaseInterceptor
 
AbstractExecuteTestSuiteInterceptor - Class in jp.vmi.selenium.selenese.inject
Interceptor for logging and recoding test-suite result.
AbstractExecuteTestSuiteInterceptor() - Constructor for class jp.vmi.selenium.selenese.inject.AbstractExecuteTestSuiteInterceptor
 
AbstractSubCommand<T> - Class in jp.vmi.selenium.selenese.subcommand
Base implementation of sub-command.
AbstractSubCommand(ArgumentType...) - Constructor for class jp.vmi.selenium.selenese.subcommand.AbstractSubCommand
Constructor.
add(TestSuite, TestSuiteSummary) - Method in class jp.vmi.html.result.TestSuiteTree
Add test-suite and it's summary.
add(ICommand) - Method in class jp.vmi.selenium.selenese.command.CommandList
 
add(ICommand) - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
add(String, String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
Add value to option which has multiple parameters by name.
add(Object, Object) - Method in class jp.vmi.selenium.selenese.config.OptionEntry
Add option value.
add(String, String) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
 
add(Cookie) - Method in class jp.vmi.selenium.selenese.log.CookieMap
Add cookie information.
add(CommandResult) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
add(int, CommandResult) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
addAll(Collection<? extends CommandResult>) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
addAll(int, Collection<? extends CommandResult>) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
addChromeExtension(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
addCliArgs(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
addCollection(String) - Method in class jp.vmi.selenium.selenese.CollectionMap
Create new collection (FIFO).
AddCollection - Class in jp.vmi.selenium.selenese.command
Command "addCollection".
addCollection(String) - Method in class jp.vmi.selenium.selenese.TestCase
Deprecated.
addCommand(Command) - Method in class jp.vmi.selenium.selenese.TestCase
Deprecated.
addCommand(ICommand) - Method in class jp.vmi.selenium.selenese.TestCase
Add command to command list.
addCommand(ICommandFactory, String, String...) - Method in class jp.vmi.selenium.selenese.TestCase
Add command to command list.
addDefine(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
addDefinitions(String...) - Method in class jp.vmi.selenium.webdriver.DriverOptions
Add "define" parameters.
addEscapedArgumentOnUnix(StringBuilder, String) - Static method in class jp.vmi.selenium.selenese.utils.CommandLineUtils
Add command line escaped argument to StringBuilder on Unix.
addEscapedArgumentOnWindows(StringBuilder, String) - Static method in class jp.vmi.selenium.selenese.utils.CommandLineUtils
Add command line escaped argument to StringBuilder on Windows.
AdditionalHandler - Class in jp.vmi.selenium.selenese.locator
Additional locator handler.
AdditionalHandler(String, String) - Constructor for class jp.vmi.selenium.selenese.locator.AdditionalHandler
Constructor.
addMethod(String, SeleneseCommand<?>) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
addMutator(ScriptMutator) - Method in class jp.vmi.selenium.selenese.SeleneseRunnerMutator
 
addProperty(ITestSuite, String, String) - Method in class jp.vmi.junit.result.JUnitResult
Add property in test-suite.
addProperty(String, String) - Method in class jp.vmi.junit.result.TestSuiteResult
Add property.
addRollup(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
addRollupRule(Object) - Method in class jp.vmi.selenium.rollup.RollupManager
Add rollup rule.
addRule(Map<?, ?>) - Method in class jp.vmi.selenium.rollup.RollupRules
Add rollup rule.
addScreenshot(String, String) - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
addScreenshot(String, String) - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
addScreenshot(String, String) - Method in interface jp.vmi.selenium.selenese.command.ICommand
Add screenshot image.
addScreenshot(String, String) - Method in class jp.vmi.selenium.selenese.command.StartMarker
 
addSelenese(Selenese) - Method in class jp.vmi.selenium.selenese.TestSuite
Add Selenese (test-suite/test-case) instance.
addSeleneseFile(String, ICommandFactory) - Method in class jp.vmi.selenium.selenese.TestSuite
Add Selenese file.
addTestCaseResult(TestCaseResult) - Method in class jp.vmi.junit.result.TestSuiteResult
Add TestCaseResult instance.
addToCollection(String, String) - Method in class jp.vmi.selenium.selenese.CollectionMap
Add value to collection.
AddToCollection - Class in jp.vmi.selenium.selenese.command
Command "addToCollection".
addToCollection(String, String) - Method in class jp.vmi.selenium.selenese.TestCase
Deprecated.
ALL_PASS - Static variable in class jp.vmi.selenium.selenese.log.CookieFilter
All cookies pass through.
allMessages(CookieFilter) - Method in class jp.vmi.selenium.selenese.log.CookieMap
Get all cookies as string.
ANDROID - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
Deprecated.
AnswerOnNextPrompt - Class in jp.vmi.selenium.selenese.subcommand
Command "answerOnNextPrompt".
AnswerOnNextPrompt(DialogOverride) - Constructor for class jp.vmi.selenium.selenese.subcommand.AnswerOnNextPrompt
Constructor.
answerOnNextPrompt(WebDriver, String) - Method in class jp.vmi.selenium.selenese.utils.DialogOverride
Set answer message for prompt.
appendInterceptors(T[], T...) - Static method in class jp.vmi.selenium.selenese.inject.BindModule
Append custom interceptors to original interceptors.
APPIUM - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
AppiumWebDriver
AppiumDriver(URL, Capabilities) - Constructor for class jp.vmi.selenium.webdriver.AppiumWebDriverFactory.AppiumDriver
Constructor.
AppiumWebDriverFactory - Class in jp.vmi.selenium.webdriver
Factory of RemoteWebDriver.
AppiumWebDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.AppiumWebDriverFactory
 
AppiumWebDriverFactory.AppiumDriver - Class in jp.vmi.selenium.webdriver
Appium driver.
arg - Variable in class jp.vmi.selenium.selenese.locator.Locator
argument for locator type.
ARGS - Static variable in class jp.vmi.script.JSWrapper
arguments name.
args - Variable in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
ArgumentType - Enum in jp.vmi.selenium.selenese.command
Type of command arguments.
Assertion - Class in jp.vmi.selenium.selenese.command
Commands of "assert*", "verify*", and "waitFor*".

B

BASEURL - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
Binder - Class in jp.vmi.selenium.selenese.inject
Apply aspect.
BindModule - Class in jp.vmi.selenium.selenese.inject
Bind interceptors for test-suite/test-case execution.
BindModule() - Constructor for class jp.vmi.selenium.selenese.inject.BindModule
 
BuiltInCommand - Class in jp.vmi.selenium.selenese.command
Commands implemented by WebDriverCommandProcessor or ISubCommand.

C

canUpdate() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
Can this command update screen?
CaptureEntirePageScreenshot - Class in jp.vmi.selenium.selenese.command
Command "captureEntirePageScreenshot".
children - Variable in class jp.vmi.html.result.TestSuiteTree.Node
 
CHROME - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
Chrome.
CHROME_EXPERIMENTAL_OPTIONS - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
CHROME_EXTENSION - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
CHROMEDRIVER - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
ChromeDriverFactory - Class in jp.vmi.selenium.webdriver
Factory of ChromeDriver.
ChromeDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.ChromeDriverFactory
 
clear() - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
clear() - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
 
CLI_ARGS - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
ClickAt - Class in jp.vmi.selenium.selenese.subcommand
Command "clickAt" which allow no coordinates parameter.
ClickAt(AlertOverride, ElementFinder) - Constructor for class jp.vmi.selenium.selenese.subcommand.ClickAt
Constructor.
close() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
CollectionMap - Class in jp.vmi.selenium.selenese
Collection Map.
CollectionMap() - Constructor for class jp.vmi.selenium.selenese.CollectionMap
 
Command - Class in jp.vmi.selenium.selenese.command
Deprecated.
Command(int, String, String[], int, int[]) - Constructor for class jp.vmi.selenium.selenese.command.Command
Deprecated.
Constructor.
Command(int, String, String[], int) - Constructor for class jp.vmi.selenium.selenese.command.Command
Deprecated.
Constructor.
COMMAND_FACTORY - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
CommandDumper - Class in jp.vmi.selenium.selenese.utils
List supported commands.
CommandFactory - Class in jp.vmi.selenium.selenese.command
Factory of selenese command.
CommandFactory() - Constructor for class jp.vmi.selenium.selenese.command.CommandFactory
Deprecated.
CommandFactory(Context) - Constructor for class jp.vmi.selenium.selenese.command.CommandFactory
Constructor.
CommandLineUtils - Class in jp.vmi.selenium.selenese.utils
Command line utilities.
CommandList - Class in jp.vmi.selenium.selenese.command
Command list.
CommandList() - Constructor for class jp.vmi.selenium.selenese.command.CommandList
 
CommandListIterator - Class in jp.vmi.selenium.selenese.command
Iterator of CommandList.
CommandLogInterceptor - Class in jp.vmi.selenium.selenese.inject
Interceptor for logging each command execution.
CommandLogInterceptor() - Constructor for class jp.vmi.selenium.selenese.inject.CommandLogInterceptor
 
CommandResult - Class in jp.vmi.selenium.selenese.result
Pair of command and result.
CommandResult(String, ICommand, List<Screenshot>, Result, long, long) - Constructor for class jp.vmi.selenium.selenese.result.CommandResult
Constructor.
CommandResultList - Class in jp.vmi.selenium.selenese.result
List of command result.
CommandResultList() - Constructor for class jp.vmi.selenium.selenese.result.CommandResultList
 
CommandResultMap - Class in jp.vmi.selenium.selenese.result
CommandResult map for chaching.
CommandResultMap(CommandResultList) - Constructor for class jp.vmi.selenium.selenese.result.CommandResultMap
Constructor.
CommandSequence - Class in jp.vmi.selenium.selenese.command
Command sequence.
CommandSequence(CommandSequence) - Constructor for class jp.vmi.selenium.selenese.command.CommandSequence
Constructor.
Comment - Class in jp.vmi.selenium.selenese.command
 
compareTo(CookieKey) - Method in class jp.vmi.selenium.selenese.log.CookieKey
 
compareTo(Result) - Method in class jp.vmi.selenium.selenese.result.Result
 
completed - Variable in class jp.vmi.junit.result.FailsafeSummary
 
concat(String, String) - Static method in class jp.vmi.selenium.selenese.utils.PathUtils
Concatinate filename.
configure() - Method in class jp.vmi.selenium.selenese.inject.BindModule
 
contains(Object) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
containsAll(Collection<?>) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
containsKey(Object) - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
 
containsValue(Object) - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
 
Context - Interface in jp.vmi.selenium.selenese
Selenese Runner Context.
convert(ILoggingEvent) - Method in class jp.vmi.selenium.selenese.utils.FDate
 
convertLocators(String[]) - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
convertLocators(String[]) - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
convertLocators(String[]) - Method in interface jp.vmi.selenium.selenese.command.ICommand
Convert locators from arguments.
convertLocators(String[]) - Method in class jp.vmi.selenium.selenese.command.StartMarker
 
convertToOptionLocatorWithParent(String, String) - Static method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Convert to option locator with parent.
convertToString(T) - Static method in class jp.vmi.selenium.selenese.utils.SeleniumUtils
Convert to String from the result of execute().
COOKIE_FILTER - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
CookieFilter - Class in jp.vmi.selenium.selenese.log
Cookie filter.
CookieFilter(CookieFilter.FilterType, String) - Constructor for class jp.vmi.selenium.selenese.log.CookieFilter
Constructor.
CookieFilter.FilterType - Enum in jp.vmi.selenium.selenese.log
Type of cookie filter.
CookieKey - Class in jp.vmi.selenium.selenese.log
Key of Cookie.
CookieKey(String, String, String) - Constructor for class jp.vmi.selenium.selenese.log.CookieKey
Constructor.
CookieMap - Class in jp.vmi.selenium.selenese.log
Map of Cookies.
CookieMap() - Constructor for class jp.vmi.selenium.selenese.log.CookieMap
 
cookieMap - Variable in class jp.vmi.selenium.selenese.log.PageInformation
 
CookieValue - Class in jp.vmi.selenium.selenese.log
Value of Cookie.
CookieValue(CookieKey, String, Date) - Constructor for class jp.vmi.selenium.selenese.log.CookieValue
 
createDefaultService(Capabilities) - Static method in class org.openqa.selenium.phantomjs.CustomPhantomJSDriverServiceFactory
Configures and returns a new PhantomJSDriverService using the default configuration without logging.
createError() - Method in class jp.vmi.junit.result.ObjectFactory
Create Error instance.
createError(String, String) - Method in class jp.vmi.junit.result.ObjectFactory
Create Error instance.
createFailsafeSummary() - Method in class jp.vmi.junit.result.ObjectFactory
Create FailsafeSummary instance.
createFailure() - Method in class jp.vmi.junit.result.ObjectFactory
Create Failure instance.
createFailure(String, String) - Method in class jp.vmi.junit.result.ObjectFactory
Create Failure instance.
createProperty() - Method in class jp.vmi.junit.result.ObjectFactory
Create Property instance.
createProperty(String, String) - Method in class jp.vmi.junit.result.ObjectFactory
Create Property instance.
createService(Map<String, String>) - Static method in class jp.vmi.selenium.webdriver.CustomChromeDriverService
Configures and returns a new ChromeDriverService.
createTestCaseResult(ITestCase) - Method in class jp.vmi.junit.result.ObjectFactory
Create TestCaseResult instance.
createTestSuiteResult(ITestSuite) - Method in class jp.vmi.junit.result.ObjectFactory
Create TestSuiteResult instance.
CSS - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
CustomChromeDriverService - Class in jp.vmi.selenium.webdriver
Customized ChromeDriverService.
CustomCommandProcessor - Class in jp.vmi.selenium.selenese.cmdproc
Deprecated.
CustomCommandProcessor(String, WebDriver, VarsMap) - Constructor for class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
Constructor.
CustomCommandProcessor(String, WebDriver) - Constructor for class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
Constructor.
CustomCommandProcessor(SubCommandMap) - Constructor for class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
Constructor.
CustomPhantomJSDriverServiceFactory - Class in org.openqa.selenium.phantomjs
Substitution of PhantomJSDriverService#createDefaultService(Capabilities).

D

date - Variable in class jp.vmi.selenium.selenese.utils.LogRecorder.LogMessage
Recorded date
DateTimeUtils - Class in jp.vmi.selenium.selenese.utils
Date and time utilities.
DEFAULT_HEIGHT - Static variable in class jp.vmi.selenium.webdriver.WebDriverFactory
 
DEFAULT_TIMEOUT_MILLISEC - Static variable in class jp.vmi.selenium.selenese.config.DefaultConfig
 
DEFAULT_TIMEOUT_MILLISEC_N - Static variable in class jp.vmi.selenium.selenese.config.DefaultConfig
 
DEFAULT_WIDTH - Static variable in class jp.vmi.selenium.webdriver.WebDriverFactory
 
DefaultConfig - Class in jp.vmi.selenium.selenese.config
Configuration information.
DefaultConfig(String...) - Constructor for class jp.vmi.selenium.selenese.config.DefaultConfig
Constructor.
defaultInterval - Static variable in class jp.vmi.selenium.selenese.utils.Wait
Wait instance with 200ms interval.
DEFINE - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
DialogOverride - Class in jp.vmi.selenium.selenese.utils
Add prompt handler.
DialogOverride() - Constructor for class jp.vmi.selenium.selenese.utils.DialogOverride
Constructor.
diffMessages(CookieFilter, CookieMap) - Method in class jp.vmi.selenium.selenese.log.CookieMap
Get differential cookies as string.
doCommand(String, String[]) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
doCommand(TestCase, Runner) - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
Execute selenese command.
doCommand(Context, ICommand, String...) - Method in class jp.vmi.selenium.selenese.command.CommandList
 
DoCommand - Annotation Type in jp.vmi.selenium.selenese.inject
Annotates command execution.
doCommandImpl(TestCase, Runner) - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
Implementation of command.
docucment - Variable in class jp.vmi.selenium.selenese.Parser
 
doHighlight(WebDriver, WebDriverElementFinder, String, List<Locator>) - Method in class jp.vmi.selenium.selenese.highlight.HighlightStyle
Do highlight specified element.
DOM - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
domain - Variable in class jp.vmi.selenium.selenese.log.CookieKey
 
DRIVER - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
DriverOptions - Class in jp.vmi.selenium.webdriver
Options for WebDriver.
DriverOptions() - Constructor for class jp.vmi.selenium.webdriver.DriverOptions
Constructs empty options.
DriverOptions(IConfig) - Constructor for class jp.vmi.selenium.webdriver.DriverOptions
Constructs driver options specified by command line.
DriverOptions(DriverOptions) - Constructor for class jp.vmi.selenium.webdriver.DriverOptions
Constructs clone of DriverOptions.
DriverOptions.DriverOption - Enum in jp.vmi.selenium.webdriver
WebDriver option.

E

each(NodeList) - Static method in class jp.vmi.selenium.selenese.Parser
 
Echo - Class in jp.vmi.selenium.selenese.command
Command "echo".
ELEMENT_STYLES - Static variable in class jp.vmi.selenium.selenese.highlight.HighlightStyle
element styles.
EMPTY - Static variable in class jp.vmi.selenium.selenese.log.PageInformation
 
EMPTY_STRING_ARRAY - Static variable in class jp.vmi.selenium.selenese.utils.LangUtils
Empty String array.
encodeUri(String) - Static method in class jp.vmi.selenium.selenese.utils.EscapeUtils
URI encode.
end() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
End time.
end(long) - Method in class jp.vmi.selenium.selenese.utils.StopWatch
End time.
EndFor - Class in jp.vmi.selenium.selenese.command
Command "endFor".
EndLoop - Interface in jp.vmi.selenium.selenese.command
interface for end-of-loop commands.
EndLoopImpl - Class in jp.vmi.selenium.selenese.command
Default implementation for EndLoop.
endTestCase(ITestCase) - Method in class jp.vmi.junit.result.JUnitResult
End test-case.
endTestSuite(ITestSuite) - Method in class jp.vmi.junit.result.JUnitResult
End test-suite.
EndWhile - Class in jp.vmi.selenium.selenese.command
Command "endWhile".
entrySet() - Method in class jp.vmi.script.JSMap
 
entrySet() - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
 
equals(Object) - Method in class jp.vmi.selenium.selenese.log.CookieKey
 
equals(Object) - Method in class jp.vmi.selenium.webdriver.WebDriverFactory
 
equalsWithoutExpiry(CookieValue) - Method in class jp.vmi.selenium.selenese.log.CookieValue
 
Error - Class in jp.vmi.selenium.selenese.result
Result of error.
Error(String) - Constructor for class jp.vmi.selenium.selenese.result.Error
Constructor.
Error(Exception) - Constructor for class jp.vmi.selenium.selenese.result.Error
Constructor.
error(String) - Method in class jp.vmi.selenium.selenese.utils.LogRecorder
Log error message.
errors - Variable in class jp.vmi.junit.result.FailsafeSummary
 
ErrorSource - Class in jp.vmi.selenium.selenese
 
ErrorSource() - Constructor for class jp.vmi.selenium.selenese.ErrorSource
 
ErrorTestCase - Class in jp.vmi.selenium.selenese
Test-case with errrors.
ErrorTestCase() - Constructor for class jp.vmi.selenium.selenese.ErrorTestCase
 
ErrorTestSuite - Class in jp.vmi.selenium.selenese
Test-suite with errors.
ErrorTestSuite() - Constructor for class jp.vmi.selenium.selenese.ErrorTestSuite
 
escapeHtml(String, boolean) - Static method in class jp.vmi.selenium.selenese.utils.EscapeUtils
HTML escape.
EscapeUtils - Class in jp.vmi.selenium.selenese.utils
String escape utilities.
espaceCommandLineArgs(String[]) - Static method in class jp.vmi.selenium.selenese.utils.CommandLineUtils
Escape command line arguments.
eval(String, Object...) - Method in class jp.vmi.script.JSWrapper
Evaluate script.
Eval - Class in jp.vmi.selenium.selenese
Evaluator of script including "storedVars" variable.
Eval(Context) - Constructor for class jp.vmi.selenium.selenese.Eval
Constructor.
eval(WebDriver, String) - Method in class jp.vmi.selenium.selenese.Eval
Evaluate script including "storedVars" variable.
eval(WebDriver, String, String) - Method in class jp.vmi.selenium.selenese.Eval
Evaluate script including "storedVars" variable.
evalCurArgs(Context, String[]) - Method in class jp.vmi.selenium.selenese.command.CommandList
 
execute(K, V) - Method in interface jp.vmi.script.JSMap.EntrySetCallback
 
execute(String, String...) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
execute(Context) - Method in class jp.vmi.selenium.selenese.command.CommandList
execute(Context, CommandResultList) - Method in class jp.vmi.selenium.selenese.command.CommandList
Execute command list.
execute(Context, String...) - Method in interface jp.vmi.selenium.selenese.command.ICommand
Execute the command.
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.command.StartMarker
 
execute(Context, long) - Static method in class jp.vmi.selenium.selenese.command.WaitForPageToLoad
Wait for page to load.
execute(Selenese, Context) - Method in class jp.vmi.selenium.selenese.ErrorSource
 
execute(Selenese, Context) - Method in class jp.vmi.selenium.selenese.ErrorTestCase
 
execute(Selenese, Context) - Method in class jp.vmi.selenium.selenese.ErrorTestSuite
 
execute(Selenese) - Method in class jp.vmi.selenium.selenese.Runner
Execute test-suite / test-case.
execute(Selenese, Context) - Method in interface jp.vmi.selenium.selenese.Selenese
Execute script.
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.AnswerOnNextPrompt
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetCssCount
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetEval
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetPrompt
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetSelected
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetSpeed
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.IsPromptPresent
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.IsSomethingSelected
 
execute(Context, String...) - Method in interface jp.vmi.selenium.selenese.subcommand.ISubCommand
Execute sub command.
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.MouseEventHandler
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.WDCommand
 
execute(Selenese, Context) - Method in class jp.vmi.selenium.selenese.TestCase
 
execute(Selenese, Context) - Method in class jp.vmi.selenium.selenese.TestSuite
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.AddCollection
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.AddToCollection
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Assertion
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.BuiltInCommand
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.CaptureEntirePageScreenshot
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Comment
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Echo
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.EndLoopImpl
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.GotoIf
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Gotolabel
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Highlight
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Include
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Label
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Open
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.OpenWindow
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Pause
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Rollup
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.RunScript
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.SelectFrame
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.SetSpeed
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.SetTimeout
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Store
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.StoreFor
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.WaitForCondition
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.WaitForPageToLoad
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.While
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.WindowMaximize
 
ExecuteTestCase - Annotation Type in jp.vmi.selenium.selenese.inject
Annotates TestCase execution.
ExecuteTestCaseInterceptor - Class in jp.vmi.selenium.selenese.inject
Interceptor for logging and recoding test-case result.
ExecuteTestCaseInterceptor() - Constructor for class jp.vmi.selenium.selenese.inject.ExecuteTestCaseInterceptor
 
ExecuteTestSuite - Annotation Type in jp.vmi.selenium.selenese.inject
Annotates TestSuite execution.
ExecuteTestSuiteInterceptor - Class in jp.vmi.selenium.selenese.inject
Interceptor for logging and recoding test-suite result.
ExecuteTestSuiteInterceptor() - Constructor for class jp.vmi.selenium.selenese.inject.ExecuteTestSuiteInterceptor
 
exit(int) - Method in class jp.vmi.selenium.selenese.Main
 
exitCode - Variable in enum jp.vmi.selenium.selenese.result.Result.Level
 
expiry - Variable in class jp.vmi.selenium.selenese.log.CookieValue
 
extractProxy(Capabilities) - Static method in class org.openqa.selenium.browserlaunchers.Proxies
 

F

FAILSAFE_SUMMARY_FILENAME - Static variable in class jp.vmi.junit.result.JUnitResult
filename of failsafe-summary.
FailsafeSummary - Class in jp.vmi.junit.result
failsafe-summary.
FailsafeSummary() - Constructor for class jp.vmi.junit.result.FailsafeSummary
 
Failure - Class in jp.vmi.selenium.selenese.result
Result of failure.
Failure(String) - Constructor for class jp.vmi.selenium.selenese.result.Failure
Constructor.
Failure(Exception) - Constructor for class jp.vmi.selenium.selenese.result.Failure
Constructor.
failureMessage - Variable in class jp.vmi.junit.result.FailsafeSummary
 
failures - Variable in class jp.vmi.junit.result.FailsafeSummary
 
FDate - Class in jp.vmi.selenium.selenese.utils
Date/Time formatter by FastDateFormat.
FDate() - Constructor for class jp.vmi.selenium.selenese.utils.FDate
 
filename - Variable in class jp.vmi.selenium.selenese.Parser
 
finalize() - Method in class jp.vmi.selenium.webdriver.WebDriverManager
 
findElement(WebDriver, String, List<Locator>) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Find an element of specified locator.
findElement(WebDriver, String) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
 
findElement(By) - Method in class jp.vmi.selenium.webdriver.NullDriver
 
findElements(WebDriver, String, List<Locator>) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Find elements of specified locator.
findElements(WebDriver, String) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Find elements of specified locator.
findElements(By) - Method in class jp.vmi.selenium.webdriver.NullDriver
 
finish() - Method in class jp.vmi.selenium.selenese.Runner
Finish test.
FIREFOX - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
FIREFOX - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
Firefox.
FirefoxDriverFactory - Class in jp.vmi.selenium.webdriver
Factory of FirefoxDriver.
FirefoxDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.FirefoxDriverFactory
 
formatTimeWithMS(long) - Static method in class jp.vmi.selenium.selenese.utils.DateTimeUtils
Format time (hour, minute, second and millisecond).
formatWithMS(long) - Static method in class jp.vmi.selenium.selenese.utils.DateTimeUtils
Format date time with milli secconds.
formatWithoutMS(long) - Static method in class jp.vmi.selenium.selenese.utils.DateTimeUtils
Format date time without milli secconds.
frameIndexList - Variable in class jp.vmi.selenium.selenese.locator.Locator
frame list.

G

generate(TestSuite) - Method in class jp.vmi.html.result.HtmlResult
Generate HTML result.
generateExceptionMessage(String, Exception) - Method in class jp.vmi.selenium.selenese.result.Result
Get exception message for result.
generateFailsafeSummary() - Method in class jp.vmi.junit.result.JUnitResult
Generate "failsafe-summary.xml" into XML result directory.
generateIndex() - Method in class jp.vmi.html.result.HtmlResult
Generate index for HTML result.
get(Object) - Method in class jp.vmi.script.JSMap
 
get(String) - Method in class jp.vmi.selenium.rollup.RollupRules
Get rollup rule.
get(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
get(String, T) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
Get option value by name.
get(String) - Method in interface jp.vmi.selenium.selenese.config.IConfig
Get option value.
get(String, T) - Method in interface jp.vmi.selenium.selenese.config.IConfig
Get option value or default value.
get(Object) - Method in class jp.vmi.selenium.selenese.config.OptionEntry
Get option value.
get(Object) - Method in class jp.vmi.selenium.selenese.config.OptionMap
 
get(int) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
get(Object) - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
 
get(String) - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Get sub-command.
get(DriverOptions.DriverOption) - Method in class jp.vmi.selenium.webdriver.DriverOptions
Get option value.
get(String) - Method in class jp.vmi.selenium.webdriver.NullDriver
 
get() - Method in class jp.vmi.selenium.webdriver.WebDriverManager
 
getArgs() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getArgs() - Method in interface jp.vmi.selenium.selenese.config.IConfig
Get command line arguments without parsed options.
getArguments() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
getArguments() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
getArguments() - Method in interface jp.vmi.selenium.selenese.command.ICommand
Get command arguments.
getArguments() - Method in class jp.vmi.selenium.selenese.command.StartMarker
 
getArgumentTypes() - Method in class jp.vmi.selenium.selenese.subcommand.AbstractSubCommand
 
getArgumentTypes() - Method in interface jp.vmi.selenium.selenese.subcommand.ISubCommand
Get arguments of this sub-command.
getArgumentTypes() - Method in class jp.vmi.selenium.selenese.subcommand.MouseEventHandler
 
getBaseName() - Method in interface jp.vmi.junit.result.ITestTarget
Get test-target file base name.
getBaseName() - Method in class jp.vmi.junit.result.TestResult
Get test file base name.
getBaseName() - Method in class jp.vmi.selenium.selenese.ErrorSource
 
getBaseName() - Method in class jp.vmi.selenium.selenese.TestCase
 
getBaseName() - Method in class jp.vmi.selenium.selenese.TestSuite
 
getBaseurl() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getBaseurl() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getBaseURL() - Method in class jp.vmi.selenium.selenese.Runner
Deprecated.
getBaseURL() - Method in class jp.vmi.selenium.selenese.TestCase
Get base URL in the test-case.
getBoolean(String, String[]) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
getBooleanArray(String, String[]) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
getCapabilities() - Method in class jp.vmi.selenium.webdriver.DriverOptions
Get desired capabilities.
getChromedriver() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getChromedriver() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getChromeExperimentalOptions() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getChromeExperimentalOptions() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getChromeExtension() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getChromeExtension() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getChromeExtensions() - Method in class jp.vmi.selenium.webdriver.DriverOptions
Get Chrome Extensions for starting up driver.
getCliArgs() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getCliArgs() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getCliArgs() - Method in class jp.vmi.selenium.webdriver.DriverOptions
Get CLI arguments for starting up driver.
getCollectionMap() - Method in interface jp.vmi.selenium.selenese.Context
Get collection map.
getCollectionMap() - Method in class jp.vmi.selenium.selenese.NullContext
 
getCollectionMap() - Method in class jp.vmi.selenium.selenese.Runner
 
getCommand() - Method in class jp.vmi.selenium.selenese.result.CommandResult
Get command.
getCommandEntries() - Static method in class jp.vmi.selenium.selenese.command.CommandFactory
Get command entries.
getCommandFactory() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getCommandFactory() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getCommandFactory() - Method in interface jp.vmi.selenium.selenese.Context
Get CommandFactory instance.
getCommandFactory() - Method in class jp.vmi.selenium.selenese.NullContext
 
getCommandFactory() - Method in class jp.vmi.selenium.selenese.Runner
 
getCommandList() - Method in interface jp.vmi.html.result.IHtmlResultTestCase
Get command list.
getCommandList() - Method in class jp.vmi.selenium.selenese.ErrorTestCase
Get command list.
getCommandList() - Method in class jp.vmi.selenium.selenese.TestCase
Get command list.
getCommandListIterator() - Method in interface jp.vmi.selenium.selenese.Context
Get current CommandListIterator.
getCommandListIterator() - Method in class jp.vmi.selenium.selenese.NullContext
 
getCommandListIterator() - Method in class jp.vmi.selenium.selenese.Runner
 
getCommandSequence() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
Get command sequence.
getContext() - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Deprecated.
getCookieFilter() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getCookieFilter() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getCookieFilter() - Method in interface jp.vmi.selenium.selenese.Context
Get cookie filter.
getCookieFilter() - Method in class jp.vmi.selenium.selenese.NullContext
 
getCookieFilter() - Method in class jp.vmi.selenium.selenese.Runner
 
getCountry() - Method in class jp.vmi.selenium.selenese.utils.SystemInformation
 
GetCssCount - Class in jp.vmi.selenium.selenese.subcommand
 
GetCssCount() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetCssCount
Constructor.
getCurrentBaseURL() - Method in interface jp.vmi.selenium.selenese.Context
Get current base URL.
getCurrentBaseURL() - Method in class jp.vmi.selenium.selenese.NullContext
 
getCurrentBaseURL() - Method in class jp.vmi.selenium.selenese.Runner
 
getCurrentFrameLocators() - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Get copy of current frame locators.
getCurrentTestCase() - Method in interface jp.vmi.selenium.selenese.Context
Get current test-case.
getCurrentTestCase() - Method in class jp.vmi.selenium.selenese.NullContext
 
getCurrentTestCase() - Method in class jp.vmi.selenium.selenese.Runner
 
getCurrentUrl() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
getDefaultWindowSize(WebDriver) - Method in class jp.vmi.selenium.webdriver.HtmlUnitDriverFactory
 
getDefaultWindowSize(WebDriver) - Method in class jp.vmi.selenium.webdriver.PhantomJSDriverFactory
 
getDefaultWindowSize(WebDriver) - Method in class jp.vmi.selenium.webdriver.WebDriverFactory
 
getDefine() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getDefine() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getDir() - Method in class jp.vmi.html.result.HtmlResult
Get HTML result directory.
getDoCommandInterceptors() - Method in class jp.vmi.selenium.selenese.inject.BindModule
Get DoCommand interceptors.
getDriver() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getDriver() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getDriver() - Method in class jp.vmi.selenium.selenese.Runner
Deprecated.
getDriverOptions() - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Get current driver options.
getDuration() - Method in class jp.vmi.selenium.selenese.result.CommandResult
Get duration.
getDuration() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
Get milli-second of duration.
getDurationString() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
Get human readable duration string.
getElementFinder() - Method in interface jp.vmi.selenium.selenese.Context
Get elemnt finder.
getElementFinder() - Method in class jp.vmi.selenium.selenese.NullContext
 
getElementFinder() - Method in class jp.vmi.selenium.selenese.Runner
 
getEndTime() - Method in class jp.vmi.selenium.selenese.result.CommandResult
Get end time.
getEndTime() - Method in class jp.vmi.selenium.selenese.result.CommandResultList
Get end time of last command.
getEndTime() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
Get end time of UTC as milli second.
getEndTimeString() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
Get human readable end time string.
getEnvVars() - Method in class jp.vmi.selenium.webdriver.DriverOptions
Get environment variables map.
getError() - Method in exception jp.vmi.selenium.selenese.SeleneseCommandErrorException
Get error result.
getErrorMessages() - Method in class jp.vmi.selenium.selenese.utils.LogRecorder
Get logged error messages.
getErrors() - Method in class jp.vmi.junit.result.TestCaseResult
Get error count.
getErrors() - Method in class jp.vmi.junit.result.TestSuiteResult
Get error count.
getEval() - Method in interface jp.vmi.selenium.selenese.Context
Get evaluater.
getEval() - Method in class jp.vmi.selenium.selenese.NullContext
 
getEval() - Method in class jp.vmi.selenium.selenese.Runner
 
GetEval - Class in jp.vmi.selenium.selenese.subcommand
An implementation of the "getEval" method from Selenium.
GetEval() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetEval
Constructor.
getExecuteTestCaseInterceptors() - Method in class jp.vmi.selenium.selenese.inject.BindModule
Get ExecuteTestCase interceptors.
getExecuteTestSuiteInterceptors() - Method in class jp.vmi.selenium.selenese.inject.BindModule
Get ExecuteTestSuite interceptors.
getExitCode() - Method in class jp.vmi.selenium.selenese.Main
Get exit code.
getExpandedCommands(Context, Map<String, String>) - Method in interface jp.vmi.selenium.rollup.IRollupRule
Get exapanded command list.
getExpandedCommands(Context, Map<String, String>) - Method in class jp.vmi.selenium.rollup.RollupRule
 
getFailures() - Method in class jp.vmi.junit.result.TestCaseResult
Get failure count.
getFailures() - Method in class jp.vmi.junit.result.TestSuiteResult
Get failure count.
getFilename() - Method in interface jp.vmi.html.result.IHtmlResultTestCase
Get filename of test-case.
getFilename() - Method in class jp.vmi.selenium.selenese.ErrorSource
Get filename.
getFilename() - Method in class jp.vmi.selenium.selenese.TestCase
Get filename of test-case.
getFirefox() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getFirefox() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getFirstMessage(PageInformation, String, String...) - Method in class jp.vmi.selenium.selenese.log.PageInformation
 
getFormatInfo() - Method in class jp.vmi.html.result.HtmlEscapeRenderer
 
getFormatInfo() - Method in class jp.vmi.html.result.IndexRenderer
 
getFormatInfo() - Method in class jp.vmi.html.result.LogRenderer
 
getFormatInfo() - Method in class jp.vmi.html.result.NumberRenderer
 
getFormatInfo() - Method in class jp.vmi.html.result.RelativePathRenderer
 
getFormatInfo() - Method in class jp.vmi.html.result.StringRenderer
 
getFormatInfo() - Method in class jp.vmi.html.result.TimeRenderer
 
getFormatInfo() - Method in class jp.vmi.html.result.UrlEncodeRenderer
 
getHeight() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getHeight() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getHtmlResult() - Method in interface jp.vmi.html.result.HtmlResultHolder
Get HTML result instance.
getHtmlResult() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getHtmlResult() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getHtmlResult() - Method in class jp.vmi.selenium.selenese.Runner
 
getIedriver() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getIedriver() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getIndex() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
getIndex() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
Get index in selenese script file (1 origin).
getIndex() - Method in interface jp.vmi.selenium.selenese.command.ICommand
Get index in selenese script file (1 origin).
getIndex() - Method in class jp.vmi.selenium.selenese.command.StartMarker
 
getIndex() - Method in class jp.vmi.selenium.selenese.locator.Locator
 
getInitialSpeed() - Method in class jp.vmi.selenium.selenese.Runner
Get initial speed at starting test-suite.
getInitialWindowHandle() - Method in interface jp.vmi.selenium.selenese.Context
Get initial window handle.
getInitialWindowHandle() - Method in class jp.vmi.selenium.selenese.NullContext
 
getInitialWindowHandle() - Method in class jp.vmi.selenium.selenese.Runner
 
getInstance() - Static method in class jp.vmi.selenium.selenese.utils.SystemInformation
Get system information.
getInstance() - Static method in class jp.vmi.selenium.webdriver.WebDriverManager
Deprecated.
Use WebDriverManager.newInstance() instead of this.
getJavaVersion() - Method in class jp.vmi.selenium.selenese.utils.SystemInformation
 
getJavaVMName() - Method in class jp.vmi.selenium.selenese.utils.SystemInformation
 
getJUnitResult() - Method in interface jp.vmi.junit.result.JUnitResultHolder
Get JUnit result instance.
getJUnitResult() - Method in class jp.vmi.selenium.selenese.Runner
 
getLabel() - Method in interface jp.vmi.selenium.selenese.command.ILabel
Get label.
getLabel() - Method in class jp.vmi.selenium.selenese.command.Label
Get label string.
getLanguage() - Method in class jp.vmi.selenium.selenese.utils.SystemInformation
 
getLatestPageInformation() - Method in interface jp.vmi.selenium.selenese.Context
Get latest page information.
getLatestPageInformation() - Method in class jp.vmi.selenium.selenese.NullContext
 
getLatestPageInformation() - Method in class jp.vmi.selenium.selenese.Runner
 
getLevel() - Method in class jp.vmi.selenium.selenese.command.CommandSequence
Get level of sequences.
getLevel() - Method in class jp.vmi.selenium.selenese.result.Error
 
getLevel() - Method in class jp.vmi.selenium.selenese.result.Failure
 
getLevel() - Method in class jp.vmi.selenium.selenese.result.Result
Get result level.
getLevel() - Method in class jp.vmi.selenium.selenese.result.Success
 
getLevel() - Method in class jp.vmi.selenium.selenese.result.Unexecuted
 
getLevel() - Method in class jp.vmi.selenium.selenese.result.Warning
 
getLocators() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
Get locators of command.
getLogRecorder() - Method in interface jp.vmi.junit.result.ITestCase
Get log recorder.
getLogRecorder() - Method in class jp.vmi.selenium.selenese.ErrorTestCase
 
getLogRecorder() - Method in class jp.vmi.selenium.selenese.TestCase
 
getMap() - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Get read-only sub-command map.
getMessage() - Method in class jp.vmi.selenium.selenese.result.Result
Get result message.
getMessages() - Method in class jp.vmi.selenium.selenese.utils.LogRecorder
Get logged messages.
getMethod(String) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
getName() - Method in class jp.vmi.html.result.HtmlEscapeRenderer
 
getName() - Method in interface jp.vmi.html.result.IHtmlResultTestTarget
Get selenese name.
getName() - Method in class jp.vmi.html.result.IndexRenderer
 
getName() - Method in class jp.vmi.html.result.LogRenderer
 
getName() - Method in class jp.vmi.html.result.NumberRenderer
 
getName() - Method in class jp.vmi.html.result.RelativePathRenderer
 
getName() - Method in class jp.vmi.html.result.StringRenderer
 
getName() - Method in class jp.vmi.html.result.TimeRenderer
 
getName() - Method in class jp.vmi.html.result.UrlEncodeRenderer
 
getName() - Method in interface jp.vmi.junit.result.ITestTarget
Get test-target name.
getName() - Method in class jp.vmi.junit.result.TestResult
Get test name.
getName() - Method in interface jp.vmi.selenium.rollup.IRollupRule
Get rollup rule name.
getName() - Method in class jp.vmi.selenium.rollup.RollupRule
 
getName() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
getName() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
getName() - Method in interface jp.vmi.selenium.selenese.command.ICommand
Get command name.
getName() - Method in class jp.vmi.selenium.selenese.command.StartMarker
 
getName() - Method in class jp.vmi.selenium.selenese.ErrorSource
 
getName() - Method in class jp.vmi.selenium.selenese.subcommand.AbstractSubCommand
 
getName() - Method in class jp.vmi.selenium.selenese.subcommand.GetSelected
 
getName() - Method in interface jp.vmi.selenium.selenese.subcommand.ISubCommand
Get sub-command name.
getName() - Method in class jp.vmi.selenium.selenese.subcommand.MouseEventHandler
 
getName() - Method in class jp.vmi.selenium.selenese.subcommand.WDCommand
 
getName() - Method in class jp.vmi.selenium.selenese.TestCase
 
getName() - Method in class jp.vmi.selenium.selenese.TestSuite
 
getNextPrompt(WebDriver) - Method in class jp.vmi.selenium.selenese.utils.DialogOverride
Get next prompt.
getNoProxy() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getNoProxy() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getNumber(String, String[]) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
getNumberArray(String, String[]) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
getOperatingSystem() - Method in class jp.vmi.selenium.selenese.utils.SystemInformation
 
getOptionValue(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getOptionValue(String, String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getOptionValue(String) - Method in interface jp.vmi.selenium.selenese.config.IConfig
Deprecated.
Use IConfig.get(String) or getXXX()
getOptionValue(String, String) - Method in interface jp.vmi.selenium.selenese.config.IConfig
Deprecated.
Use IConfig.get(String, Object) or getXXX() with null check.
getOptionValueAsBoolean(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getOptionValueAsBoolean(String) - Method in interface jp.vmi.selenium.selenese.config.IConfig
Deprecated.
Use IConfig.get(String) or getXXX() as boolean.
getOptionValues(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getOptionValues(String) - Method in interface jp.vmi.selenium.selenese.config.IConfig
Deprecated.
Use IConfig.get(String) or getXXX() as String[].
getOverridingBaseURL() - Method in interface jp.vmi.selenium.selenese.Context
Get base URL for overriding test-case base URL.
getOverridingBaseURL() - Method in class jp.vmi.selenium.selenese.NullContext
 
getOverridingBaseURL() - Method in class jp.vmi.selenium.selenese.Runner
 
getPageSource() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
getPhantomjs() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getPhantomjs() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getPrintStream() - Method in interface jp.vmi.selenium.selenese.Context
Get PrintStream for logging.
getPrintStream() - Method in class jp.vmi.selenium.selenese.NullContext
 
getPrintStream() - Method in class jp.vmi.selenium.selenese.Runner
 
getProc() - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
Get SubCommandMap.
getProc() - Method in class jp.vmi.selenium.selenese.TestCase
Deprecated.
getProfile() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getProfile() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getProfileDir() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getProfileDir() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
GetPrompt - Class in jp.vmi.selenium.selenese.subcommand
Command "getPrompt".
GetPrompt(DialogOverride) - Constructor for class jp.vmi.selenium.selenese.subcommand.GetPrompt
Constructor.
getProxy() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getProxy() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getProxyPassword() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getProxyPassword() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getProxyUser() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getProxyUser() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getRemoteBrowser() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getRemoteBrowser() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getRemotePlatform() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getRemotePlatform() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getRemoteUrl() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getRemoteUrl() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getRemoteVersion() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getRemoteVersion() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getResult() - Method in interface jp.vmi.html.result.IHtmlResultTestTarget
Get selenese result.
getResult() - Method in class jp.vmi.junit.result.FailsafeSummary
 
getResult() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
getResult() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
Get result of this command.
getResult() - Method in interface jp.vmi.selenium.selenese.command.ICommand
Get the command result.
getResult() - Method in class jp.vmi.selenium.selenese.command.StartMarker
 
getResult() - Method in class jp.vmi.selenium.selenese.ErrorSource
Get result.
getResult() - Method in class jp.vmi.selenium.selenese.result.CommandResult
Get result.
getResult() - Method in class jp.vmi.selenium.selenese.result.CommandResultList
Get latest result.
getResult() - Method in interface jp.vmi.selenium.selenese.Selenese
Get selenese result.
getResult() - Method in class jp.vmi.selenium.selenese.TestCase
 
getResult() - Method in class jp.vmi.selenium.selenese.TestSuite
 
getResultList() - Method in interface jp.vmi.html.result.IHtmlResultTestCase
Get test-case result list.
getResultList() - Method in class jp.vmi.selenium.selenese.ErrorTestCase
Get test-case result list.
getResultList() - Method in class jp.vmi.selenium.selenese.TestCase
Get test-case result list.
getResults(ICommand) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
Get results of the command.
getRollup() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getRollup() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getRollupRules() - Method in interface jp.vmi.selenium.selenese.Context
Get rollup rules.
getRollupRules() - Method in class jp.vmi.selenium.selenese.NullContext
 
getRollupRules() - Method in class jp.vmi.selenium.selenese.Runner
 
getRootNodeList() - Method in class jp.vmi.html.result.TestSuiteTree
Get root node list of tree.
getScreenshotAll() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getScreenshotAll() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getScreenshotDir() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getScreenshotDir() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getScreenshotOnFail() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getScreenshotOnFail() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getScreenshots() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
getScreenshots() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
getScreenshots() - Method in interface jp.vmi.selenium.selenese.command.ICommand
Get list of screenshot images.
getScreenshots() - Method in class jp.vmi.selenium.selenese.command.StartMarker
 
getScreenshots() - Method in class jp.vmi.selenium.selenese.result.CommandResult
Get list of screenshot information.
GetSelected - Class in jp.vmi.selenium.selenese.subcommand
An implementation of the "getSelected(Labels?|Values?|Index(es)?|Ids?)".
GetSelected(GetSelected.Type, boolean) - Constructor for class jp.vmi.selenium.selenese.subcommand.GetSelected
Constructor.
GetSelected.Type - Enum in jp.vmi.selenium.selenese.subcommand
 
getSeleneseList() - Method in class jp.vmi.selenium.selenese.TestSuite
Get Selenese list.
getSeleneseRunnerVersion() - Method in class jp.vmi.selenium.selenese.utils.SystemInformation
 
getSeleniumVersion() - Method in class jp.vmi.selenium.selenese.utils.SystemInformation
 
getSequence() - Method in class jp.vmi.selenium.selenese.result.CommandResult
Get sequence.
getSetSpeed() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getSetSpeed() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getSkipped() - Method in class jp.vmi.junit.result.TestCaseResult
Get skipped count.
getSkipped() - Method in class jp.vmi.junit.result.TestSuiteResult
Get skipped count.
getSource() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
getSource() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
Get source elements.
getSource() - Method in interface jp.vmi.selenium.selenese.command.ICommand
Get source elements.
getSource() - Method in class jp.vmi.selenium.selenese.command.StartMarker
 
getSpeed() - Method in interface jp.vmi.selenium.selenese.Context
Get speed for setSpeed command.
getSpeed() - Method in class jp.vmi.selenium.selenese.NullContext
 
getSpeed() - Method in class jp.vmi.selenium.selenese.Runner
 
GetSpeed - Class in jp.vmi.selenium.selenese.subcommand
"getSpeed".
GetSpeed() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetSpeed
Constructor.
getStartLoop() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
getStartLoop() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
getStartLoop() - Method in interface jp.vmi.selenium.selenese.command.ICommand
Get beginning-of-loop command.
getStartLoop() - Method in class jp.vmi.selenium.selenese.command.StartMarker
 
getStartTime() - Method in class jp.vmi.selenium.selenese.result.CommandResult
Get start time.
getStartTime() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
Get start time of UTC as milli second.
getStartTimeString() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
Get human readable start time string.
getStopWatch() - Method in interface jp.vmi.junit.result.ITestTarget
Get stop watch.
getStopWatch() - Method in class jp.vmi.selenium.selenese.ErrorSource
 
getStopWatch() - Method in class jp.vmi.selenium.selenese.TestCase
Get stop watch.
getStopWatch() - Method in class jp.vmi.selenium.selenese.TestSuite
Get stop watch.
getString(String, String[]) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
getStringArray(String, String[]) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
getSubCommandMap() - Method in interface jp.vmi.selenium.selenese.Context
Get SubCommandMap instance.
getSubCommandMap() - Method in class jp.vmi.selenium.selenese.NullContext
 
getSubCommandMap() - Method in class jp.vmi.selenium.selenese.Runner
 
getSummary(TestSuite) - Method in class jp.vmi.html.result.TestSuiteTree
Get test-suite result summary.
getSupportedClasses() - Method in class jp.vmi.html.result.HtmlEscapeRenderer
 
getSupportedClasses() - Method in class jp.vmi.html.result.IndexRenderer
 
getSupportedClasses() - Method in class jp.vmi.html.result.LogRenderer
 
getSupportedClasses() - Method in class jp.vmi.html.result.NumberRenderer
 
getSupportedClasses() - Method in class jp.vmi.html.result.RelativePathRenderer
 
getSupportedClasses() - Method in class jp.vmi.html.result.StringRenderer
 
getSupportedClasses() - Method in class jp.vmi.html.result.TimeRenderer
 
getSupportedClasses() - Method in class jp.vmi.html.result.UrlEncodeRenderer
 
getSystemErr() - Method in class jp.vmi.junit.result.TestCaseResult
Get system-err message.
getSystemOut() - Method in class jp.vmi.junit.result.TestCaseResult
Get system-out message.
getTests() - Method in class jp.vmi.junit.result.TestSuiteResult
Get test count.
getTime() - Method in class jp.vmi.junit.result.TestResult
Get duration time of test execution.
getTimeout() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getTimeout() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getTimeout() - Method in interface jp.vmi.selenium.selenese.Context
Get timeout for waiting.
getTimeout() - Method in class jp.vmi.selenium.selenese.NullContext
 
getTimeout() - Method in class jp.vmi.selenium.selenese.Runner
 
getTimestamp() - Method in class jp.vmi.junit.result.TestResult
Get timestamp.
getTimeZone() - Method in class jp.vmi.selenium.selenese.utils.SystemInformation
 
getTitle() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
getType() - Method in interface jp.vmi.html.result.IHtmlResultTestTarget
Get selenese type.
getType() - Method in class jp.vmi.selenium.selenese.ErrorTestCase
 
getType() - Method in class jp.vmi.selenium.selenese.ErrorTestSuite
 
getType() - Method in interface jp.vmi.selenium.selenese.Selenese
Get script type.
getType() - Method in class jp.vmi.selenium.selenese.TestCase
 
getType() - Method in class jp.vmi.selenium.selenese.TestSuite
 
getValue() - Method in interface jp.vmi.selenium.selenese.VariableDeclarationWithDynamicValue.DynamicValue
 
getVar(String) - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Deprecated.
getVarsMap() - Method in interface jp.vmi.selenium.selenese.Context
Get variables map.
getVarsMap() - Method in class jp.vmi.selenium.selenese.NullContext
 
getVarsMap() - Method in class jp.vmi.selenium.selenese.Runner
 
getVersion() - Method in class jp.vmi.selenium.selenese.Main
Get version of Selenese Runner.
getVersionFromPomProperties(String) - Static method in class jp.vmi.selenium.selenese.utils.SystemInformation
 
getWebDriverName() - Method in class jp.vmi.selenium.selenese.TestSuite
Get WebDriver name.
getWidth() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getWidth() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getWindowHandle() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
getWindowHandles() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
getWrappedDriver() - Method in class jp.vmi.selenium.selenese.NullContext
 
getWrappedDriver() - Method in class jp.vmi.selenium.selenese.Runner
 
getXmlResult() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getXmlResult() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
GotoIf - Class in jp.vmi.selenium.selenese.command
Command "gotoIf".
Gotolabel - Class in jp.vmi.selenium.selenese.command
Command "gotolabel".

H

handle(WebDriver, String) - Method in class jp.vmi.selenium.selenese.locator.AdditionalHandler
 
handle(WebDriver, String) - Method in interface jp.vmi.selenium.selenese.locator.LocatorHandler
Handle locator.
handle(WebElement, String) - Method in interface jp.vmi.selenium.selenese.locator.OptionLocatorHandler
Handle option locator.
handleSeleneseCommand(WebDriver, String, String) - Method in class jp.vmi.selenium.selenese.subcommand.ClickAt
 
has(DriverOptions.DriverOption) - Method in class jp.vmi.selenium.webdriver.DriverOptions
DriverOptions instance has specified option.
hashCode() - Method in class jp.vmi.selenium.selenese.log.CookieKey
 
hasNext() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
hasNext() - Method in class jp.vmi.selenium.selenese.Parser.NodeIterator
 
hasOption(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
hasOption(String) - Method in interface jp.vmi.selenium.selenese.config.IConfig
Deprecated.
Use getXXX() != null.
hasPrevious() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
hasResult() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
Has this command result?
HEIGHT - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
HELP - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
Highlight - Class in jp.vmi.selenium.selenese.command
Command "highlight".
HIGHLIGHT - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
highlight(String, HighlightStyle) - Method in interface jp.vmi.selenium.selenese.highlight.HighlightHandler
Highlight and backup specified locator.
highlight(String, HighlightStyle) - Method in class jp.vmi.selenium.selenese.Runner
 
HighlightHandler - Interface in jp.vmi.selenium.selenese.highlight
Handle highlighting.
HighlightInterceptor - Class in jp.vmi.selenium.selenese.inject
 
HighlightInterceptor() - Constructor for class jp.vmi.selenium.selenese.inject.HighlightInterceptor
 
HighlightStyle - Class in jp.vmi.selenium.selenese.highlight
Highlight style.
HighlightStyle(Map<String, String>) - Constructor for class jp.vmi.selenium.selenese.highlight.HighlightStyle
Constructor.
HighlightStyle(String...) - Constructor for class jp.vmi.selenium.selenese.highlight.HighlightStyle
Constructor.
HighlightStyleBackup - Class in jp.vmi.selenium.selenese.highlight
Backup and restore style of highlighted element.
HighlightStyleBackup(Map<String, String>, String, List<Locator>) - Constructor for class jp.vmi.selenium.selenese.highlight.HighlightStyleBackup
Constructor.
HTML_ESC_MAP - Static variable in class jp.vmi.selenium.selenese.utils.EscapeUtils
Mapping table for HTML escape.
HTML_RE - Static variable in class jp.vmi.selenium.selenese.utils.EscapeUtils
Regex pattern for HTML escape.
HTML_RESULT - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
HtmlEscapeRenderer - Class in jp.vmi.html.result
HTML escape renderer for JMTE.
HtmlEscapeRenderer() - Constructor for class jp.vmi.html.result.HtmlEscapeRenderer
 
HtmlResult - Class in jp.vmi.html.result
HTML result generator.
HtmlResult() - Constructor for class jp.vmi.html.result.HtmlResult
 
HtmlResultHolder - Interface in jp.vmi.html.result
HTML result holder.
HTMLUNIT - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
Html Unit.
HtmlUnitDriverFactory - Class in jp.vmi.selenium.webdriver
Factory of HtmlUnitDriver.
HtmlUnitDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.HtmlUnitDriverFactory
Constructor.

I

ICommand - Interface in jp.vmi.selenium.selenese.command
Command interface.
ICommandFactory - Interface in jp.vmi.selenium.selenese.command
Interface of command factory.
IConfig - Interface in jp.vmi.selenium.selenese.config
Configuration information.
ID - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
IDENTIFIER - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
IE - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
Internet Explorer.
IEDRIVER - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
IEDriverFactory - Class in jp.vmi.selenium.webdriver
Factory of InternetExplorerDriver.
IEDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.IEDriverFactory
 
IGNORE_SCREENSHOT_COMMAND - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
IHtmlResultTestCase - Interface in jp.vmi.html.result
TestCase interface for HTML result.
IHtmlResultTestSuite - Interface in jp.vmi.html.result
TestSuite interface for HTML result.
IHtmlResultTestTarget - Interface in jp.vmi.html.result
Test target interface for HTML result.
ILabel - Interface in jp.vmi.selenium.selenese.command
Command with label information.
Include - Class in jp.vmi.selenium.selenese.command
Command "include".
increment(ICommand) - Method in class jp.vmi.selenium.selenese.command.CommandSequence
Increment sequence.
INDEX - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
indexOf(Object) - Method in class jp.vmi.selenium.selenese.command.CommandList
Get index by label or command.
indexOf(Object) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
IndexRenderer - Class in jp.vmi.html.result
Index renderer for JMTE.
IndexRenderer() - Constructor for class jp.vmi.html.result.IndexRenderer
 
info(String) - Method in class jp.vmi.selenium.selenese.utils.LogRecorder
Log info message.
initialize(String, InvalidSeleneseException) - Method in class jp.vmi.selenium.selenese.ErrorSource
Initialize.
initialize(String, InvalidSeleneseException) - Method in class jp.vmi.selenium.selenese.ErrorTestCase
 
initialize(String, InvalidSeleneseException) - Method in class jp.vmi.selenium.selenese.ErrorTestSuite
 
initialize(String, String, Runner, String) - Method in class jp.vmi.selenium.selenese.TestCase
Deprecated.
initialize(String, String, String) - Method in class jp.vmi.selenium.selenese.TestCase
Initialize after constructed.
initialize(String, String) - Method in class jp.vmi.selenium.selenese.TestSuite
Initialize after constructed.
initLogger() - Static method in class jp.vmi.selenium.selenese.utils.LoggerUtils
switch java.util.logging handler to slf4j.
InvalidSeleneseException - Exception in jp.vmi.selenium.selenese
Exception for invalid selenese syntax.
InvalidSeleneseException(Throwable) - Constructor for exception jp.vmi.selenium.selenese.InvalidSeleneseException
Constructor.
InvalidSeleneseException(String) - Constructor for exception jp.vmi.selenium.selenese.InvalidSeleneseException
Constructor.
invoke(MethodInvocation) - Method in class jp.vmi.selenium.selenese.inject.AbstractDoCommandInterceptor
 
invoke(MethodInvocation, Context, ICommand, String[]) - Method in class jp.vmi.selenium.selenese.inject.AbstractDoCommandInterceptor
 
invoke(MethodInvocation) - Method in class jp.vmi.selenium.selenese.inject.AbstractExecuteTestCaseInterceptor
 
invoke(MethodInvocation, ITestCase, Selenese, Context) - Method in class jp.vmi.selenium.selenese.inject.AbstractExecuteTestCaseInterceptor
 
invoke(MethodInvocation) - Method in class jp.vmi.selenium.selenese.inject.AbstractExecuteTestSuiteInterceptor
 
invoke(MethodInvocation, TestSuite, Selenese, Context) - Method in class jp.vmi.selenium.selenese.inject.AbstractExecuteTestSuiteInterceptor
 
invoke(MethodInvocation, Context, ICommand, String[]) - Method in class jp.vmi.selenium.selenese.inject.CommandLogInterceptor
 
invoke(MethodInvocation, ITestCase, Selenese, Context) - Method in class jp.vmi.selenium.selenese.inject.ExecuteTestCaseInterceptor
 
invoke(MethodInvocation, TestSuite, Selenese, Context) - Method in class jp.vmi.selenium.selenese.inject.ExecuteTestSuiteInterceptor
 
invoke(MethodInvocation, Context, ICommand, String[]) - Method in class jp.vmi.selenium.selenese.inject.HighlightInterceptor
 
invoke(MethodInvocation, Context, ICommand, String[]) - Method in class jp.vmi.selenium.selenese.inject.ScreenshotInterceptor
 
IRollupRule - Interface in jp.vmi.selenium.rollup
Rollup rule interface.
isAborted() - Method in class jp.vmi.selenium.selenese.result.Result
Is command interrupted?
isEmpty() - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
isEmpty() - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
 
isError() - Method in interface jp.vmi.junit.result.ITestTarget
Is error instance?
isError() - Method in class jp.vmi.selenium.selenese.ErrorSource
Is error object?
isError() - Method in class jp.vmi.selenium.selenese.TestCase
 
isError() - Method in class jp.vmi.selenium.selenese.TestSuite
 
isFailed() - Method in class jp.vmi.selenium.selenese.result.Result
Is command failed?
isHelp() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
isHelp() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
isHighlight() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
isHighlight() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
isHighlight() - Method in interface jp.vmi.selenium.selenese.highlight.HighlightHandler
Get locator highlighting.
isHighlight() - Method in class jp.vmi.selenium.selenese.Runner
 
isIgnoredScreenshotCommand() - Method in class jp.vmi.selenium.selenese.Runner
 
isIgnoredScreenshotCommand() - Method in interface jp.vmi.selenium.selenese.ScreenshotHandler
Get ignore screenshot command flag.
isIgnoreScreenshotCommand() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
isIgnoreScreenshotCommand() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
isIgnoreScreenshotCommand() - Method in class jp.vmi.selenium.selenese.Runner
isJava7orLater() - Static method in class jp.vmi.selenium.selenese.utils.SeleniumUtils
Deprecated.
remove calling this method in caller.
isMethodAvailable(String) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
isNoExit() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
isNoExit() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
isNoOp() - Method in class jp.vmi.selenium.selenese.subcommand.WDCommand
Test WDCP command is NoOp.
isPass(String) - Method in class jp.vmi.selenium.selenese.log.CookieFilter
Test name passes through this filter.
IsPromptPresent - Class in jp.vmi.selenium.selenese.subcommand
Command "IsPromptPresent".
IsPromptPresent(DialogOverride) - Constructor for class jp.vmi.selenium.selenese.subcommand.IsPromptPresent
Constructor.
isPromptPresent(WebDriver) - Method in class jp.vmi.selenium.selenese.utils.DialogOverride
Test of whether a prompt was displayed.
isProxySupported() - Method in class jp.vmi.selenium.webdriver.IEDriverFactory
 
isProxySupported() - Method in class jp.vmi.selenium.webdriver.SafariDriverFactory
 
isProxySupported() - Method in class jp.vmi.selenium.webdriver.WebDriverFactory
Is proxy supported?
isRelativeParent() - Method in class jp.vmi.selenium.selenese.locator.Locator
 
isRelativeTop() - Method in class jp.vmi.selenium.selenese.locator.Locator
 
isSameOrigin(PageInformation) - Method in class jp.vmi.selenium.selenese.log.PageInformation
 
isSatisfied() - Method in interface jp.vmi.selenium.selenese.utils.Wait.StopCondition
Test wait-stop condition.
isSingleInstance() - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Deprecated.
This does not work. Please just remove it.
IsSomethingSelected - Class in jp.vmi.selenium.selenese.subcommand
Alternative IsSomethingSelected.
IsSomethingSelected() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsSomethingSelected
Constructor.
isStrictExitCode() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
isStrictExitCode() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
isSuccess() - Method in class jp.vmi.selenium.selenese.result.Result
Is result of success?
isTrue(String) - Method in interface jp.vmi.selenium.selenese.Context
Get boolean value of expr.
isTrue(String) - Method in class jp.vmi.selenium.selenese.NullContext
 
isTrue(String) - Method in class jp.vmi.selenium.selenese.Runner
 
isTypeIndex() - Method in class jp.vmi.selenium.selenese.locator.Locator
 
isTypeRelative() - Method in class jp.vmi.selenium.selenese.locator.Locator
 
ISubCommand<T> - Interface in jp.vmi.selenium.selenese.subcommand
Sub-command interface.
iterator() - Method in class jp.vmi.selenium.selenese.command.CommandList
 
iterator(CommandListIterator) - Method in class jp.vmi.selenium.selenese.command.CommandList
Create the iterator of this command list.
iterator() - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
ITestCase - Interface in jp.vmi.junit.result
test-case interface.
ITestSuite - Interface in jp.vmi.junit.result
test-suite interface.
ITestTarget - Interface in jp.vmi.junit.result
Test target interface.

J

jp.vmi.html.result - package jp.vmi.html.result
 
jp.vmi.junit.result - package jp.vmi.junit.result
 
jp.vmi.script - package jp.vmi.script
 
jp.vmi.selenium.rollup - package jp.vmi.selenium.rollup
 
jp.vmi.selenium.selenese - package jp.vmi.selenium.selenese
 
jp.vmi.selenium.selenese.cmdproc - package jp.vmi.selenium.selenese.cmdproc
 
jp.vmi.selenium.selenese.command - package jp.vmi.selenium.selenese.command
 
jp.vmi.selenium.selenese.config - package jp.vmi.selenium.selenese.config
 
jp.vmi.selenium.selenese.highlight - package jp.vmi.selenium.selenese.highlight
 
jp.vmi.selenium.selenese.inject - package jp.vmi.selenium.selenese.inject
 
jp.vmi.selenium.selenese.locator - package jp.vmi.selenium.selenese.locator
 
jp.vmi.selenium.selenese.log - package jp.vmi.selenium.selenese.log
 
jp.vmi.selenium.selenese.result - package jp.vmi.selenium.selenese.result
 
jp.vmi.selenium.selenese.subcommand - package jp.vmi.selenium.selenese.subcommand
 
jp.vmi.selenium.selenese.utils - package jp.vmi.selenium.selenese.utils
 
jp.vmi.selenium.webdriver - package jp.vmi.selenium.webdriver
 
JSList<E> - Class in jp.vmi.script
Wrapper for JavaScript array object.
JSList() - Constructor for class jp.vmi.script.JSList
 
JSMap<K,V> - Class in jp.vmi.script
Wrapper for JavaScript map.
JSMap(ScriptEngine, Object) - Constructor for class jp.vmi.script.JSMap
Constructor.
JSMap.EntrySetCallback<K,V> - Interface in jp.vmi.script
 
JSWrapper - Class in jp.vmi.script
Wrapper for JavaScript object.
JSWrapper(ScriptEngine, Object) - Constructor for class jp.vmi.script.JSWrapper
Constructor.
jumpTo(Object) - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
Jump to label or command.
jumpToNextOf(Object) - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
Jump to next of label or command.
JUnitResult - Class in jp.vmi.junit.result
Record and output test-suite & test-case results.
JUnitResult() - Constructor for class jp.vmi.junit.result.JUnitResult
 
JUnitResultHolder - Interface in jp.vmi.junit.result
JUnit result holder.

K

key - Variable in class jp.vmi.selenium.selenese.log.CookieValue
 
keySet() - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
 

L

Label - Class in jp.vmi.selenium.selenese.command
Command "label".
label - Variable in class jp.vmi.selenium.selenese.command.Screenshot
 
LangUtils - Class in jp.vmi.selenium.selenese.utils
Language utilities.
lastIndexOf(Object) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
level - Variable in class jp.vmi.selenium.selenese.utils.LogRecorder.LogMessage
Level
LINK - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
listIterator(int) - Method in class jp.vmi.selenium.selenese.command.CommandList
Deprecated.
listIterator() - Method in class jp.vmi.selenium.selenese.command.CommandList
Deprecated.
listIterator() - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
listIterator(int) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
load(InputStream) - Method in class jp.vmi.selenium.rollup.RollupRules
Load rollup rule definitions.
load(String) - Method in class jp.vmi.selenium.rollup.RollupRules
Load rollup rule definitions.
loadFrom(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
load configuration from file.
loadJS(InputStream) - Static method in class jp.vmi.selenium.selenese.utils.SeleniumUtils
Load JavaScript and put each function to map.
Locator - Class in jp.vmi.selenium.selenese.locator
Parsed locator.
Locator(String) - Constructor for class jp.vmi.selenium.selenese.locator.Locator
Constructor.
locator - Variable in class jp.vmi.selenium.selenese.locator.Locator
locator.
LocatorHandler - Interface in jp.vmi.selenium.selenese.locator
Locator handler.
locators - Variable in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
locatorType() - Method in class jp.vmi.selenium.selenese.locator.AdditionalHandler
 
locatorType() - Method in interface jp.vmi.selenium.selenese.locator.LocatorHandler
Locator type.
LoggerUtils - Class in jp.vmi.selenium.selenese.utils
Utilities for logging.
LogRecorder - Class in jp.vmi.selenium.selenese.utils
Record log message.
LogRecorder(PrintStream) - Constructor for class jp.vmi.selenium.selenese.utils.LogRecorder
Constructor.
LogRecorder.Level - Enum in jp.vmi.selenium.selenese.utils
Log level.
LogRecorder.LogMessage - Class in jp.vmi.selenium.selenese.utils
Log message.
LogRenderer - Class in jp.vmi.html.result
HTML escape renderer for JMTE.
LogRenderer(HtmlResult) - Constructor for class jp.vmi.html.result.LogRenderer
Constructor.
lookupWebDriverFactory(String) - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Lookup WebDriverFactory by name.

M

Main - Class in jp.vmi.selenium.selenese
Provide command line interface.
Main() - Constructor for class jp.vmi.selenium.selenese.Main
 
main(String[]) - Static method in class jp.vmi.selenium.selenese.Main
Selenese Runner main.
main(String[]) - Static method in class jp.vmi.selenium.selenese.utils.CommandDumper
main.
manage() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
marshal(Integer) - Method in class jp.vmi.junit.result.SkippedAdapter
 
matches(String) - Method in class jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern
Match pattern.
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.AddCollection
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.AddToCollection
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.BuiltInCommand
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.CaptureEntirePageScreenshot
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.Comment
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.Echo
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.EndLoopImpl
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.GotoIf
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.Gotolabel
 
mayUpdateScreen() - Method in interface jp.vmi.selenium.selenese.command.ICommand
May the command update screen?
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.Label
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.SetSpeed
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.SetTimeout
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.StartLoopImpl
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.StartMarker
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.Store
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.WaitForCondition
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.WaitForPageToLoad
 
merge(TestSuiteSummary) - Method in class jp.vmi.html.result.TestSuiteSummary
 
message - Variable in class jp.vmi.selenium.selenese.log.PageInformation
 
message - Variable in class jp.vmi.selenium.selenese.utils.LogRecorder.LogMessage
Message
mkdirs() - Method in class jp.vmi.junit.result.JUnitResult
 
MouseEventHandler - Class in jp.vmi.selenium.selenese.subcommand
Mouse event handler.
MouseEventHandler(WebDriverElementFinder, MouseEventHandler.MouseEventType) - Constructor for class jp.vmi.selenium.selenese.subcommand.MouseEventHandler
Constructor.
MouseEventHandler.MouseEventType - Enum in jp.vmi.selenium.selenese.subcommand
 
mutate(String, StringBuilder) - Method in class jp.vmi.selenium.selenese.VariableDeclarationWithDynamicValue
 

N

name - Variable in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
NAME - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
name - Variable in class jp.vmi.selenium.selenese.log.CookieKey
 
navigate() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
newCommand(int, String, String...) - Method in class jp.vmi.selenium.selenese.command.CommandFactory
 
newCommand(int, String, String...) - Method in interface jp.vmi.selenium.selenese.command.ICommandFactory
Constructs selenese command.
newCommand(int, String, String...) - Method in interface jp.vmi.selenium.selenese.command.UserDefinedCommandFactory
Deprecated.
Constructs selenese command.
newCommandList() - Static method in class jp.vmi.selenium.selenese.inject.Binder
Constructs CommandList applied aspect.
newErrorTestCase(String, InvalidSeleneseException) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Constructs ErrorTestCase applied aspect.
newErrorTestSuite(String, InvalidSeleneseException) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Constructs ErrorTestSuite applied aspect.
newInstance(Class<?>, String) - Static method in class jp.vmi.selenium.selenese.config.OptionEntry
Create OptionEntry object from bean class.
newInstance(DriverOptions) - Method in class jp.vmi.selenium.webdriver.AppiumWebDriverFactory
 
newInstance(DriverOptions) - Method in class jp.vmi.selenium.webdriver.ChromeDriverFactory
 
newInstance(DriverOptions) - Method in class jp.vmi.selenium.webdriver.FirefoxDriverFactory
 
newInstance(DriverOptions) - Method in class jp.vmi.selenium.webdriver.HtmlUnitDriverFactory
 
newInstance(DriverOptions) - Method in class jp.vmi.selenium.webdriver.IEDriverFactory
 
newInstance(DriverOptions) - Method in class jp.vmi.selenium.webdriver.PhantomJSDriverFactory
 
newInstance(DriverOptions) - Method in class jp.vmi.selenium.webdriver.RemoteWebDriverFactory
 
newInstance(DriverOptions) - Method in class jp.vmi.selenium.webdriver.SafariDriverFactory
 
newInstance(DriverOptions) - Method in class jp.vmi.selenium.webdriver.WebDriverFactory
Create new WebDriver instance with driver options.
newInstance() - Static method in class jp.vmi.selenium.webdriver.WebDriverManager
Construct WebDriverManager instance.
newTestCase(String, String, Runner, String) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Deprecated.
newTestCase(String, String, String) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Constructs TestCase applied aspect.
newTestSuite(String, String, Runner) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Deprecated.
newTestSuite(String, String) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Constructs TestSuite applied aspect.
next(TestCase) - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
next() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
next() - Method in class jp.vmi.selenium.selenese.Parser.NodeIterator
 
nextIndex() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
NO_EXIT - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
NO_PROXY - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
NO_START_LOOP - Static variable in interface jp.vmi.selenium.selenese.command.StartLoop
Use NO_START_LOOP instaed of null.
NodeIterator(NodeList) - Constructor for class jp.vmi.selenium.selenese.Parser.NodeIterator
 
NodeRenderer - Class in jp.vmi.html.result
Test-suite tree node renderer for JMTE.
NodeRenderer(Engine, String) - Constructor for class jp.vmi.html.result.NodeRenderer
Constructor.
normalize(String) - Static method in class jp.vmi.selenium.selenese.utils.PathUtils
Normalize filename.
normalizeSeparator(String) - Static method in class jp.vmi.selenium.selenese.utils.PathUtils
Normalize filename separator.
normalizeSpaces(String) - Static method in class jp.vmi.selenium.selenese.utils.SeleniumUtils
Unifty U+0020 and U+00A0, Trim, and compress spaces in string.
now() - Method in class jp.vmi.selenium.selenese.utils.LogRecorder
Get current time millis.
NullContext - Class in jp.vmi.selenium.selenese
Null implementation of Context.
NullContext() - Constructor for class jp.vmi.selenium.selenese.NullContext
 
NullDriver - Class in jp.vmi.selenium.webdriver
WebDriver for dummy.
NullDriver() - Constructor for class jp.vmi.selenium.webdriver.NullDriver
 
NumberRenderer - Class in jp.vmi.html.result
Number with separator renderer for JMTE.
NumberRenderer() - Constructor for class jp.vmi.html.result.NumberRenderer
 
numCommandErrors - Variable in class jp.vmi.html.result.TestSuiteSummary
 
numCommandFailures - Variable in class jp.vmi.html.result.TestSuiteSummary
 
numCommandPasses - Variable in class jp.vmi.html.result.TestSuiteSummary
 
numTestFailures - Variable in class jp.vmi.html.result.TestSuiteSummary
 
numTestPasses - Variable in class jp.vmi.html.result.TestSuiteSummary
 
numTestTotal - Variable in class jp.vmi.html.result.TestSuiteSummary
 

O

OBJECT - Static variable in class jp.vmi.script.JSWrapper
wrapped object name.
ObjectFactory - Class in jp.vmi.junit.result
OjbectFactory for JAXB.
ObjectFactory() - Constructor for class jp.vmi.junit.result.ObjectFactory
 
Open - Class in jp.vmi.selenium.selenese.command
Command "open".
OpenWindow - Class in jp.vmi.selenium.selenese.command
An implementation of the "openWindow" method from Selenium.
option - Variable in class jp.vmi.selenium.selenese.locator.Locator
option locator.
OPTION_LOCATOR_SEPARATOR - Static variable in class jp.vmi.selenium.selenese.locator.Locator
Separator between locator and option locator.
OptionEntry - Class in jp.vmi.selenium.selenese.config
OptionEntry accessor.
OptionLocatorHandler - Interface in jp.vmi.selenium.selenese.locator
Option locator handler.
optionLocatorType() - Method in interface jp.vmi.selenium.selenese.locator.OptionLocatorHandler
Option locator type.
OptionMap - Class in jp.vmi.selenium.selenese.config
Option Map.
OptionMap(Object) - Constructor for class jp.vmi.selenium.selenese.config.OptionMap
Constructor.
optionName - Variable in class jp.vmi.selenium.selenese.config.OptionEntry
 
optionName() - Method in enum jp.vmi.selenium.webdriver.DriverOptions.DriverOption
Get option name as "word-word-word".
org.openqa.selenium.browserlaunchers - package org.openqa.selenium.browserlaunchers
 
org.openqa.selenium.phantomjs - package org.openqa.selenium.phantomjs
 
origin - Variable in class jp.vmi.selenium.selenese.log.PageInformation
 
originalListIterator(int) - Method in class jp.vmi.selenium.selenese.command.CommandList
Original list iterator.

P

PageInformation - Class in jp.vmi.selenium.selenese.log
Page information.
PageInformation(Context) - Constructor for class jp.vmi.selenium.selenese.log.PageInformation
 
parent - Variable in class jp.vmi.html.result.TestSuiteTree.Node
 
parse(String, InputStream, Runner) - Static method in class jp.vmi.selenium.selenese.Parser
parse(String, InputStream, ICommandFactory) - Static method in class jp.vmi.selenium.selenese.Parser
Parse input stream.
parse(String, Runner) - Static method in class jp.vmi.selenium.selenese.Parser
parse(String, ICommandFactory) - Static method in class jp.vmi.selenium.selenese.Parser
Parse file.
parse(ICommandFactory) - Method in class jp.vmi.selenium.selenese.Parser
 
parse(ICommandFactory) - Method in class jp.vmi.selenium.selenese.TestCaseParser
 
parse(ICommandFactory) - Method in class jp.vmi.selenium.selenese.TestSuiteParser
 
parseCommandLine(String...) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
Parse command line arguments.
Parser - Class in jp.vmi.selenium.selenese
Abstract class of selenese parser.
Parser(String, Document) - Constructor for class jp.vmi.selenium.selenese.Parser
 
Parser.NodeIterator - Class in jp.vmi.selenium.selenese
 
path - Variable in class jp.vmi.selenium.selenese.command.Screenshot
 
path - Variable in class jp.vmi.selenium.selenese.log.CookieKey
 
PathUtils - Class in jp.vmi.selenium.selenese.utils
Path utilities.
patternMatches(String, CharSequence) - Static method in class jp.vmi.selenium.selenese.utils.SeleniumUtils
String-match pattern.
Pause - Class in jp.vmi.selenium.selenese.command
Command "pause".
PHANTOMJS - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
PHANTOMJS - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
PhantomJS
PhantomJSDriverFactory - Class in jp.vmi.selenium.webdriver
Factory of PhantomJSDriver.
PhantomJSDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.PhantomJSDriverFactory
 
pollFromCollection(String) - Method in class jp.vmi.selenium.selenese.CollectionMap
Poll value from collection.
pollFromCollection(String) - Method in class jp.vmi.selenium.selenese.TestCase
Deprecated.
popCommandListIterator() - Method in interface jp.vmi.selenium.selenese.Context
Pop CommandListIterator.
popCommandListIterator() - Method in class jp.vmi.selenium.selenese.NullContext
 
popCommandListIterator() - Method in class jp.vmi.selenium.selenese.Runner
 
prepareWebDriver() - Method in interface jp.vmi.selenium.selenese.Context
Prepare WebDriver.
prepareWebDriver() - Method in class jp.vmi.selenium.selenese.NullContext
 
prepareWebDriver() - Method in class jp.vmi.selenium.selenese.Runner
 
prependInterceptors(T[], T...) - Static method in class jp.vmi.selenium.selenese.inject.BindModule
Prepend custom interceptors to original interceptors.
previous() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
previousIndex() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
PROFILE - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
PROFILE_DIR - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
Proxies - Class in org.openqa.selenium.browserlaunchers
Alternative Proxies class.
PROXY - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
PROXY_PASSWORD - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
PROXY_USER - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
pushCommandListIterator(CommandListIterator) - Method in interface jp.vmi.selenium.selenese.Context
Push CommandListIterator.
pushCommandListIterator(CommandListIterator) - Method in class jp.vmi.selenium.selenese.NullContext
 
pushCommandListIterator(CommandListIterator) - Method in class jp.vmi.selenium.selenese.Runner
 
put(CommandResult) - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
Put command result.
put(ICommand, List<CommandResult>) - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
 
putAll(List<CommandResult>) - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
Put command result list.
putAll(Map<? extends ICommand, ? extends List<CommandResult>>) - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
 

Q

quit() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
quitAllDrivers() - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Deprecated.
use WebDriverManager.quitDriver() instead of this.
quitDriver() - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Quit WebDriver instance.
quitDriversOnAllManagers() - Static method in class jp.vmi.selenium.webdriver.WebDriverManager
Quit WebDriver instances on all WebDriverManager instances.
quote(StringBuilder, String) - Static method in class jp.vmi.selenium.selenese.utils.LoggerUtils
quote control code, backslash and doublequote.
quote(String) - Static method in class jp.vmi.selenium.selenese.utils.LoggerUtils
quote control code, backslash and doublequote.
quote(String[]) - Static method in class jp.vmi.selenium.selenese.utils.LoggerUtils
quote control code, backslash and doublequote for each strings.

R

REACHED_COUNT_SEPARATOR - Static variable in interface jp.vmi.selenium.selenese.command.StartLoop
The separator of reached counts.
regexpPattern - Variable in class jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern
Regular Expression of pattern.
register(SeleneseCommand<?>, String, ArgumentType...) - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Register SeleneseCommand as ISubCommand.
register(ISubCommand<?>) - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Register sub-command.
registerCommandFactory(ICommandFactory) - Method in class jp.vmi.selenium.selenese.command.CommandFactory
Register user defined comman factory.
registerHandler(LocatorHandler) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Register locator handler.
registerOptionHandler(OptionLocatorHandler) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Register option locator handler.
registerUserDefinedCommandFactory(UserDefinedCommandFactory) - Method in class jp.vmi.selenium.selenese.command.CommandFactory
RELATIVE - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
RELATIVE_PARENT - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
RELATIVE_TOP - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
RelativePathRenderer - Class in jp.vmi.html.result
Index renderer for JMTE.
RelativePathRenderer(HtmlResult) - Constructor for class jp.vmi.html.result.RelativePathRenderer
Constructor.
relativize(String, String) - Static method in class jp.vmi.selenium.selenese.utils.PathUtils
Get relative path.
REMOTE - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
RemoteWebDriver
REMOTE_BROWSER - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
REMOTE_PLATFORM - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
REMOTE_URL - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
REMOTE_VERSION - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
RemoteWebDriverFactory - Class in jp.vmi.selenium.webdriver
Factory of RemoteWebDriver.
RemoteWebDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.RemoteWebDriverFactory
 
remove() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
remove() - Method in class jp.vmi.selenium.selenese.Parser.NodeIterator
 
remove(int) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
remove(Object) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
remove(Object) - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
 
removeAll(Collection<?>) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
render(Object, String, Locale) - Method in class jp.vmi.html.result.HtmlEscapeRenderer
 
render(Object, String, Locale) - Method in class jp.vmi.html.result.IndexRenderer
 
render(Object, String, Locale) - Method in class jp.vmi.html.result.LogRenderer
 
render(TestSuiteTree.Node, Locale) - Method in class jp.vmi.html.result.NodeRenderer
 
render(Object, String, Locale) - Method in class jp.vmi.html.result.NumberRenderer
 
render(Object, String, Locale) - Method in class jp.vmi.html.result.RelativePathRenderer
 
render(Result, Locale) - Method in class jp.vmi.html.result.ResultRenderer
 
render(Object, String, Locale) - Method in class jp.vmi.html.result.StringRenderer
 
render(Object, String, Locale) - Method in class jp.vmi.html.result.TimeRenderer
 
render(Object, String, Locale) - Method in class jp.vmi.html.result.UrlEncodeRenderer
 
replaceAlertMethod(WebDriver) - Method in class jp.vmi.selenium.selenese.utils.DialogOverride
 
replaceBindModule(BindModule) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Replace customized BindModule.
replaceVars(String) - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Deprecated.
replaceVars(String) - Method in class jp.vmi.selenium.selenese.VarsMap
Replace variable reference to value.
replaceVarsForArray(String[]) - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Deprecated.
replaceVarsForArray(String[]) - Method in class jp.vmi.selenium.selenese.VarsMap
Replace variable reference to value for each strings.
resetSpeed() - Method in interface jp.vmi.selenium.selenese.Context
Reset speed as initial speed.
resetSpeed() - Method in class jp.vmi.selenium.selenese.NullContext
 
resetSpeed() - Method in class jp.vmi.selenium.selenese.Runner
 
restore(WebDriver, WebDriverElementFinder) - Method in class jp.vmi.selenium.selenese.highlight.HighlightStyleBackup
Restore style.
Result - Class in jp.vmi.selenium.selenese.result
Result of command execution.
Result(String) - Constructor for class jp.vmi.selenium.selenese.result.Result
Constructor.
Result(String, String) - Constructor for class jp.vmi.selenium.selenese.result.Result
Constructor.
Result(String, Exception) - Constructor for class jp.vmi.selenium.selenese.result.Result
Constructor.
Result.Level - Enum in jp.vmi.selenium.selenese.result
Result Level.
ResultRenderer - Class in jp.vmi.html.result
Command result renderer for JMTE.
ResultRenderer() - Constructor for class jp.vmi.html.result.ResultRenderer
 
retainAll(Collection<?>) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
Rollup - Class in jp.vmi.selenium.selenese.command
Command "rollup".
ROLLUP - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
RollupManager - Class in jp.vmi.selenium.rollup
Rollup manager called by user-extention-rollup.js.
RollupManager() - Constructor for class jp.vmi.selenium.rollup.RollupManager
 
RollupRule - Class in jp.vmi.selenium.rollup
Rollup rule.
RollupRules - Class in jp.vmi.selenium.rollup
Set or rollup rules.
RollupRules() - Constructor for class jp.vmi.selenium.rollup.RollupRules
Constructor.
rollupRulesContext(RollupRules, Runnable) - Static method in class jp.vmi.selenium.rollup.RollupManager
Execute closure in the rollupRules context.
run(String[]) - Method in class jp.vmi.selenium.selenese.Main
Start Selenese Runner.
run(String...) - Method in class jp.vmi.selenium.selenese.Runner
Run Selenese script files.
run(String, InputStream) - Method in class jp.vmi.selenium.selenese.Runner
Run Selenese script from input stream.
Runner - Class in jp.vmi.selenium.selenese
Provide Java API to run Selenese script.
Runner() - Constructor for class jp.vmi.selenium.selenese.Runner
Constructor.
RunScript - Class in jp.vmi.selenium.selenese.command
An implementation of the "runScript" method from Selenium.

S

SAFARI - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
Safari.
SafariDriverFactory - Class in jp.vmi.selenium.webdriver
Factory of SafariDriver.
SafariDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.SafariDriverFactory
 
Screenshot - Class in jp.vmi.selenium.selenese.command
Screenshot information.
Screenshot(String, String) - Constructor for class jp.vmi.selenium.selenese.command.Screenshot
 
SCREENSHOT_ALL - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
SCREENSHOT_DIR - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
SCREENSHOT_ON_FAIL - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
ScreenshotHandler - Interface in jp.vmi.selenium.selenese
Handle screenshot.
ScreenshotInterceptor - Class in jp.vmi.selenium.selenese.inject
Interceptor for screenshot.
ScreenshotInterceptor() - Constructor for class jp.vmi.selenium.selenese.inject.ScreenshotInterceptor
 
selectBlankWindow(WebDriver) - Method in class jp.vmi.selenium.selenese.subcommand.SeleneseRunnerWindows
Selects the only _blank window.
SelectFrame - Class in jp.vmi.selenium.selenese.command
Command "selectFrame".
selectFrame(WebDriver, String) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Select frame or iframe.
selectFrame(WebDriver, String) - Method in class jp.vmi.selenium.selenese.subcommand.SeleneseRunnerWindows
 
selectPopUp(WebDriver, String) - Method in class jp.vmi.selenium.selenese.subcommand.SeleneseRunnerWindows
 
selectWindow(WebDriver, String) - Method in class jp.vmi.selenium.selenese.subcommand.SeleneseRunnerWindows
 
Selenese - Interface in jp.vmi.selenium.selenese
Selenese script interface.
Selenese.Type - Enum in jp.vmi.selenium.selenese
Selenese script types.
SeleneseCommandErrorException - Exception in jp.vmi.selenium.selenese
The exception which occurs when a selenese command has caused an error.
SeleneseCommandErrorException(String) - Constructor for exception jp.vmi.selenium.selenese.SeleneseCommandErrorException
Constructor.
SeleneseCommandErrorException(Error) - Constructor for exception jp.vmi.selenium.selenese.SeleneseCommandErrorException
Constructor.
SeleneseRunnerMutator - Class in jp.vmi.selenium.selenese
Substitute for CompoundMutator without static base URL.
SeleneseRunnerMutator(Context) - Constructor for class jp.vmi.selenium.selenese.SeleneseRunnerMutator
Constructor.
SeleneseRunnerOptions - Class in jp.vmi.selenium.selenese.config
Deprecated.
SeleneseRunnerOptions() - Constructor for class jp.vmi.selenium.selenese.config.SeleneseRunnerOptions
Deprecated.
 
SeleneseRunnerWindows - Class in jp.vmi.selenium.selenese.subcommand
 
SeleneseRunnerWindows(Context) - Constructor for class jp.vmi.selenium.selenese.subcommand.SeleneseRunnerWindows
 
SeleniumPattern(String) - Constructor for class jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern
Constructor.
SeleniumUtils - Class in jp.vmi.selenium.selenese.utils
Utilities for Selenium.
SeleniumUtils.SeleniumPattern - Class in jp.vmi.selenium.selenese.utils
string-matching pattern of SeleniumIDE.
SeleniumUtils.SeleniumPattern.Type - Enum in jp.vmi.selenium.selenese.utils
 
set(ICommand) - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
set(String, Object) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
Set option value by name.
set(Object, Object) - Method in class jp.vmi.selenium.selenese.config.OptionEntry
Set option value.
set(int, CommandResult) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
set(DriverOptions.DriverOption, String...) - Method in class jp.vmi.selenium.webdriver.DriverOptions
Set option key and value.
SET_SPEED - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
setArgs(String[]) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setBaseurl(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setBaseURL(String) - Method in class jp.vmi.selenium.selenese.Runner
Deprecated.
setChromedriver(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setChromeExperimentalOptions(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setCommandFactory(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setCommandLineArgs(String[]) - Method in class jp.vmi.html.result.HtmlResult
Set command line arguments.
setCommandLineArgs(String[]) - Method in class jp.vmi.junit.result.JUnitResult
Set command line arguments.
setCommandLineArgs(String[]) - Method in class jp.vmi.selenium.selenese.Runner
Set command line arguments.
setContext(Context) - Method in class jp.vmi.selenium.selenese.TestCase
Deprecated.
setContextForBackwardCompatibility(Selenese, Context) - Static method in class jp.vmi.selenium.selenese.Parser
Deprecated.
setCookieFilter(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setCookieFilter(CookieFilter) - Method in interface jp.vmi.selenium.selenese.Context
Set cookie filter.
setCookieFilter(CookieFilter) - Method in class jp.vmi.selenium.selenese.NullContext
 
setCookieFilter(CookieFilter) - Method in class jp.vmi.selenium.selenese.Runner
 
setCurrentTestCase(TestCase) - Method in interface jp.vmi.selenium.selenese.Context
Set current test-case.
setCurrentTestCase(TestCase) - Method in class jp.vmi.selenium.selenese.NullContext
 
setCurrentTestCase(TestCase) - Method in class jp.vmi.selenium.selenese.Runner
 
setDir(String) - Method in class jp.vmi.html.result.HtmlResult
Set HTML result directory.
setDir(String) - Method in class jp.vmi.junit.result.JUnitResult
Set XML result directory.
setDriver(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setDriver(WebDriver) - Method in class jp.vmi.selenium.selenese.Runner
Set WebDriver.
setDriverOptions(DriverOptions) - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Set current driver options.
setDriverSpecificCapabilities(DesiredCapabilities, DriverOptions) - Static method in class jp.vmi.selenium.webdriver.ChromeDriverFactory
set driver specific capabilities.
setDriverSpecificCapabilities(DesiredCapabilities, DriverOptions, boolean) - Static method in class jp.vmi.selenium.webdriver.FirefoxDriverFactory
set driver specific capabilities.
setEndLoop(EndLoop) - Method in interface jp.vmi.selenium.selenese.command.StartLoop
Set end-of-loop command.
setEndLoop(EndLoop) - Method in class jp.vmi.selenium.selenese.command.StoreFor
 
setEndLoop(EndLoop) - Method in class jp.vmi.selenium.selenese.command.While
 
setEndTime(long) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
Set end time.
setError(ITestCase, String, String) - Method in class jp.vmi.junit.result.JUnitResult
Set error in test-case.
setError(String, String) - Method in class jp.vmi.junit.result.TestCaseResult
Set error result.
setError(TestCaseResult) - Method in class jp.vmi.junit.result.TestSuiteResult
Set error when the test class failed to load
setFailure(ITestCase, String, String) - Method in class jp.vmi.junit.result.JUnitResult
Set failure in test-case.
setFailure(String, String) - Method in class jp.vmi.junit.result.TestCaseResult
Set failure result.
setFirefox(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setFormat(String, String, String, String, String, String) - Static method in class jp.vmi.selenium.selenese.utils.DateTimeUtils
Set date and time format.
setHeight(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setHelp(boolean) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setHighlight(boolean) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setHighlight(boolean) - Method in class jp.vmi.selenium.selenese.Runner
Set locator highlighting.
setHtmlResult(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setHtmlResultDir(String) - Method in class jp.vmi.selenium.selenese.Runner
Initialize HTMLResult.
setIedriver(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setIgnoredScreenshotCommand(boolean) - Method in class jp.vmi.selenium.selenese.Runner
Set ignore screenshot command flag.
setIgnoreScreenshotCommand(boolean) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setIgnoreScreenshotCommand(boolean) - Method in class jp.vmi.selenium.selenese.Runner
setInitialSpeed(long) - Method in class jp.vmi.selenium.selenese.Runner
Set initial speed at starting test-suite.
setInitialWindowSize(WebDriver, DriverOptions) - Method in class jp.vmi.selenium.webdriver.WebDriverFactory
 
setJUnitResultDir(String) - Method in class jp.vmi.selenium.selenese.Runner
Initialize JUnitResult.
setLabelCommand(Label) - Method in class jp.vmi.selenium.selenese.TestCase
Deprecated.
setLatestPageInformation(PageInformation) - Method in interface jp.vmi.selenium.selenese.Context
Set latest page information.
setLatestPageInformation(PageInformation) - Method in class jp.vmi.selenium.selenese.NullContext
 
setLatestPageInformation(PageInformation) - Method in class jp.vmi.selenium.selenese.Runner
 
setLogRecorder(LogRecorder) - Method in interface jp.vmi.junit.result.ITestCase
Set log recorder.
setLogRecorder(LogRecorder) - Method in class jp.vmi.selenium.selenese.ErrorTestCase
 
setLogRecorder(LogRecorder) - Method in class jp.vmi.selenium.selenese.TestCase
 
setNoExit(boolean) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setNoProxy(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setOrAddOptionValue(String, String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
Set or add option value by name.
setOverridingBaseURL(String) - Method in class jp.vmi.selenium.selenese.Runner
Set URL for overriding test-case base URL.
setPhantomjs(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setPrintStream(PrintStream) - Method in class jp.vmi.selenium.selenese.Runner
Set PrintStream for logging.
setProc(CustomCommandProcessor) - Method in class jp.vmi.selenium.selenese.command.CommandFactory
Deprecated.
setProc(SubCommandMap) - Method in class jp.vmi.selenium.selenese.command.CommandFactory
Deprecated.
setProc(SubCommandMap) - Method in class jp.vmi.selenium.selenese.TestCase
Deprecated.
setProfile(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setProfileDir(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setProxy(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setProxyPassword(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setProxyUser(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setRemoteBrowser(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setRemotePlatform(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setRemoteUrl(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setRemoteVersion(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setResult(Result) - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
Set result of this command.
setResult(Result) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
Set result.
setScreenshotAll(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setScreenshotAllDir(String) - Method in class jp.vmi.selenium.selenese.Runner
Set directory for storing screenshots at all commands.
setScreenshotDir(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setScreenshotDir(String) - Method in class jp.vmi.selenium.selenese.Runner
Set directory for storing screenshots.
setScreenshotOnFail(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setScreenshotOnFailDir(String) - Method in class jp.vmi.selenium.selenese.Runner
Set directory for storing screenshot on fail.
setSetSpeed(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setSingleInstance(boolean) - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Deprecated.
This does not work. Please just remove it.
SetSpeed - Class in jp.vmi.selenium.selenese.command
Command "setSpeed".
setSpeed(long) - Method in interface jp.vmi.selenium.selenese.Context
Set speed for setSpeed command.
setSpeed(long) - Method in class jp.vmi.selenium.selenese.NullContext
 
setSpeed(long) - Method in class jp.vmi.selenium.selenese.Runner
 
setStartLoop(StartLoop) - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
setStartLoop(StartLoop) - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
setStartLoop(StartLoop) - Method in interface jp.vmi.selenium.selenese.command.EndLoop
Set beginning-of-loop command.
setStartLoop(StartLoop) - Method in interface jp.vmi.selenium.selenese.command.ICommand
Set beginning-of-loop command.
setStartLoop(StartLoop) - Method in class jp.vmi.selenium.selenese.command.StartMarker
 
setStrictExitCode(boolean) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setSuccess(ITestCase) - Method in class jp.vmi.junit.result.JUnitResult
Set success.
setSuccess() - Method in class jp.vmi.junit.result.TestCaseResult
Set success result.
setTestTarget(T) - Method in class jp.vmi.junit.result.TestResult
Set test target.
SetTimeout - Class in jp.vmi.selenium.selenese.command
Command "setTimeout".
setTimeout(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setTimeout(int) - Method in interface jp.vmi.selenium.selenese.Context
Set timeout for waiting.
setTimeout(int) - Method in class jp.vmi.selenium.selenese.NullContext
 
setTimeout(int) - Method in class jp.vmi.selenium.selenese.Runner
 
setupProxy(DesiredCapabilities, DriverOptions) - Method in class jp.vmi.selenium.webdriver.WebDriverFactory
 
setupRunner(Runner, IConfig, String...) - Method in class jp.vmi.selenium.selenese.Main
Setup Runner by configuration.
setVar(Object, String) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
setVar(Object, String) - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Deprecated.
setVarsMap(VarsMap) - Method in class jp.vmi.selenium.selenese.Runner
Set variables map used for this session.
setWebDriverFactory(WebDriverFactory) - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Set current WebDriverFactory.
setWebDriverFactory(String) - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Set current WebDriverFactory name.
setWebDriverName(String) - Method in class jp.vmi.selenium.selenese.TestSuite
Set WebDriver name.
setWebDriverPreparator(WebDriverPreparator) - Method in class jp.vmi.selenium.selenese.Runner
Set WebDriverPreparator.
setWidth(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setXmlResult(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
showHelp(PrintWriter, String, String, String, String...) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
Show help message.
size() - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
size() - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
 
skipped - Variable in class jp.vmi.junit.result.FailsafeSummary
 
Skipped() - Constructor for class jp.vmi.junit.result.SkippedAdapter.Skipped
 
SkippedAdapter - Class in jp.vmi.junit.result
marshaling and unmarshaling "skipped" tag.
SkippedAdapter() - Constructor for class jp.vmi.junit.result.SkippedAdapter
 
SkippedAdapter.Skipped - Class in jp.vmi.junit.result
Skipped
sleep(long) - Static method in class jp.vmi.selenium.selenese.utils.Wait
Sleep without checked exception.
start() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
Start time.
start(long) - Method in class jp.vmi.selenium.selenese.utils.StopWatch
Start time.
StartLoop - Interface in jp.vmi.selenium.selenese.command
Interface for beginning-of-loop commands.
StartLoopImpl - Class in jp.vmi.selenium.selenese.command
Default implementation for StartLoop.
StartMarker - Class in jp.vmi.selenium.selenese.command
Start marker for result sequence.
StartMarker(ICommand, String) - Constructor for class jp.vmi.selenium.selenese.command.StartMarker
Constructor.
startTestCase(ITestTarget, ITestCase) - Method in class jp.vmi.junit.result.JUnitResult
Start test-case.
startTestSuite(ITestSuite) - Method in class jp.vmi.junit.result.JUnitResult
Start test-suite.
StopWatch - Class in jp.vmi.selenium.selenese.utils
Record log message.
StopWatch() - Constructor for class jp.vmi.selenium.selenese.utils.StopWatch
 
Store - Class in jp.vmi.selenium.selenese.command
Command "store".
StoreFor - Class in jp.vmi.selenium.selenese.command
Command "storeFor".
STRICT_EXIT_CODE - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
strictExitCode - Variable in enum jp.vmi.selenium.selenese.result.Result.Level
 
stringPattern - Variable in class jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern
String of pattern.
StringRenderer - Class in jp.vmi.html.result
String renderer for JMTE.
StringRenderer() - Constructor for class jp.vmi.html.result.StringRenderer
 
SubCommandMap - Class in jp.vmi.selenium.selenese.subcommand
Replacement of WebDriverCommandProcessor for extention.
SubCommandMap(Context) - Constructor for class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Constructor.
subList(int, int) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
Success - Class in jp.vmi.selenium.selenese.result
Result of success.
Success(String) - Constructor for class jp.vmi.selenium.selenese.result.Success
Constructor.
SUCCESS - Static variable in class jp.vmi.selenium.selenese.result.Success
Default success
summary - Variable in class jp.vmi.html.result.TestSuiteTree.Node
 
superFindElement(WebDriver, String) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
call findElement of superclass.
switchTo() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
SystemInformation - Class in jp.vmi.selenium.selenese.utils
System Information.

T

takeScreenshot(String) - Method in class jp.vmi.selenium.selenese.Runner
 
takeScreenshot(String) - Method in interface jp.vmi.selenium.selenese.ScreenshotHandler
Take screenshot to filename.
takeScreenshotAll(String, int) - Method in class jp.vmi.selenium.selenese.Runner
 
takeScreenshotAll(String, int) - Method in interface jp.vmi.selenium.selenese.ScreenshotHandler
Take screenshot at all commands if --screenshot-all option specified.
takeScreenshotOnFail(String, int) - Method in class jp.vmi.selenium.selenese.Runner
 
takeScreenshotOnFail(String, int) - Method in interface jp.vmi.selenium.selenese.ScreenshotHandler
Take screenshot on fail commands if --screenshot-on-fail option specified.
TestCase - Class in jp.vmi.selenium.selenese
test-case object for execution.
TestCase() - Constructor for class jp.vmi.selenium.selenese.TestCase
 
TestCaseParser - Class in jp.vmi.selenium.selenese
Parse Selenese script of test-case.
TestCaseParser(String, Document, String) - Constructor for class jp.vmi.selenium.selenese.TestCaseParser
 
TestCaseResult - Class in jp.vmi.junit.result
testcase element.
TestCaseResult() - Constructor for class jp.vmi.junit.result.TestCaseResult
 
TestResult<T extends ITestTarget> - Class in jp.vmi.junit.result
Test result interface.
TestResult() - Constructor for class jp.vmi.junit.result.TestResult
 
testSuite - Variable in class jp.vmi.html.result.TestSuiteTree.Node
 
TestSuite - Class in jp.vmi.selenium.selenese
test-suite object for execution.
TestSuite() - Constructor for class jp.vmi.selenium.selenese.TestSuite
 
TestSuiteParser - Class in jp.vmi.selenium.selenese
Parse Selenese script of test-suite.
TestSuiteParser(String, Document) - Constructor for class jp.vmi.selenium.selenese.TestSuiteParser
 
TestSuiteResult - Class in jp.vmi.junit.result
Result of test-suite.
TestSuiteResult() - Constructor for class jp.vmi.junit.result.TestSuiteResult
 
TestSuiteSummary - Class in jp.vmi.html.result
Test-suite summary.
TestSuiteSummary() - Constructor for class jp.vmi.html.result.TestSuiteSummary
 
TestSuiteTree - Class in jp.vmi.html.result
Test-suite tree for HTML result.
TestSuiteTree() - Constructor for class jp.vmi.html.result.TestSuiteTree
 
TestSuiteTree.Node - Class in jp.vmi.html.result
 
testTarget - Variable in class jp.vmi.junit.result.TestResult
 
timeout - Variable in class jp.vmi.junit.result.FailsafeSummary
 
TIMEOUT - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
TimeRenderer - Class in jp.vmi.html.result
Time with millisecond renderer for JMTE.
TimeRenderer() - Constructor for class jp.vmi.html.result.TimeRenderer
 
toArray() - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
toArray(T[]) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
toList(ScriptEngine, Object) - Static method in class jp.vmi.script.JSList
JavaScript object to List.
toMap(ScriptEngine, Object) - Static method in class jp.vmi.script.JSMap
JavaScript object to Map.
toString() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
toString() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
toString() - Method in class jp.vmi.selenium.selenese.command.CommandSequence
 
toString() - Method in class jp.vmi.selenium.selenese.command.Comment
 
toString() - Method in class jp.vmi.selenium.selenese.ErrorSource
 
toString() - Method in class jp.vmi.selenium.selenese.locator.Locator
 
toString() - Method in class jp.vmi.selenium.selenese.log.CookieKey
 
toString() - Method in class jp.vmi.selenium.selenese.log.CookieValue
 
toString() - Method in class jp.vmi.selenium.selenese.result.Result
 
toString() - Method in class jp.vmi.selenium.selenese.subcommand.WDCommand
 
toString() - Method in class jp.vmi.selenium.selenese.TestCase
 
toString() - Method in class jp.vmi.selenium.selenese.TestSuite
 
toString() - Method in class jp.vmi.selenium.selenese.utils.LogRecorder.LogMessage
 
toString() - Method in class jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern
 
toString() - Method in class jp.vmi.selenium.webdriver.DriverOptions
 
toString() - Method in class jp.vmi.selenium.webdriver.WebDriverFactory
 
type - Variable in class jp.vmi.selenium.selenese.config.OptionEntry
 
type - Variable in class jp.vmi.selenium.selenese.locator.Locator
locator type.
type - Variable in class jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern
Type of string-matching pattern.

U

Unexecuted - Class in jp.vmi.selenium.selenese.result
Result of Unexecuted.
UNEXECUTED - Static variable in class jp.vmi.selenium.selenese.result.Unexecuted
Default unexecuted
unhighlight() - Method in interface jp.vmi.selenium.selenese.highlight.HighlightHandler
Unhighlight backed up styles.
unhighlight() - Method in class jp.vmi.selenium.selenese.Runner
 
unmarshal(SkippedAdapter.Skipped) - Method in class jp.vmi.junit.result.SkippedAdapter
 
unwrap() - Method in class jp.vmi.script.JSList
Unwrap object.
unwrap() - Method in class jp.vmi.script.JSMap
Unwrap object.
unwrap() - Method in class jp.vmi.script.JSWrapper
Unwrap object.
update(Result) - Method in class jp.vmi.selenium.selenese.result.Result
Update total result.
URI_RE - Static variable in class jp.vmi.selenium.selenese.utils.EscapeUtils
Regex pattern for URI encode.
UrlEncodeRenderer - Class in jp.vmi.html.result
URL encode renderer for JMTE.
UrlEncodeRenderer() - Constructor for class jp.vmi.html.result.UrlEncodeRenderer
 
UserDefinedCommandFactory - Interface in jp.vmi.selenium.selenese.command
Deprecated.

V

value - Variable in class jp.vmi.selenium.selenese.log.CookieValue
 
value - Variable in enum jp.vmi.selenium.selenese.result.Result.Level
 
valueOf(String) - Static method in enum jp.vmi.selenium.selenese.command.ArgumentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jp.vmi.selenium.selenese.log.CookieFilter.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jp.vmi.selenium.selenese.result.Result.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jp.vmi.selenium.selenese.Selenese.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jp.vmi.selenium.selenese.subcommand.GetSelected.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jp.vmi.selenium.selenese.subcommand.MouseEventHandler.MouseEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jp.vmi.selenium.selenese.utils.LogRecorder.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jp.vmi.selenium.webdriver.DriverOptions.DriverOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum jp.vmi.selenium.selenese.command.ArgumentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jp.vmi.selenium.selenese.log.CookieFilter.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
 
values() - Static method in enum jp.vmi.selenium.selenese.result.Result.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jp.vmi.selenium.selenese.Selenese.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jp.vmi.selenium.selenese.subcommand.GetSelected.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jp.vmi.selenium.selenese.subcommand.MouseEventHandler.MouseEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jp.vmi.selenium.selenese.utils.LogRecorder.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jp.vmi.selenium.webdriver.DriverOptions.DriverOption
Returns an array containing the constants of this enum type, in the order they are declared.
VariableDeclarationWithDynamicValue - Class in jp.vmi.selenium.selenese
Variable declaration with dynamic value.
VariableDeclarationWithDynamicValue(String, VariableDeclarationWithDynamicValue.DynamicValue) - Constructor for class jp.vmi.selenium.selenese.VariableDeclarationWithDynamicValue
Constructor.
VariableDeclarationWithDynamicValue.DynamicValue - Interface in jp.vmi.selenium.selenese
 
VarsMap - Class in jp.vmi.selenium.selenese
Variable Map.
VarsMap() - Constructor for class jp.vmi.selenium.selenese.VarsMap
Constructor.

W

Wait - Class in jp.vmi.selenium.selenese.utils
Re-implement "com.thoughtworks.selenium.Wait".
Wait(long) - Constructor for class jp.vmi.selenium.selenese.utils.Wait
Constructor.
wait(long, long, Wait.StopCondition) - Method in class jp.vmi.selenium.selenese.utils.Wait
Wait until the wait-stop condition returns true or time runs out.
Wait.StopCondition - Interface in jp.vmi.selenium.selenese.utils
Wait-stop condition.
WaitForCondition - Class in jp.vmi.selenium.selenese.command
An implementation of "waitForCondition".
WaitForPageToLoad - Class in jp.vmi.selenium.selenese.command
Re-implementation of "waitForPageToLoad".
waitSpeed() - Method in interface jp.vmi.selenium.selenese.Context
Wait according to speed setting.
waitSpeed() - Method in class jp.vmi.selenium.selenese.NullContext
 
waitSpeed() - Method in class jp.vmi.selenium.selenese.Runner
 
Warning - Class in jp.vmi.selenium.selenese.result
Result of warning.
Warning(String) - Constructor for class jp.vmi.selenium.selenese.result.Warning
Constructor.
WDCommand - Class in jp.vmi.selenium.selenese.subcommand
WDCP command with the information.
WDCommand(SeleneseCommand<?>, String, ArgumentType...) - Constructor for class jp.vmi.selenium.selenese.subcommand.WDCommand
Constructor.
WEBDRIVER_FACTORY - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
System property name for user defined WebDriverFactory.
WEBDRIVER_FIREFOX_BIN - Static variable in class jp.vmi.selenium.webdriver.FirefoxDriverFactory
System property name for specifying Firefox binary.
WebDriverElementFinder - Class in jp.vmi.selenium.selenese.locator
WebDriver Element Locator.
WebDriverElementFinder() - Constructor for class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Constructor.
WebDriverFactory - Class in jp.vmi.selenium.webdriver
Abstract class of factoryName for WebDrivers.
WebDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.WebDriverFactory
 
WebDriverManager - Class in jp.vmi.selenium.webdriver
Manager of WebDriver instances.
WebDriverPreparator - Interface in jp.vmi.selenium.webdriver
WebDriver reviver.
While - Class in jp.vmi.selenium.selenese.command
Command "while".
WIDTH - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
WindowMaximize - Class in jp.vmi.selenium.selenese.command
Command "windowMaximize".

X

XML_RESULT - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
XPATH - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2016. All rights reserved.