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

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.
AbstractTestElementIterator<E extends TestElementEntry> - Class in jp.vmi.selenium.selenese.parser
Abstrat class for implementing test element iterator.
AbstractTestElementIterator(String) - Constructor for class jp.vmi.selenium.selenese.parser.AbstractTestElementIterator
Constructor.
actionPerformed(Alert) - Method in interface jp.vmi.selenium.selenese.AlertActionListener
Performs the action to alert.
add(int, CommandResult) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
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.config.DefaultConfig
Add value to option which has multiple parameters by name.
add(String, String) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Add user defined handler of element finder.
add(ICommand) - Method in class jp.vmi.selenium.selenese.command.CommandList
Add command.
add(ICommand) - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
add(CommandResult) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
add(TestSuite, TestSuiteSummary) - Method in class jp.vmi.html.result.TestSuiteTree
Add test-suite and it's summary.
add(Cookie) - Method in class jp.vmi.selenium.selenese.log.CookieMap
Add cookie information.
addAll(int, Collection<? extends CommandResult>) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
addAll(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".
addCommand(Function<Integer, ICommand>) - Method in class jp.vmi.selenium.selenese.TestCase
Add command to command list.
addCommand(SideCommand) - Method in class jp.vmi.selenium.runner.model.side.SideTest
 
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.
AddLocationStrategy - Class in jp.vmi.selenium.selenese.command
Re-implementation of AddLocationStrategy.
addLogFilter(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
addProperty(String, String) - Method in class jp.vmi.junit.result.TestSuiteResult
Add property.
addProperty(ITestSuite, String, String) - Method in class jp.vmi.junit.result.JUnitResult
Add property in test-suite.
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 interface jp.vmi.selenium.selenese.command.ICommand
Add screenshot image.
addScreenshot(String, String) - Method in class jp.vmi.selenium.selenese.command.StartMarker
 
AddSelection - Class in jp.vmi.selenium.selenese.command
Command "addSelection".
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.
addSuite(SideSuite) - Method in class jp.vmi.selenium.runner.model.side.SideFile
 
addTest(SideTest) - Method in class jp.vmi.selenium.runner.model.side.SideFile
 
addTest(SideTest) - Method in class jp.vmi.selenium.runner.model.side.SideSuite
 
addTestCase(TestCase) - Method in interface jp.vmi.selenium.selenese.parser.TestProjectReader
Add test-case.
addTestCaseResult(TestCaseResult) - Method in class jp.vmi.junit.result.TestSuiteResult
Add TestCaseResult instance.
addTestSuite(TestSuite, SideFile, List<String>, Set<String>) - Static method in class jp.vmi.selenium.runner.converter.Converters
 
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".
addToTestCase(TestCase, ICommandFactory) - Method in class jp.vmi.selenium.selenese.parser.CommandEntry
Add command to test case.
addVar(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
ALERT_TEXT - jp.vmi.selenium.runner.model.ArgTypes
alert text
AlertActionListener - Interface in jp.vmi.selenium.selenese
action class for native alert dialog.
ALERTS_POLICY - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--alerts-policy
ALERTS_POLICY - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
all() - Static method in enum jp.vmi.selenium.selenese.log.LogFilter
Enable all page information logging.
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.
AllowNativeXpath - Class in jp.vmi.selenium.selenese.command
Re-implementation of AllowNativeXPath.
altKeyDown() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
 
AltKeyDown - Class in jp.vmi.selenium.selenese.command
Command "altKeyDown".
altKeyUp() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
 
AltKeyUp - Class in jp.vmi.selenium.selenese.command
Command "altKeyUp".
ANSWER - jp.vmi.selenium.runner.model.ArgTypes
answer
AnswerOnNextNativeAlert - Class in jp.vmi.selenium.selenese.command
Command "answerOnNextNativeAlert".
answerOnNextPrompt(WebDriver, String) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
Set answer message for prompt.
AnswerOnNextPrompt - Class in jp.vmi.selenium.selenese.command
Command "answerOnNextPrompt".
appendInterceptors(T[], T...) - Static method in class jp.vmi.selenium.selenese.inject.BindModule
Append custom interceptors to original interceptors.
appendStringLiteral(StringBuilder, String) - Static method in class jp.vmi.selenium.selenese.utils.XPathUtils
Append string literal in XPath context.
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.
arg - Variable in class jp.vmi.selenium.selenese.locator.OptionLocator
argument for locator type.
ARGS - Static variable in class jp.vmi.script.JSWrapper
arguments name.
argType - Variable in enum jp.vmi.selenium.selenese.command.ArgumentType
Argument type of Selenium IDE TNG
ArgTypes - Enum in jp.vmi.selenium.runner.model
Argument types.
ArgumentInfo - Interface in jp.vmi.selenium.selenese
Command arguments inforamtion.
ArgumentType - Enum in jp.vmi.selenium.selenese.command
Type of command arguments.
ARRAY_VARIABLE_NAME - jp.vmi.selenium.runner.model.ArgTypes
array variable name
Assert - Class in jp.vmi.selenium.selenese.command
Command "assert".
Assertion - Class in jp.vmi.selenium.selenese.command
Commands of "assert*", "verify*", and "waitFor*".
AssignId - Class in jp.vmi.selenium.selenese.command
Re-implementation of AssignId.
AttachFile - Class in jp.vmi.selenium.selenese.command
Re-implementation of AttachFile.
ATTRIBUTE_LOCATOR - jp.vmi.selenium.runner.model.ArgTypes
attribute locator
ATTRIBUTE_LOCATOR - jp.vmi.selenium.selenese.command.ArgumentType
Attribute locator (with '@attribute_name')

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
 
blockEnd - Variable in class jp.vmi.selenium.selenese.command.BlockStartImpl
 
BlockEnd - Interface in jp.vmi.selenium.selenese.command
interface for end-of-block commands.
BlockEndImpl - Class in jp.vmi.selenium.selenese.command
Default implementation for EndLoop.
BlockStart - Interface in jp.vmi.selenium.selenese.command
Interface for beginning-of-block commands.
BlockStartImpl - Class in jp.vmi.selenium.selenese.command
Default implementation for BlockStart.
BROWSER_NAME - Static variable in class jp.vmi.selenium.webdriver.AppiumWebDriverFactory
 
BROWSER_NAME - Static variable in class jp.vmi.selenium.webdriver.ChromeDriverFactory
 
BROWSER_NAME - Static variable in class jp.vmi.selenium.webdriver.EdgeDriverFactory
 
BROWSER_NAME - Static variable in class jp.vmi.selenium.webdriver.FirefoxDriverFactory
 
BROWSER_NAME - Static variable in class jp.vmi.selenium.webdriver.HtmlUnitDriverFactory
 
BROWSER_NAME - Static variable in class jp.vmi.selenium.webdriver.IEDriverFactory
 
BROWSER_NAME - Static variable in class jp.vmi.selenium.webdriver.PhantomJSDriverFactory
Deprecated.
 
BROWSER_NAME - Static variable in class jp.vmi.selenium.webdriver.RemoteWebDriverFactory
 
BROWSER_NAME - Static variable in class jp.vmi.selenium.webdriver.SafariDriverFactory
 
BuiltInCommand - Class in jp.vmi.selenium.selenese.command
Commands implemented by WebDriverCommandProcessor or ISubCommand.

C

call(WebDriver, Object...) - Method in class jp.vmi.selenium.selenese.javascript.JSFunction
Call Javascript function.
capitalize(String) - Static method in class jp.vmi.selenium.selenese.utils.LangUtils
Capitalize string.
CaptureEntirePageScreenshot - Class in jp.vmi.selenium.selenese.command
Command "captureEntirePageScreenshot".
Check - Class in jp.vmi.selenium.selenese.command
Command "check".
children - Variable in class jp.vmi.html.result.TestSuiteTree.Node
 
ChooseCancelOnNextConfirmation - Class in jp.vmi.selenium.selenese.command
Command "echo".
ChooseCancelOnNextNativeAlert - Class in jp.vmi.selenium.selenese.command
Command "chooseCancelOnNextNativeAlert".
ChooseCancelOnNextPrompt - Class in jp.vmi.selenium.selenese.command
Command "chooseCancelOnNextPrompt".
ChooseOkOnNextConfirmation - Class in jp.vmi.selenium.selenese.command
Command "echo".
ChooseOkOnNextNativeAlert - Class in jp.vmi.selenium.selenese.command
Command "chooseOkOnNextNativeAlert".
CHROME - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
Chrome.
CHROME_EXPERIMENTAL_OPTIONS - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--chrome-experimental-options
CHROME_EXPERIMENTAL_OPTIONS - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
CHROME_EXTENSION - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--chrome-extension
CHROME_EXTENSION - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
CHROMEDRIVER - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--chromedriver
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 - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--cli-args
CLI_ARGS - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
Click - Class in jp.vmi.selenium.selenese.command
Command "click".
ClickAt - Class in jp.vmi.selenium.selenese.command
Command "clickAt".
close() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
Close - Class in jp.vmi.selenium.selenese.command
Command "close".
collectChildResults(Selenese.Type) - Method in class jp.vmi.selenium.selenese.result.Result
Collect child results specified Selenese.Type.
CollectionMap - Class in jp.vmi.selenium.selenese
Collection Map.
CollectionMap() - Constructor for class jp.vmi.selenium.selenese.CollectionMap
 
COMMAND_FACTORY - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
CommandDumper - Class in jp.vmi.selenium.selenese.utils
List supported commands.
CommandEntry - Class in jp.vmi.selenium.selenese.parser
Command entry in test case.
CommandFactory - Class in jp.vmi.selenium.selenese.command
Factory of selenese command.
CommandFactory() - Constructor for class jp.vmi.selenium.selenese.command.CommandFactory
Constructor.
CommandFactory(Context) - Constructor for class jp.vmi.selenium.selenese.command.CommandFactory
CommandFactory(SubCommandMapProvider) - Constructor for class jp.vmi.selenium.selenese.command.CommandFactory
Constructor.
CommandIterator - Interface in jp.vmi.selenium.selenese.parser
Test case iterator with iterable.
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.
CommandsJs - Class in jp.vmi.selenium.runner.model.utils
Instance of "Commands.js".
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.
CONDITIONAL_EXPRESSION - jp.vmi.selenium.runner.model.ArgTypes
conditional expression
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
 
containsIgnoreCase(String, String) - Static method in class jp.vmi.selenium.selenese.utils.LangUtils
Checks if s contains ss without case sensitivity.
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.
ContextMenu - Class in jp.vmi.selenium.selenese.command
Command "contextMenu".
CONTINUED_STATE - Static variable in interface jp.vmi.selenium.selenese.FlowControlState
State that this block is not finished yet.
controlKeyDown() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
 
ControlKeyDown - Class in jp.vmi.selenium.selenese.command
Command "controlKeyDown".
controlKeyUp() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
 
ControlKeyUp - Class in jp.vmi.selenium.selenese.command
Command "controlKeyUp".
convert(ILoggingEvent) - Method in class jp.vmi.selenium.selenese.utils.FDate
 
convert(Path, Path) - Method in class jp.vmi.selenium.runner.converter.Converter
 
Converter - Class in jp.vmi.selenium.runner.converter
Convert Selenese to Side format.
Converter() - Constructor for class jp.vmi.selenium.runner.converter.Converter
 
ConverterOptions - Class in jp.vmi.selenium.runner.converter
 
ConverterOptions() - Constructor for class jp.vmi.selenium.runner.converter.ConverterOptions
 
Converters - Class in jp.vmi.selenium.runner.converter
Convert Selenese to Side format.
Converters() - Constructor for class jp.vmi.selenium.runner.converter.Converters
 
convertLocators(String[]) - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
Deprecated.
convertLocators(String[]) - Method in interface jp.vmi.selenium.selenese.command.ICommand
Deprecated.
convertLocators(String[]) - Method in class jp.vmi.selenium.selenese.command.StartMarker
Deprecated.
convertSelenese(Selenese, List<String>, Set<String>) - Static method in class jp.vmi.selenium.runner.converter.Converters
 
convertTestCase(TestCase, List<String>) - Static method in class jp.vmi.selenium.runner.converter.Converters
 
convertToOptionLocatorWithParent(String, String) - Static method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Deprecated.
convertToString(T) - Static method in class jp.vmi.selenium.selenese.utils.SeleniumUtils
Convert to String from the result of execute().
ConvListGenerator - Class in jp.vmi.selenium.runner.converter
Conversion list generator.
ConvListGenerator(ConverterOptions) - Constructor for class jp.vmi.selenium.runner.converter.ConvListGenerator
 
COOKIE - jp.vmi.selenium.selenese.log.LogFilter
enable cookie logging.
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 - Variable in class jp.vmi.selenium.selenese.log.PageInformation
 
CookieMap - Class in jp.vmi.selenium.selenese.log
Map of Cookies.
CookieMap() - Constructor for class jp.vmi.selenium.selenese.log.CookieMap
 
CookieValue - Class in jp.vmi.selenium.selenese.log
Value of Cookie.
CookieValue(CookieKey, String, Date) - Constructor for class jp.vmi.selenium.selenese.log.CookieValue
 
COORD - jp.vmi.selenium.runner.model.ArgTypes
coord string
CreateCookie - Class in jp.vmi.selenium.selenese.command
Re-implementation of CreateCookie.
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.
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
 
CSS_LOCATOR - jp.vmi.selenium.runner.model.ArgTypes
css locator
CSS_LOCATOR - jp.vmi.selenium.selenese.command.ArgumentType
CSS locator (implies "css=")
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_MAX_RETRIES - Static variable in class jp.vmi.selenium.selenese.config.DefaultConfig
 
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 - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--define
DEFINE - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
DeleteAllVisibleCookies - Class in jp.vmi.selenium.selenese.command
Re-implementation of DeleteAllVisibleCookies.
DeleteCookie - Class in jp.vmi.selenium.selenese.command
Re-implementation of DeleteCookie.
DeselectPopUp - Class in jp.vmi.selenium.selenese.command
Command "deselectPopUp".
diffMessages(CookieFilter, CookieMap) - Method in class jp.vmi.selenium.selenese.log.CookieMap
Get differential cookies as string.
Do - Class in jp.vmi.selenium.selenese.command
Command "do".
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.
doHighlight(WebDriver, WebDriverElementFinder, Locator, 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
 
DoubleClick - Class in jp.vmi.selenium.selenese.command
Command "doubleClick".
DoubleClickAt - Class in jp.vmi.selenium.selenese.command
Command "doubleClickAt".
doubleToString(double) - Static method in class jp.vmi.selenium.selenese.utils.SeleniumUtils
Stringify the double value.
DragAndDrop - Class in jp.vmi.selenium.selenese.command
Re-implementation of DragAndDrop.
DragAndDropToObject - Class in jp.vmi.selenium.selenese.command
Re-implementation of DragAndDropToObject.
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.NodeIterator
Wrap DOM the node list with Iterable.
Echo - Class in jp.vmi.selenium.selenese.command
Command "echo".
EDGE - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
Edge.
EDGEDRIVER - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--edgedriver
EDGEDRIVER - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
EdgeDriverFactory - Class in jp.vmi.selenium.webdriver
Factory of EdgeDriver.
EdgeDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.EdgeDriverFactory
 
EditContent - Class in jp.vmi.selenium.selenese.command
Command "EditContent".
ELEMENT_STYLES - Static variable in class jp.vmi.selenium.selenese.highlight.HighlightStyle
element styles.
Else - Class in jp.vmi.selenium.selenese.command
Command "else".
ElseIf - Class in jp.vmi.selenium.selenese.command
Command "if".
EMPTY - Static variable in class jp.vmi.selenium.selenese.log.PageInformation
 
EMPTY - Static variable in class jp.vmi.selenium.selenese.TestCaseMap
Empty map of test-case.
EMPTY_ARRAY - Static variable in class jp.vmi.selenium.selenese.locator.Locator
the array of empty locators.
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.
End - Class in jp.vmi.selenium.selenese.command
Command "end".
EndFor - Class in jp.vmi.selenium.selenese.command
Command "endFor".
EndLoop - Interface in jp.vmi.selenium.selenese.command
Deprecated.
use BlockEnd instaed.
EndLoopImpl - Class in jp.vmi.selenium.selenese.command
Deprecated.
use BlockEndImpl instead.
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
 
entrySet() - Method in class jp.vmi.selenium.selenese.TestCaseMap
 
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(String) - Method in class jp.vmi.selenium.selenese.utils.LogRecorder
Log error message.
Error - Class in jp.vmi.selenium.selenese.result
Result of error.
Error(Exception) - Constructor for class jp.vmi.selenium.selenese.result.Error
Constructor.
Error(String) - Constructor for class jp.vmi.selenium.selenese.result.Error
Constructor.
Error(String, Exception) - Constructor for class jp.vmi.selenium.selenese.result.Error
Constructor.
Error(Result) - Constructor for class jp.vmi.selenium.selenese.result.Error
Constructor.
ERROR - jp.vmi.selenium.selenese.result.Result.Level
 
ERROR - jp.vmi.selenium.selenese.utils.LogRecorder.Level
 
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
 
ErrorTestProject - Class in jp.vmi.selenium.selenese
Test-suite with errors.
ErrorTestProject() - Constructor for class jp.vmi.selenium.selenese.ErrorTestProject
 
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.
escapeJSString(String) - Static method in class jp.vmi.selenium.selenese.utils.EscapeUtils
JavaScript String.
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(Context, String) - Method in class jp.vmi.selenium.selenese.Eval
Evaluate script including "storedVars" variable.
eval(Context, String, String) - Method in class jp.vmi.selenium.selenese.Eval
Evaluate script including "storedVars" variable.
Eval - Class in jp.vmi.selenium.selenese
Evaluator of script including "storedVars" variable.
Eval() - Constructor for class jp.vmi.selenium.selenese.Eval
 
evalCurArgs(Context, String[]) - Method in class jp.vmi.selenium.selenese.command.CommandList
 
EXACT - jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern.Type
 
execute(Context, long) - Static method in class jp.vmi.selenium.selenese.command.WaitForPageToLoad
Wait for page to load.
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
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, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetAlert
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetAllButtons
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetAllFields
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetAllLinks
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetAllWindowNames
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetAllWindowTitles
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetAttribute
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetAttributeFromAllWindows
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetBodyText
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetConfirmation
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetCookie
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetCookieByName
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetCssCount
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetCursorPosition
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetElementHeight
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetElementIndex
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetElementPositionLeft
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetElementPositionTop
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetElementWidth
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetEval
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetExpression
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetHtmlSource
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetLocation
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetNativeAlert
 
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.GetSelectOptions
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetSpeed
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetTable
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetText
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetTitle
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetValue
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetWindowHandle
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetXpathCount
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.IsAlertPresent
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.IsChecked
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.IsConfirmationPresent
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.IsCookiePresent
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.IsEditable
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.IsElementPresent
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.IsNativeAlertPresent
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.IsOrdered
 
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 class jp.vmi.selenium.selenese.subcommand.IsTextPresent
 
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.IsVisible
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.MouseEventHandler
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.NoOp
 
execute(Context, CommandResultList) - Method in class jp.vmi.selenium.selenese.command.CommandList
Execute command list.
execute(Selenese) - Method in class jp.vmi.selenium.selenese.Runner
Execute test-suite / test-case.
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, Context) - Method in interface jp.vmi.selenium.selenese.Selenese
Execute script.
execute(Selenese, Context) - Method in class jp.vmi.selenium.selenese.TestCase
 
execute(Selenese, Context) - Method in class jp.vmi.selenium.selenese.TestProject
 
execute(Selenese, Context) - Method in class jp.vmi.selenium.selenese.TestSuite
 
execute(K, V) - Method in interface jp.vmi.script.JSMap.EntrySetCallback
 
executeAsyncScript(String, Object...) - Method in interface jp.vmi.selenium.selenese.Context
Executes JavaScript in the context of the currently selected frame or window.
ExecuteAsyncScript - Class in jp.vmi.selenium.selenese.command
Command "executeScript".
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.AddLocationStrategy
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.AddSelection
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.AddToCollection
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.AllowNativeXpath
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.AltKeyDown
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.AltKeyUp
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.AnswerOnNextNativeAlert
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.AnswerOnNextPrompt
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Assert
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Assertion
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.AssignId
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.AttachFile
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.BlockEndImpl
 
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.Check
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.ChooseCancelOnNextConfirmation
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.ChooseCancelOnNextNativeAlert
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.ChooseCancelOnNextPrompt
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.ChooseOkOnNextConfirmation
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.ChooseOkOnNextNativeAlert
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Click
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.ClickAt
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Close
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Comment
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.ContextMenu
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.ControlKeyDown
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.ControlKeyUp
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.CreateCookie
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.DeleteAllVisibleCookies
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.DeleteCookie
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.DeselectPopUp
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Do
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.DoubleClick
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.DoubleClickAt
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.DragAndDrop
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.DragAndDropToObject
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Echo
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.EditContent
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Else
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.ElseIf
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.ExecuteAsyncScript
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.ExecuteScript
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.FireEvent
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Focus
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.ForEach
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.GoBack
 
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.If
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Include
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.KeyDown
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.KeyPress
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.KeyUp
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Label
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.MetaKeyDown
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.MetaKeyUp
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Nop
 
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.Refresh
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.RemoveAllSelections
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.RemoveSelection
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.RepeatIf
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Rollup
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Run
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.RunScript
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Select
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.SelectFrame
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.SelectPopUp
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.SelectWindow
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.SetCursorPosition
 
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.SetWindowSize
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.ShiftKeyDown
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.ShiftKeyUp
 
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.StoreJson
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Submit
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Times
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Type
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.TypeKeys
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Uncheck
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.UseXpathLibrary
 
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.WaitForPopUp
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.While
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.WindowFocus
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.WindowMaximize
 
executeScript(String, Object...) - Method in interface jp.vmi.selenium.selenese.Context
Executes JavaScript in the context of the currently selected frame or window.
ExecuteScript - Class in jp.vmi.selenium.selenese.command
Command "executeScript".
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(Result.Level) - Method in class jp.vmi.selenium.selenese.Main
 
exitCode - Variable in enum jp.vmi.selenium.selenese.result.Result.Level
 
EXPECTED_VALUE - jp.vmi.selenium.runner.model.ArgTypes
expected value
expiry - Variable in class jp.vmi.selenium.selenese.log.CookieValue
 
EXPRESSION - jp.vmi.selenium.runner.model.ArgTypes
expression
extractLocators(String[]) - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
extractLocators(String[]) - Method in interface jp.vmi.selenium.selenese.command.ICommand
Extract locators from arguments.
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(Exception) - Constructor for class jp.vmi.selenium.selenese.result.Failure
Constructor.
Failure(String) - Constructor for class jp.vmi.selenium.selenese.result.Failure
Constructor.
Failure(Result) - Constructor for class jp.vmi.selenium.selenese.result.Failure
Constructor.
FAILURE - jp.vmi.selenium.selenese.result.Result.Level
 
failureMessage - Variable in class jp.vmi.junit.result.FailsafeSummary
 
failures - Variable in class jp.vmi.junit.result.FailsafeSummary
 
FATAL - jp.vmi.selenium.selenese.result.Result.Level
 
FDate - Class in jp.vmi.selenium.selenese.utils
Date/Time formatter by FastDateFormat.
FDate() - Constructor for class jp.vmi.selenium.selenese.utils.FDate
 
finalize() - Method in class jp.vmi.selenium.webdriver.WebDriverManager
 
findElement(String) - Method in interface jp.vmi.selenium.selenese.Context
Find an element
findElement(By) - Method in class jp.vmi.selenium.webdriver.NullDriver
 
findElement(WebDriver, String) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Find an element.
findElement(WebDriver, Locator) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Find an element.
findElement(WebDriver, Locator, List<Locator>) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Find an element of specified locator.
findElements(String) - Method in interface jp.vmi.selenium.selenese.Context
Find elements
findElements(By) - Method in class jp.vmi.selenium.webdriver.NullDriver
 
findElements(WebDriver, String) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Find elements of specified locator.
findElements(WebDriver, Locator) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Find elements of specified locator.
findElements(WebDriver, Locator, List<Locator>) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Find elements of specified locator.
findElementWithTimeout(WebDriver, String, boolean, int) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Find an element.
findElementWithTimeout(WebDriver, Locator, boolean, int) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Find an element.
findOptions(WebElement, OptionLocator) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Find "option" elements of specified option locator.
finish() - Method in class jp.vmi.selenium.selenese.Runner
Finish test.
FINISHED_STATE - Static variable in interface jp.vmi.selenium.selenese.FlowControlState
State that this block is finished.
fireEvent(WebDriver, WebElement, String) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
Fire event.
FireEvent - Class in jp.vmi.selenium.selenese.command
Re-implementation of FireEvent.
FIREFOX - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--firefox
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
 
FlowControlState - Interface in jp.vmi.selenium.selenese
Interface of flow control state.
Focus - Class in jp.vmi.selenium.selenese.command
Command "focus".
ForEach - Class in jp.vmi.selenium.selenese.command
Command "forEach".
FORM_LOCATOR - jp.vmi.selenium.runner.model.ArgTypes
form locator
formatIso8601(long) - Static method in class jp.vmi.selenium.selenese.utils.DateTimeUtils
Format time as ISO8601.
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.
FunctionDeclaration - Class in jp.vmi.selenium.selenese.mutator
Models a function declaration.
FunctionDeclaration(String, String) - Constructor for class jp.vmi.selenium.selenese.mutator.FunctionDeclaration
 

G

GECKODRIVER - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--geckodriver
GECKODRIVER - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
generate(TestSuite) - Method in class jp.vmi.html.result.HtmlResult
Generate HTML result.
generateConversionList() - Method in class jp.vmi.selenium.runner.converter.ConvListGenerator
 
generateConversionList(String...) - Method in class jp.vmi.selenium.runner.converter.ConvListGenerator
 
generateExceptionMessage(StringBuilder, Exception) - Method in class jp.vmi.selenium.selenese.result.Result
Generate exception message.
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.
generatePatternForCodePresence(String) - Static method in class jp.vmi.selenium.selenese.mutator.MutatorUtils
Generate the pattern for testing presence of the code.
get() - Method in class jp.vmi.selenium.webdriver.WebDriverManager
 
get(int) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
get(Object) - Method in class jp.vmi.script.JSMap
 
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(Object) - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
 
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) - Method in interface jp.vmi.selenium.selenese.config.IConfig
Get option value.
get(String) - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Get sub-command.
get(String) - Method in class jp.vmi.selenium.webdriver.NullDriver
 
get(String, T) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
Get option value by name.
get(String, T) - Method in interface jp.vmi.selenium.selenese.config.IConfig
Get option value or default value.
get(DriverOptions.DriverOption) - Method in class jp.vmi.selenium.webdriver.DriverOptions
Get option value.
GetAlert - Class in jp.vmi.selenium.selenese.subcommand
"getAlert".
GetAlert() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetAlert
 
getAlertsPolicy() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getAlertsPolicy() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
GetAllButtons - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetAllButtons.
GetAllButtons() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetAllButtons
Constructor.
GetAllFields - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetAllFields.
GetAllFields() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetAllFields
Constructor.
GetAllLinks - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetAllButtons.
GetAllLinks() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetAllLinks
Constructor.
GetAllWindowNames - Class in jp.vmi.selenium.selenese.subcommand
"getAllWindowNames".
GetAllWindowNames() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetAllWindowNames
Constructor.
GetAllWindowTitles - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetAllWindowTitles.
GetAllWindowTitles() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetAllWindowTitles
Constructor.
getArgs() - Method in class jp.vmi.selenium.runner.converter.ConverterOptions
 
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.
getArgumentCount() - Method in interface jp.vmi.selenium.selenese.ArgumentInfo
Get argument count.
getArgumentCount() - Method in class jp.vmi.selenium.selenese.command.Assertion
 
getArgumentCount() - Method in class jp.vmi.selenium.selenese.command.BuiltInCommand
 
getArgumentCount() - Method in class jp.vmi.selenium.selenese.command.Store
 
getArgumentCount() - Method in class jp.vmi.selenium.selenese.subcommand.MouseEventHandler
 
getArguments() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
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
 
GetAttribute - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetAttribute.
GetAttribute() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetAttribute
Constructor.
GetAttributeFromAllWindows - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetAttributeFromAllWindows.
GetAttributeFromAllWindows() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetAttributeFromAllWindows
Constructor.
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 interface jp.vmi.selenium.selenese.ITreedFileGenerator
Get base name.
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 interface jp.vmi.selenium.selenese.parser.CommandIterator
Get test case base URL.
getBaseURL() - Method in class jp.vmi.selenium.selenese.parser.SeleneseCommandIterator
 
getBaseURL() - Method in class jp.vmi.selenium.selenese.parser.SideCommandIterator
 
getBaseURL() - Method in class jp.vmi.selenium.selenese.TestCase
Get base URL in the test-case.
getBlockStart() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
getBlockStart() - Method in interface jp.vmi.selenium.selenese.command.ICommand
Get beginning-of-block command.
getBlockStart() - Method in class jp.vmi.selenium.selenese.command.StartMarker
 
GetBodyText - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetBodyText.
GetBodyText() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetBodyText
Constructor.
getBoolean(DriverOptions.DriverOption) - Method in class jp.vmi.selenium.webdriver.DriverOptions
Get option value as boolean.
getBrowserName() - Method in interface jp.vmi.selenium.selenese.Context
Get browser name.
getBrowserName() - Method in class jp.vmi.selenium.selenese.Runner
 
getBrowserName() - Method in class jp.vmi.selenium.webdriver.AppiumWebDriverFactory
 
getBrowserName() - Method in class jp.vmi.selenium.webdriver.ChromeDriverFactory
 
getBrowserName() - Method in class jp.vmi.selenium.webdriver.EdgeDriverFactory
 
getBrowserName() - Method in class jp.vmi.selenium.webdriver.FirefoxDriverFactory
 
getBrowserName() - Method in class jp.vmi.selenium.webdriver.HtmlUnitDriverFactory
 
getBrowserName() - Method in class jp.vmi.selenium.webdriver.IEDriverFactory
 
getBrowserName() - Method in class jp.vmi.selenium.webdriver.PhantomJSDriverFactory
Deprecated.
 
getBrowserName() - Method in class jp.vmi.selenium.webdriver.RemoteWebDriverFactory
 
getBrowserName() - Method in class jp.vmi.selenium.webdriver.SafariDriverFactory
 
getBrowserName() - Method in class jp.vmi.selenium.webdriver.WebDriverFactory
Get browser name.
getBrowserName() - Method in class jp.vmi.selenium.webdriver.WebDriverManager
 
getBrowserName() - Method in interface jp.vmi.selenium.webdriver.WebDriverPreparator
Get browser name.
getById(String) - Method in class jp.vmi.selenium.selenese.TestCaseMap
Get test-case by id.
getCapabilities() - Method in class jp.vmi.selenium.webdriver.DriverOptions
Get desired capabilities.
getChildResults() - Method in class jp.vmi.selenium.selenese.result.Result
Get child results.
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 interface jp.vmi.selenium.runner.model.ICommand
Get command name.
getCommand() - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
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
 
getCommandIteratorFactory() - Method in class jp.vmi.selenium.selenese.parser.SeleneseTestCaseIterator
 
getCommandIteratorFactory() - Method in class jp.vmi.selenium.selenese.parser.SideTestCaseIterator
 
getCommandIteratorFactory() - Method in interface jp.vmi.selenium.selenese.parser.TestCaseIterator
Get command iterator factory.
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
 
getCommands() - Method in interface jp.vmi.selenium.runner.model.ITest
Get list of commands.
getCommands() - Method in class jp.vmi.selenium.runner.model.side.SideTest
 
getCommands() - Method in class jp.vmi.selenium.runner.model.utils.CommandsJs
Get Commands.
getCommandSequence() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
Get command sequence.
getComment() - Method in interface jp.vmi.selenium.runner.model.ICommand
Get comment.
getComment() - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
GetConfirmation - Class in jp.vmi.selenium.selenese.subcommand
"getConfirmation".
GetConfirmation() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetConfirmation
 
GetCookie - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetCookie.
GetCookie() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetCookie
Constructor.
GetCookieByName - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetCookieByName.
GetCookieByName() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetCookieByName
Constructor.
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
 
getCursorPosition(WebDriver, WebElement) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
Get cursor poision in text field.
GetCursorPosition - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetCursorPosision.
GetCursorPosition() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetCursorPosition
Constructor.
getDefaultWindowSize(WebDriver) - Method in class jp.vmi.selenium.webdriver.HtmlUnitDriverFactory
 
getDefaultWindowSize(WebDriver) - Method in class jp.vmi.selenium.webdriver.PhantomJSDriverFactory
Deprecated.
 
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
 
getDescription() - Method in enum jp.vmi.selenium.runner.model.ArgTypes
Get description.
getDescription() - Method in interface jp.vmi.selenium.runner.model.ICommandSignature
Get description.
getDescription() - Method in class jp.vmi.selenium.runner.model.side.SideCommandSignature
 
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
 
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.
getEdgedriver() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getEdgedriver() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
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
 
GetElementHeight - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetElementHeight.
GetElementHeight() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetElementHeight
Constructor.
getElementIndex(WebDriver, WebElement) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
Get element index.
GetElementIndex - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetElementIndex.
GetElementIndex() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetElementIndex
Constructor.
GetElementPositionLeft - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetElementHeight.
GetElementPositionLeft() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetElementPositionLeft
Constructor.
GetElementPositionTop - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetElementPositionTop.
GetElementPositionTop() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetElementPositionTop
Constructor.
GetElementWidth - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetElementWidth.
GetElementWidth() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetElementWidth
Constructor.
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
 
GetExpression - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetExpression.
GetExpression() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetExpression
Constructor.
getFailures() - Method in class jp.vmi.junit.result.TestCaseResult
Get failure count.
getFailures() - Method in class jp.vmi.junit.result.TestSuiteResult
Get failure count.
getFileBaseName() - Method in interface jp.vmi.selenium.selenese.ITreedFileGenerator
Get file base name.
getFileBaseName(String) - Method in interface jp.vmi.selenium.selenese.ITreedFileGenerator
Get file base name with extension.
getFilename() - Method in interface jp.vmi.html.result.IHtmlResultTestCase
Get filename of test-case.
getFilename() - Method in interface jp.vmi.selenium.runner.model.IProject
Get filename.
getFilename() - Method in class jp.vmi.selenium.runner.model.side.SideProject
 
getFilename() - Method in class jp.vmi.selenium.selenese.ErrorSource
Get filename.
getFilename() - Method in exception jp.vmi.selenium.selenese.InvalidSeleneseException
Get filename of test case or test suite.
getFilename() - Method in class jp.vmi.selenium.selenese.parser.AbstractTestElementIterator
 
getFilename() - Method in class jp.vmi.selenium.selenese.parser.SeleneseIteratorFactory
Get filename.
getFilename() - Method in interface jp.vmi.selenium.selenese.parser.TestElementIterator
Get filename of this test element.
getFilename() - Method in class jp.vmi.selenium.selenese.TestCase
Get filename of test-case.
getFilenameForScreenshotAll(String, int) - Method in class jp.vmi.selenium.selenese.Runner
Get filename for screenshot all.
getFilenameForScreenshotOnFail(String, int) - Method in class jp.vmi.selenium.selenese.Runner
Get filename for screenshot on fail.
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
 
getFlowControlState(ICommand) - Method in interface jp.vmi.selenium.selenese.Context
Get flow control state.
getFlowControlState(ICommand) - Method in class jp.vmi.selenium.selenese.Runner
 
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
 
getGeckodriver() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getGeckodriver() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
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
 
GetHtmlSource - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetHtmlSource.
GetHtmlSource() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetHtmlSource
Constructor.
getId() - Method in enum jp.vmi.selenium.runner.model.ArgTypes
Get id.
getId() - Method in interface jp.vmi.selenium.runner.model.ICommand
Get id.
getId() - Method in interface jp.vmi.selenium.runner.model.ICommandSignature
Get id.
getId() - Method in interface jp.vmi.selenium.runner.model.Id
Get id of the model.
getId() - Method in class jp.vmi.selenium.runner.model.side.SideBase
 
getId() - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
getId() - Method in class jp.vmi.selenium.runner.model.side.SideCommandSignature
 
getId() - Method in class jp.vmi.selenium.runner.model.side.SideProject
 
getId() - Method in class jp.vmi.selenium.selenese.ErrorSource
 
getId() - Method in class jp.vmi.selenium.selenese.parser.AbstractTestElementIterator
 
getId() - Method in class jp.vmi.selenium.selenese.parser.SeleneseTestProjectReader
 
getId() - Method in class jp.vmi.selenium.selenese.parser.SideTestProjectReader
 
getId() - Method in interface jp.vmi.selenium.selenese.parser.TestElementIterator
Get id of this test element.
getId() - Method in interface jp.vmi.selenium.selenese.parser.TestProjectReader
Get test-project id.
getId() - Method in interface jp.vmi.selenium.selenese.Selenese
Get id.
getId() - Method in class jp.vmi.selenium.selenese.TestCase
 
getId() - Method in class jp.vmi.selenium.selenese.TestSuite
 
getIdir() - Method in class jp.vmi.selenium.runner.converter.ConverterOptions
 
getIedriver() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getIedriver() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getIext() - Method in class jp.vmi.selenium.runner.converter.ConverterOptions
 
getIndex() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
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.ErrorTestSuite
 
getIndex() - Method in interface jp.vmi.selenium.selenese.ITreedFileGenerator
Get index of this object in the parent object.
getIndex() - Method in class jp.vmi.selenium.selenese.locator.Locator
 
getIndex() - Method in class jp.vmi.selenium.selenese.TestSuite
 
getIndexes() - Method in interface jp.vmi.selenium.selenese.ITreedFileGenerator
Get indexes of this object from top level object.
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
 
getInputDir() - Method in class jp.vmi.selenium.runner.converter.ConvListGenerator
 
getInstance() - Static method in class jp.vmi.selenium.runner.model.side.SideCommandMetadata
Get instance.
getInstance() - Static method in class jp.vmi.selenium.selenese.utils.SystemInformation
Get system information.
getInstance() - Static method in class jp.vmi.selenium.selenese.utils.WindowSelector
Get WindowSelector instance.
getJavaVersion() - Method in class jp.vmi.selenium.selenese.utils.SystemInformation
 
getJavaVMName() - Method in class jp.vmi.selenium.selenese.utils.SystemInformation
 
getJSLibrary() - Method in interface jp.vmi.selenium.selenese.Context
Get JavaScript library handler.
getJSLibrary() - Method in class jp.vmi.selenium.selenese.NullContext
 
getJSLibrary() - Method in class jp.vmi.selenium.selenese.Runner
 
getJUnitResult() - Method in interface jp.vmi.junit.result.JUnitResultHolder
Get JUnit result instance.
getJUnitResult() - Method in class jp.vmi.selenium.selenese.Runner
 
getKey() - Method in class jp.vmi.selenium.selenese.utils.KeyValue
 
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.MaxTimeExceeded
 
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
 
GetLocation - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetLocation.
GetLocation() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetLocation
Constructor.
getLogFilter() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getLogFilter() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getLogFilter() - Method in interface jp.vmi.selenium.selenese.Context
Get list of disabled page information.
getLogFilter() - Method in class jp.vmi.selenium.selenese.NullContext
 
getLogFilter() - Method in class jp.vmi.selenium.selenese.Runner
 
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.
getMaxRetries() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getMaxRetries() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getMaxRetries() - Method in interface jp.vmi.selenium.selenese.Context
Get maximum number of retries allowed for a given test.
getMaxRetries() - Method in class jp.vmi.selenium.selenese.Runner
 
getMaxTime() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getMaxTime() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getMessage() - Method in exception jp.vmi.selenium.selenese.locator.WebDriverElementFinder.ElementFinderNoSuchElementException
 
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.
getModifierKeyState() - Method in interface jp.vmi.selenium.selenese.Context
Get modifier key state.
getModifierKeyState() - Method in class jp.vmi.selenium.selenese.NullContext
 
getModifierKeyState() - Method in class jp.vmi.selenium.selenese.Runner
 
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 enum jp.vmi.selenium.runner.model.ArgTypes
Get name.
getName() - Method in interface jp.vmi.selenium.runner.model.ICommandSignature
Get human readable name.
getName() - Method in interface jp.vmi.selenium.runner.model.IProject
Get name.
getName() - Method in class jp.vmi.selenium.runner.model.side.SideBase
 
getName() - Method in class jp.vmi.selenium.runner.model.side.SideCommandSignature
 
getName() - Method in class jp.vmi.selenium.runner.model.side.SideProject
 
getName() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
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 exception jp.vmi.selenium.selenese.InvalidSeleneseException
Get name of test case or test suite.
getName() - Method in interface jp.vmi.selenium.selenese.ITreedFileGenerator
Get name.
getName() - Method in class jp.vmi.selenium.selenese.parser.AbstractTestElementIterator
 
getName() - Method in interface jp.vmi.selenium.selenese.parser.TestElementIterator
Get name of this test element.
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.NoOp
 
getName() - Method in class jp.vmi.selenium.selenese.TestCase
 
getName() - Method in class jp.vmi.selenium.selenese.TestSuite
 
getNameFromFilename(String) - Static method in class jp.vmi.selenium.selenese.parser.ParserUtils
Get name from filename.
GetNativeAlert - Class in jp.vmi.selenium.selenese.subcommand
"getNativeAlert".
GetNativeAlert() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetNativeAlert
 
getNextAlert(WebDriver) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
Get next alert dialog message.
getNextConfirmation(WebDriver) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
Get next confirmation dialog message.
getNextNativeAlertActionListener() - Method in interface jp.vmi.selenium.selenese.Context
Get next native alert action.
getNextNativeAlertActionListener() - Method in class jp.vmi.selenium.selenese.NullContext
 
getNextNativeAlertActionListener() - Method in class jp.vmi.selenium.selenese.Runner
 
getNextPrompt(WebDriver) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
Get next prompt.
getNoProxy() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getNoProxy() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getOdir() - Method in class jp.vmi.selenium.runner.converter.ConverterOptions
 
getOext() - Method in class jp.vmi.selenium.runner.converter.ConverterOptions
 
getOperatingSystem() - Method in class jp.vmi.selenium.selenese.utils.SystemInformation
 
getOptionHandler(OptionLocator) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Get option locator handler.
getOutputDir() - Method in class jp.vmi.selenium.runner.converter.ConvListGenerator
 
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
 
getParent() - Method in class jp.vmi.selenium.selenese.ErrorTestSuite
 
getParent() - Method in interface jp.vmi.selenium.selenese.ITreedFileGenerator
Get parent object.
getParent() - Method in class jp.vmi.selenium.selenese.TestSuite
 
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
 
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() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetPrompt
 
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
 
getProxyType() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getProxyType() - 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 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.
getRetries() - Method in interface jp.vmi.selenium.selenese.Context
Get number of actually used retries.
getRetries() - Method in class jp.vmi.selenium.selenese.Runner
 
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 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.
getScreenshotScrollTimeout() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getScreenshotScrollTimeout() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
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
 
GetSelectOptions - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetSelectOptions.
GetSelectOptions() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetSelectOptions
Constructor.
getSeleneseExt() - Method in class jp.vmi.selenium.runner.converter.ConvListGenerator
 
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
 
getSideExt() - Method in class jp.vmi.selenium.runner.converter.ConvListGenerator
 
getSignature(String) - Method in interface jp.vmi.selenium.runner.model.ICommandMetadata
Get command signature.
getSignature(String) - Method in class jp.vmi.selenium.runner.model.side.SideCommandMetadata
 
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 interface jp.vmi.selenium.selenese.command.ICommand
Get source elements.
getSource() - Method in class jp.vmi.selenium.selenese.command.StartMarker
 
getSourceType() - Method in class jp.vmi.selenium.selenese.TestCase
Test-case source type.
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 interface jp.vmi.selenium.selenese.command.ICommand
Deprecated.
getStartLoop() - Method in class jp.vmi.selenium.selenese.command.StartMarker
Deprecated.
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.
getStateString() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
 
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.
getSubCommandMap() - Method in class jp.vmi.selenium.selenese.NullContext
 
getSubCommandMap() - Method in class jp.vmi.selenium.selenese.Runner
 
getSubCommandMap() - Method in interface jp.vmi.selenium.selenese.SubCommandMapProvider
Get SubCommandMap instance.
getSuiteMap() - Method in interface jp.vmi.selenium.runner.model.IProject
Get map of test suites.
getSuiteMap() - Method in class jp.vmi.selenium.runner.model.side.SideProject
 
getSuites() - Method in interface jp.vmi.selenium.runner.model.IProject
Get list of test suites.
getSuites() - Method in class jp.vmi.selenium.runner.model.side.SideFile
 
getSuites() - Method in class jp.vmi.selenium.runner.model.side.SideProject
 
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.
getTable(WebDriver, WebElement, long, long) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
Get cell value of table.
GetTable - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetTable.
GetTable() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetTable
Constructor.
getTakesScreenshot() - Method in class jp.vmi.selenium.selenese.Runner
Get TakesScreenshot instance.
getTarget() - Method in interface jp.vmi.selenium.runner.model.ICommand
Get target.
getTarget() - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
getTargets() - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
getTargetType() - Method in interface jp.vmi.selenium.runner.model.ICommandSignature
Get type of target.
getTargetType() - Method in class jp.vmi.selenium.runner.model.side.SideCommandSignature
 
getTargetTypes() - Method in class jp.vmi.selenium.runner.model.utils.CommandsJs
Get TargetTypes.
getTestCaseById(String) - Method in interface jp.vmi.selenium.selenese.parser.TestProjectReader
Get parsed test-case.
getTestCaseIteratorFactory() - Method in class jp.vmi.selenium.selenese.parser.SeleneseTestSuiteIterator
 
getTestCaseIteratorFactory() - Method in class jp.vmi.selenium.selenese.parser.SideTestSuiteIterator
 
getTestCaseIteratorFactory() - Method in interface jp.vmi.selenium.selenese.parser.TestSuiteIterator
Get test case iterator factory.
getTestCaseMap() - Method in interface jp.vmi.selenium.selenese.Context
Get test-case map.
getTestCaseMap() - Method in class jp.vmi.selenium.selenese.parser.SeleneseTestProjectReader
 
getTestCaseMap() - Method in class jp.vmi.selenium.selenese.parser.SideTestProjectReader
 
getTestCaseMap() - Method in interface jp.vmi.selenium.selenese.parser.TestProjectReader
Get test-case map.
getTestCaseMap() - Method in class jp.vmi.selenium.selenese.Runner
 
getTestCaseMap() - Method in class jp.vmi.selenium.selenese.TestProject
Get test-case map.
getTestElementIterator(E) - Method in interface jp.vmi.selenium.selenese.parser.TestElementIteratorFactory
Get test case iterator.
getTestMap() - Method in interface jp.vmi.selenium.runner.model.IProject
Get map of test cases.
getTestMap() - Method in class jp.vmi.selenium.runner.model.side.SideProject
 
getTests() - Method in class jp.vmi.junit.result.TestSuiteResult
Get test count.
getTests() - Method in interface jp.vmi.selenium.runner.model.ISuite
Get list of test cases.
getTests() - Method in class jp.vmi.selenium.runner.model.side.SideFile
 
getTests() - Method in class jp.vmi.selenium.runner.model.side.SideSuite
 
getTestSuiteIterator() - Method in class jp.vmi.selenium.selenese.parser.SeleneseTestProjectReader
 
getTestSuiteIterator() - Method in class jp.vmi.selenium.selenese.parser.SideTestProjectReader
 
getTestSuiteIterator() - Method in interface jp.vmi.selenium.selenese.parser.TestProjectReader
Get test-suite iterator.
getText(WebDriver, WebElement) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
Get text.
GetText - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetText.
GetText() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetText
Constructor.
getTime() - Method in class jp.vmi.junit.result.TestResult
Get duration time of test execution.
getTimeout() - Method in interface jp.vmi.selenium.runner.model.ISuite
Get timeout.
getTimeout() - Method in class jp.vmi.selenium.runner.model.side.SideSuite
 
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
 
GetTitle - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetTitle.
GetTitle() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetTitle
Constructor.
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.ErrorTestProject
 
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.TestProject
 
getType() - Method in class jp.vmi.selenium.selenese.TestSuite
 
getUrl() - Method in interface jp.vmi.selenium.runner.model.IProject
Get base URL.
getUrl() - Method in class jp.vmi.selenium.runner.model.side.SideFile
 
getUrl() - Method in class jp.vmi.selenium.runner.model.side.SideProject
 
getUrls() - Method in class jp.vmi.selenium.runner.model.side.SideFile
 
getValue() - Method in interface jp.vmi.selenium.runner.model.ICommand
Get value.
getValue() - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
getValue() - Method in class jp.vmi.selenium.selenese.utils.KeyValue
 
GetValue - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetValue.
GetValue() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetValue
Constructor.
getValueType() - Method in interface jp.vmi.selenium.runner.model.ICommandSignature
Get type of value.
getValueType() - Method in class jp.vmi.selenium.runner.model.side.SideCommandSignature
 
getVar() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
getVar() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
getVariableResolvedArguments(SourceType, VarsMap) - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
getVariableResolvedArguments(SourceType, VarsMap) - Method in interface jp.vmi.selenium.selenese.command.ICommand
Get command arguments where variables resolved.
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() - Static 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
 
GetWindowHandle - Class in jp.vmi.selenium.selenese.subcommand
Get window handle.
GetWindowHandle() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetWindowHandle
Constructor.
getWindowHandleName() - Method in interface jp.vmi.selenium.runner.model.ICommand
Get window handle name for opening window.
getWindowHandleName() - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
getWindowHandles() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
getWindowTimeout() - Method in interface jp.vmi.selenium.runner.model.ICommand
Get window timeoue.
getWindowTimeout() - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
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
 
GetXpathCount - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of GetXpathCount.
GetXpathCount() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetXpathCount
Constructor.
GLOB - jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern.Type
 
GoBack - Class in jp.vmi.selenium.selenese.command
Re-implementation of GoBack.
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.
HANDLE - jp.vmi.selenium.runner.model.ArgTypes
window handle
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
 
hasNativeAlertHandler() - Method in class jp.vmi.selenium.selenese.TestCase
True if this test-case has native alert handler command.
hasNext() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
hasNext() - Method in class jp.vmi.selenium.selenese.parser.NodeIterator
 
hasNext() - Method in class jp.vmi.selenium.selenese.parser.SeleneseCommandIterator
 
hasNext() - Method in class jp.vmi.selenium.selenese.parser.SeleneseTestCaseIterator
 
hasNext() - Method in class jp.vmi.selenium.selenese.parser.SeleneseTestSuiteIterator
 
hasNext() - Method in class jp.vmi.selenium.selenese.parser.SideCommandIterator
 
hasNext() - Method in class jp.vmi.selenium.selenese.parser.SideTestCaseIterator
 
hasNext() - Method in class jp.vmi.selenium.selenese.parser.SideTestSuiteIterator
 
hasPrevious() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
hasReachedMaxRetries() - Method in interface jp.vmi.selenium.selenese.Context
True if number of actually used retries has reached maximum number of retries.
hasReachedMaxRetries() - Method in class jp.vmi.selenium.selenese.Runner
 
HEADLESS - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--headless
HEADLESS - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
HEIGHT - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--height
HEIGHT - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
HELP - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
HELP_PADDING - Static variable in class jp.vmi.selenium.selenese.config.DefaultConfig
 
HELP_WIDTH - Static variable in class jp.vmi.selenium.selenese.config.DefaultConfig
 
highlight(Locator, HighlightStyle) - Method in interface jp.vmi.selenium.selenese.highlight.HighlightHandler
Highlight and backup specified locator.
highlight(Locator, HighlightStyle) - Method in class jp.vmi.selenium.selenese.Runner
 
Highlight - Class in jp.vmi.selenium.selenese.command
Command "highlight".
HIGHLIGHT - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
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(String...) - Constructor for class jp.vmi.selenium.selenese.highlight.HighlightStyle
Constructor.
HighlightStyle(Map<String, 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>, Locator, 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.runner.model
Command interface.
ICommand - Interface in jp.vmi.selenium.selenese.command
Command interface.
ICommandFactory - Interface in jp.vmi.selenium.selenese.command
Interface of command factory.
ICommandMetadata - Interface in jp.vmi.selenium.runner.model
Command metadata.
ICommandSignature - Interface in jp.vmi.selenium.runner.model
Command signature interface.
IConfig - Interface in jp.vmi.selenium.selenese.config
Configuration information.
id - Variable in class jp.vmi.selenium.selenese.parser.TestElementEntry
element id
Id - Interface in jp.vmi.selenium.runner.model
Identifiable model.
ID - jp.vmi.selenium.selenese.subcommand.GetSelected.Type
 
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 - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--iedriver
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
 
If - Class in jp.vmi.selenium.selenese.command
Command "if".
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.
incrementRetries() - Method in interface jp.vmi.selenium.selenese.Context
Increment number of actually used retries.
incrementRetries() - Method in class jp.vmi.selenium.selenese.Runner
 
INDEX - jp.vmi.selenium.selenese.subcommand.GetSelected.Type
 
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.
INFO - jp.vmi.selenium.selenese.utils.LogRecorder.Level
 
initialize(String, String) - Method in class jp.vmi.selenium.selenese.TestProject
 
initialize(String, String) - Method in class jp.vmi.selenium.selenese.TestSuite
Initialize after constructed.
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.ErrorTestProject
 
initialize(String, InvalidSeleneseException) - Method in class jp.vmi.selenium.selenese.ErrorTestSuite
 
initialize(SourceType, String, String, String) - Method in class jp.vmi.selenium.selenese.TestCase
Initialize after constructed.
initLogger() - Static method in class jp.vmi.selenium.selenese.utils.LoggerUtils
switch java.util.logging handler to slf4j.
INTERACTIVE - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
InvalidSeleneseException - Exception in jp.vmi.selenium.selenese
Exception for invalid selenese syntax.
InvalidSeleneseException(String) - Constructor for exception jp.vmi.selenium.selenese.InvalidSeleneseException
Deprecated.
InvalidSeleneseException(String, String, String) - Constructor for exception jp.vmi.selenium.selenese.InvalidSeleneseException
Constructor.
InvalidSeleneseException(Throwable) - Constructor for exception jp.vmi.selenium.selenese.InvalidSeleneseException
Deprecated.
InvalidSeleneseException(Throwable, String, String) - Constructor for exception jp.vmi.selenium.selenese.InvalidSeleneseException
Constructor.
invoke(MethodInvocation) - Method in class jp.vmi.selenium.selenese.inject.AbstractDoCommandInterceptor
 
invoke(MethodInvocation) - Method in class jp.vmi.selenium.selenese.inject.AbstractExecuteTestCaseInterceptor
 
invoke(MethodInvocation) - Method in class jp.vmi.selenium.selenese.inject.AbstractExecuteTestSuiteInterceptor
 
invoke(MethodInvocation, ITestCase, Selenese, Context) - Method in class jp.vmi.selenium.selenese.inject.AbstractExecuteTestCaseInterceptor
 
invoke(MethodInvocation, ITestCase, Selenese, Context) - Method in class jp.vmi.selenium.selenese.inject.ExecuteTestCaseInterceptor
 
invoke(MethodInvocation, Context, ICommand, String[]) - Method in class jp.vmi.selenium.selenese.inject.AbstractDoCommandInterceptor
 
invoke(MethodInvocation, Context, ICommand, String[]) - Method in class jp.vmi.selenium.selenese.inject.CommandLogInterceptor
 
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.MaxTimeInterruptInterceptor
 
invoke(MethodInvocation, Context, ICommand, String[]) - Method in class jp.vmi.selenium.selenese.inject.ScreenshotInterceptor
 
invoke(MethodInvocation, TestSuite, Selenese, Context) - Method in class jp.vmi.selenium.selenese.inject.AbstractExecuteTestSuiteInterceptor
 
invoke(MethodInvocation, TestSuite, Selenese, Context) - Method in class jp.vmi.selenium.selenese.inject.ExecuteTestSuiteInterceptor
 
IProject<S extends ISuite<T,​C>,​T extends ITest<C>,​C extends ICommand> - Interface in jp.vmi.selenium.runner.model
Test project.
IRollupRule - Interface in jp.vmi.selenium.rollup
Rollup rule interface.
isAborted() - Method in class jp.vmi.selenium.selenese.result.Result
Is command interrupted?
isAlertPresent(WebDriver) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
Test of whether a alert dialog was displayed.
IsAlertPresent - Class in jp.vmi.selenium.selenese.subcommand
"isAlertPresent".
IsAlertPresent() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsAlertPresent
 
isAlreadyFinished() - Method in interface jp.vmi.selenium.selenese.FlowControlState
True if block is already finished.
isAltKeyDown() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
 
isBlank(String) - Static method in class jp.vmi.selenium.selenese.utils.LangUtils
Checks if s is null, empty or whitespace only.
isBreakpoint() - Method in interface jp.vmi.selenium.runner.model.ICommand
Check breakpoint at this command.
isBreakpoint() - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
isBrowser(String) - Method in interface jp.vmi.selenium.selenese.Context
Test browser name.
IsChecked - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of IsChecked.
IsChecked() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsChecked
Constructor.
isConfirmationPresent(WebDriver) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
Test of whether a confirmation dialog was displayed.
IsConfirmationPresent - Class in jp.vmi.selenium.selenese.subcommand
"isConfirmationPresent".
IsConfirmationPresent() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsConfirmationPresent
 
isControlKeyDown() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
 
IsCookiePresent - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of IsCookiePresent.
IsCookiePresent() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsCookiePresent
Constructor.
isDummy() - Method in class jp.vmi.selenium.selenese.parser.SeleneseTestSuiteIterator
 
isDummy() - Method in interface jp.vmi.selenium.selenese.parser.TestElementIterator
Is this dummy iterator?
IsEditable - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of IsEditable.
IsEditable() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsEditable
Constructor.
isElementNotFound(RuntimeException) - Static method in class jp.vmi.selenium.selenese.utils.SeleniumUtils
Check if Exception type is "element not found".
IsElementPresent - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of IsElementPresent.
IsElementPresent() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsElementPresent
Constructor.
isEmbedded - Variable in class jp.vmi.selenium.selenese.parser.TestCaseEntry
Is the test case embedded in test suite?
isEmpty() - Method in class jp.vmi.selenium.selenese.command.CommandList
Returns true if this list contains no elements.
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?
isHeadless() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
isHeadless() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
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
 
isInteractive() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
isInteractive() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
isInteractive() - Method in interface jp.vmi.selenium.selenese.Context
Get interactive.
isInteractive() - Method in class jp.vmi.selenium.selenese.NullContext
 
isInteractive() - Method in class jp.vmi.selenium.selenese.Runner
 
isInterruptedByMaxTimeTimer(Thread) - Static method in class jp.vmi.selenium.selenese.MaxTimeActiveTimer
Test specified thread is interrupted.
isLoopBlock() - Method in interface jp.vmi.selenium.selenese.command.BlockStart
True if the block is loop.
isLoopBlock() - Method in class jp.vmi.selenium.selenese.command.Do
 
isLoopBlock() - Method in class jp.vmi.selenium.selenese.command.ForEach
 
isLoopBlock() - Method in class jp.vmi.selenium.selenese.command.StoreFor
 
isLoopBlock() - Method in class jp.vmi.selenium.selenese.command.Times
 
isLoopBlock() - Method in class jp.vmi.selenium.selenese.command.While
 
isMetaKeyDown() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
 
isMultiple - Variable in class jp.vmi.selenium.selenese.command.SelectElement
true if "select" element is multiple select box.
isNativeAlertHandler() - Method in class jp.vmi.selenium.selenese.command.ChooseCancelOnNextNativeAlert
 
isNativeAlertHandler() - Method in class jp.vmi.selenium.selenese.command.ChooseOkOnNextNativeAlert
 
isNativeAlertHandler() - Method in interface jp.vmi.selenium.selenese.command.ICommand
Is the command native alert handler?
IsNativeAlertPresent - Class in jp.vmi.selenium.selenese.subcommand
"isNativeAlertPresent".
IsNativeAlertPresent() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsNativeAlertPresent
 
isNoExit() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
isNoExit() - Method in interface jp.vmi.selenium.selenese.config.IConfig
 
isOpensWindow() - Method in interface jp.vmi.selenium.runner.model.ICommand
Check this command opens window.
isOpensWindow() - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
isOpensWindowRead() - Method in interface jp.vmi.selenium.runner.model.ICommand
???
isOpensWindowRead() - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
isOrdered(WebDriver, WebElement, WebElement) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
Is ordered.
IsOrdered - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of IsOrdered.
IsOrdered() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsOrdered
Constructor.
isParallel() - Method in interface jp.vmi.selenium.runner.model.ISuite
Get parallel flag.
isParallel() - Method in class jp.vmi.selenium.runner.model.side.SideSuite
 
isPass(String) - Method in class jp.vmi.selenium.selenese.log.CookieFilter
Test name passes through this filter.
isPersistSession() - Method in interface jp.vmi.selenium.runner.model.ISuite
Get persist session flag.
isPersistSession() - Method in class jp.vmi.selenium.runner.model.side.SideSuite
 
isPromptPresent(WebDriver) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
Test of whether a prompt was displayed.
IsPromptPresent - Class in jp.vmi.selenium.selenese.subcommand
Command "IsPromptPresent".
IsPromptPresent() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsPromptPresent
 
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.
isSelenese() - Method in enum jp.vmi.selenium.selenese.SourceType
 
isShiftKeyDown() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
 
isSide() - Method in enum jp.vmi.selenium.selenese.SourceType
 
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?
isTargetScript() - Method in interface jp.vmi.selenium.runner.model.ICommandSignature
Test that target argument is script.
IsTextPresent - Class in jp.vmi.selenium.selenese.subcommand
"isTextPresent".
IsTextPresent() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsTextPresent
Constructor.
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.
ISuite<T extends ITest<C>,​C extends ICommand> - Interface in jp.vmi.selenium.runner.model
Test suite.
isValueScript() - Method in interface jp.vmi.selenium.runner.model.ICommandSignature
Test that value argument is script.
IsVisible - Class in jp.vmi.selenium.selenese.subcommand
Re-implementation of IsVisible.
IsVisible() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsVisible
Constructor.
isW3cAction() - Method in interface jp.vmi.selenium.selenese.Context
Is Action command W3C compatible?
isW3cAction() - Method in class jp.vmi.selenium.selenese.Runner
 
isW3cAction(WebDriver) - Static method in class jp.vmi.selenium.selenese.utils.MouseUtils
Is Action command W3C compatible?
iterator() - Method in class jp.vmi.selenium.selenese.command.CommandList
 
iterator() - Method in interface jp.vmi.selenium.selenese.parser.TestElementIterator
 
iterator() - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
iterator(CommandListIterator) - Method in class jp.vmi.selenium.selenese.command.CommandList
Create the iterator of this command list.
ITERATOR_VARIABLE_NAME - jp.vmi.selenium.runner.model.ArgTypes
iterator variable name
ITest<C extends ICommand> - Interface in jp.vmi.selenium.runner.model
Test case.
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.
ITreedFileGenerator - Interface in jp.vmi.selenium.selenese
Interface of tree structure object with generating a file.

J

join(CharSequence, Iterable<?>) - Static method in class jp.vmi.selenium.selenese.utils.LangUtils
Join iterable to string.
join(CharSequence, Iterator<?>) - Static method in class jp.vmi.selenium.selenese.utils.LangUtils
Join iterator to string.
join(CharSequence, Stream<?>) - Static method in class jp.vmi.selenium.selenese.utils.LangUtils
Join stream to string.
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.runner.converter - package jp.vmi.selenium.runner.converter
 
jp.vmi.selenium.runner.model - package jp.vmi.selenium.runner.model
 
jp.vmi.selenium.runner.model.side - package jp.vmi.selenium.runner.model.side
 
jp.vmi.selenium.runner.model.utils - package jp.vmi.selenium.runner.model.utils
 
jp.vmi.selenium.selenese - package jp.vmi.selenium.selenese
 
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.javascript - package jp.vmi.selenium.selenese.javascript
 
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.mutator - package jp.vmi.selenium.selenese.mutator
 
jp.vmi.selenium.selenese.parser - package jp.vmi.selenium.selenese.parser
 
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
 
JSFunction - Class in jp.vmi.selenium.selenese.javascript
Javascript Function.
JSLibrary - Class in jp.vmi.selenium.selenese.javascript
Override dialog interfaces.
JSLibrary() - Constructor for class jp.vmi.selenium.selenese.javascript.JSLibrary
Constructor.
JSLibrary.KeyEventType - Enum in jp.vmi.selenium.selenese.javascript
Key event type.
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
 
JSON - jp.vmi.selenium.runner.model.ArgTypes
json
JsonUtils - Class in jp.vmi.selenium.selenese.utils
Utilities for JSON.
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
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
 
KEY_SEQUENCE - jp.vmi.selenium.runner.model.ArgTypes
key sequence
KeyDown - Class in jp.vmi.selenium.selenese.command
Command "keyDown".
KEYDOWN - jp.vmi.selenium.selenese.javascript.JSLibrary.KeyEventType
 
KeyPress - Class in jp.vmi.selenium.selenese.command
Command "keyDown".
KEYPRESS - jp.vmi.selenium.selenese.javascript.JSLibrary.KeyEventType
 
keySet() - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
 
KeyUp - Class in jp.vmi.selenium.selenese.command
Command "keyUp".
KEYUP - jp.vmi.selenium.selenese.javascript.JSLibrary.KeyEventType
 
KeyValue - Class in jp.vmi.selenium.selenese.utils
Key-value object.
KeyValue(String, String) - Constructor for class jp.vmi.selenium.selenese.utils.KeyValue
Constructor.

L

label - Variable in class jp.vmi.selenium.selenese.command.Screenshot
 
Label - Class in jp.vmi.selenium.selenese.command
Command "label".
LABEL - jp.vmi.selenium.selenese.subcommand.GetSelected.Type
 
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() - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
listIterator(int) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
load() - Static method in class jp.vmi.selenium.runner.model.utils.CommandsJs
Load "Commands.js".
load(InputStream) - Method in class jp.vmi.selenium.rollup.RollupRules
Load rollup rule definitions.
load(InputStream) - Static method in class jp.vmi.selenium.selenese.javascript.JSFunction
Load Javascript file.
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.
loadFunction(InputStream) - Static method in class jp.vmi.selenium.selenese.javascript.JSFunction
Load Javascript file as a function.
locator - Variable in class jp.vmi.selenium.selenese.locator.Locator
locator.
locator - Variable in class jp.vmi.selenium.selenese.locator.OptionLocator
locator.
Locator - Class in jp.vmi.selenium.selenese.locator
Parsed locator.
Locator(String) - Constructor for class jp.vmi.selenium.selenese.locator.Locator
Constructor.
LOCATOR - jp.vmi.selenium.runner.model.ArgTypes
locator
LOCATOR - jp.vmi.selenium.selenese.command.ArgumentType
Locator
LOCATOR_OF_DRAG_DESTINATION_OBJECT - jp.vmi.selenium.runner.model.ArgTypes
locator of drag destination object
LOCATOR_OF_OBJECT_TO_BE_DRAGGED - jp.vmi.selenium.runner.model.ArgTypes
locator of object to be dragged
LocatorHandler - Interface in jp.vmi.selenium.selenese.locator
Locator handler.
locatorType() - Method in class jp.vmi.selenium.selenese.locator.AdditionalHandler
 
locatorType() - Method in interface jp.vmi.selenium.selenese.locator.LocatorHandler
Locator type.
LOG_FILTER - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
LogFilter - Enum in jp.vmi.selenium.selenese.log
Log filter types.
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.
lookup(String) - Static method in enum jp.vmi.selenium.runner.model.ArgTypes
Lookup ArgTypes from string.
lookupWebDriverFactory(String) - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Lookup WebDriverFactory by name.
LOOP_LIMIT - jp.vmi.selenium.runner.model.ArgTypes
loop limit

M

main(String[]) - Static method in class jp.vmi.selenium.runner.converter.Converter
Converver 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.
Main - Class in jp.vmi.selenium.selenese
Provide command line interface.
Main() - Constructor for class jp.vmi.selenium.selenese.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.
MAX_RETRIES - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
MAX_TIME - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
MAX_TIME_EXCEEDED - jp.vmi.selenium.selenese.result.Result.Level
 
MaxTimeActiveTimer - Class in jp.vmi.selenium.selenese
Interrupt main thread after the seconds specified by --max-time option.
MaxTimeExceeded - Class in jp.vmi.selenium.selenese.result
Result of Maximum execution time exceeded.
MaxTimeExceeded() - Constructor for class jp.vmi.selenium.selenese.result.MaxTimeExceeded
Default constructor.
MaxTimeExceeded(Exception) - Constructor for class jp.vmi.selenium.selenese.result.MaxTimeExceeded
Constructor.
MaxTimeExceeded(String) - Constructor for class jp.vmi.selenium.selenese.result.MaxTimeExceeded
Constructor.
MaxTimeExceeded(Result) - Constructor for class jp.vmi.selenium.selenese.result.MaxTimeExceeded
Constructor.
MaxTimeInterruptInterceptor - Class in jp.vmi.selenium.selenese.inject
Interceptor class handles interruption made by MaxTimeActiveTimer.
MaxTimeInterruptInterceptor() - Constructor for class jp.vmi.selenium.selenese.inject.MaxTimeInterruptInterceptor
 
MaxTimeTimer - Interface in jp.vmi.selenium.selenese
Interface of timer for --max-time option.
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.AllowNativeXpath
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.AnswerOnNextNativeAlert
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.AnswerOnNextPrompt
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.Assert
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.AssignId
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.BlockEndImpl
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.BlockStartImpl
 
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.ChooseCancelOnNextPrompt
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.Comment
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.CreateCookie
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.DeleteAllVisibleCookies
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.DeleteCookie
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.Echo
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.ExecuteAsyncScript
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.ExecuteScript
 
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.Nop
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.RepeatIf
 
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.StartMarker
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.Store
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.UseXpathLibrary
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.WaitForCondition
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.WaitForPageToLoad
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.WindowFocus
 
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
MESSAGE - jp.vmi.selenium.runner.model.ArgTypes
message
metaKeyDown() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
 
MetaKeyDown - Class in jp.vmi.selenium.selenese.command
Command "metaKeyDown".
metaKeyUp() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
 
MetaKeyUp - Class in jp.vmi.selenium.selenese.command
Command "metaKeyUp".
mkdirs() - Method in class jp.vmi.junit.result.JUnitResult
 
ModifierKeyState - Class in jp.vmi.selenium.selenese
Modifier key state.
ModifierKeyState(Context) - Constructor for class jp.vmi.selenium.selenese.ModifierKeyState
 
MOUSE_DOWN - jp.vmi.selenium.selenese.subcommand.MouseEventHandler.MouseEventType
 
MOUSE_DOWN_AT - jp.vmi.selenium.selenese.subcommand.MouseEventHandler.MouseEventType
 
MOUSE_MOVE - jp.vmi.selenium.selenese.subcommand.MouseEventHandler.MouseEventType
 
MOUSE_MOVE_AT - jp.vmi.selenium.selenese.subcommand.MouseEventHandler.MouseEventType
 
MOUSE_OUT - jp.vmi.selenium.selenese.subcommand.MouseEventHandler.MouseEventType
 
MOUSE_OVER - jp.vmi.selenium.selenese.subcommand.MouseEventHandler.MouseEventType
 
MOUSE_UP - jp.vmi.selenium.selenese.subcommand.MouseEventHandler.MouseEventType
 
MOUSE_UP_AT - jp.vmi.selenium.selenese.subcommand.MouseEventHandler.MouseEventType
 
MouseEventHandler - Class in jp.vmi.selenium.selenese.subcommand
Mouse event handler.
MouseEventHandler(MouseEventHandler.MouseEventType) - Constructor for class jp.vmi.selenium.selenese.subcommand.MouseEventHandler
Constructor.
MouseEventHandler.MouseEventType - Enum in jp.vmi.selenium.selenese.subcommand
 
MouseUtils - Class in jp.vmi.selenium.selenese.utils
Mouse utilities.
moveTo(Context, WebElement, Point) - Static method in class jp.vmi.selenium.selenese.utils.MouseUtils
Move mouse.
mutate(Context, String, StringBuilder) - Method in class jp.vmi.selenium.selenese.mutator.FunctionDeclaration
 
mutate(Context, String, StringBuilder) - Method in interface jp.vmi.selenium.selenese.mutator.ScriptMutator
Mutate a script.
mutate(Context, String, StringBuilder) - Method in class jp.vmi.selenium.selenese.mutator.SeleneseRunnerMutator
 
mutate(Context, String, StringBuilder) - Method in class jp.vmi.selenium.selenese.mutator.VariableDeclaration
 
mutate(Context, String, StringBuilder) - Method in class jp.vmi.selenium.selenese.mutator.VariableDeclarationWithDynamicValue
 
MutatorUtils - Class in jp.vmi.selenium.selenese.mutator
Utilities for mutator.

N

name - Variable in class jp.vmi.selenium.selenese.log.CookieKey
 
name - Variable in class jp.vmi.selenium.selenese.parser.TestElementEntry
element name
NAME - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
navigate() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
newChromeOptions(DriverOptions) - Static method in class jp.vmi.selenium.webdriver.ChromeDriverFactory
Create ChromeOptions.
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.
newCommandList() - Static method in class jp.vmi.selenium.selenese.inject.Binder
Constructs CommandList applied aspect.
newEdgeOptions(DriverOptions) - Static method in class jp.vmi.selenium.webdriver.EdgeDriverFactory
Create and initialize InternetExplorerOptions.
newErrorTestCase(String, InvalidSeleneseException) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Constructs ErrorTestCase applied aspect.
newErrorTestProject(String, InvalidSeleneseException) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Constructs ErrorTestProject applied aspect.
newErrorTestSuite(String, InvalidSeleneseException) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Constructs ErrorTestSuite applied aspect.
newFirefoxOptions(DriverOptions) - Static method in class jp.vmi.selenium.webdriver.FirefoxDriverFactory
Create and initialize FirefoxOptions.
newInstance() - Static method in class jp.vmi.selenium.webdriver.WebDriverManager
Construct WebDriverManager instance.
newInstance(Class<?>, String) - Static method in class jp.vmi.selenium.selenese.config.OptionEntry
Create OptionEntry object from bean class.
newInstance(String) - Static method in class jp.vmi.selenium.selenese.parser.SeleneseIteratorFactory
Create test iterator of Selenese format.
newInstance(String, InputStream) - Static method in class jp.vmi.selenium.selenese.parser.SeleneseIteratorFactory
Create test iterator of Selenese format.
newInstance(String, InputStream) - Static method in class jp.vmi.selenium.selenese.parser.SeleneseTestProjectReader
Create new instance of SeleneseTestProjectReader.
newInstance(String, InputStream) - Static method in class jp.vmi.selenium.selenese.parser.SideTestProjectReader
Create new instance of SideTestProjectReader.
newInstance(String, String, String...) - Static method in class jp.vmi.selenium.selenese.parser.CommandEntry
Create new CommandEntry instance.
newInstance(SideCommand) - Static method in class jp.vmi.selenium.selenese.parser.CommandEntry
Create new CommandEntry instance.
newInstance(Context) - Static method in class jp.vmi.selenium.selenese.log.PageInformation
 
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.EdgeDriverFactory
 
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
Deprecated.
 
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.
newInternetExplorerOptions(DriverOptions) - Static method in class jp.vmi.selenium.webdriver.IEDriverFactory
Create and initialize InternetExplorerOptions.
newIterator() - Method in class jp.vmi.selenium.selenese.parser.SeleneseIteratorFactory
Create test iterator of Selenese format.
newProxy(DriverOptions) - Static method in class jp.vmi.selenium.webdriver.WebDriverFactory
Create new Proxy from driver options.
newSafariOptions(DriverOptions) - Static method in class jp.vmi.selenium.webdriver.SafariDriverFactory
Create and initialize SafariOptions.
newTestCase(String, String, String) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Deprecated.
newTestCase(SourceType, String, String, String) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Constructs TestCase applied aspect.
newTestProject(String, String) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Constructs TestProject applied aspect.
newTestSuite(String, String) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Constructs TestSuite applied aspect.
newUpdatedResult(Result) - Method in class jp.vmi.selenium.selenese.result.Result
 
next() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
next() - Method in class jp.vmi.selenium.selenese.parser.NodeIterator
 
next() - Method in class jp.vmi.selenium.selenese.parser.SeleneseCommandIterator
 
next() - Method in class jp.vmi.selenium.selenese.parser.SeleneseTestCaseIterator
 
next() - Method in class jp.vmi.selenium.selenese.parser.SeleneseTestSuiteIterator
 
next() - Method in class jp.vmi.selenium.selenese.parser.SideCommandIterator
 
next() - Method in class jp.vmi.selenium.selenese.parser.SideTestCaseIterator
 
next() - Method in class jp.vmi.selenium.selenese.parser.SideTestSuiteIterator
 
nextIndex() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
NO_ARG - jp.vmi.selenium.runner.model.ArgTypes
no argument
NO_BLOCK_START - Static variable in interface jp.vmi.selenium.selenese.command.BlockStart
Use NO_START_LOOP instaed of null.
NO_EXIT - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
NO_PROXY - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--no-proxy
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
Deprecated.
Use NO_START_LOOP instaed of null.
NodeIterator - Class in jp.vmi.selenium.selenese.parser
DOM node list wrapper for iteration.
NodeIterator(NodeList) - Constructor for class jp.vmi.selenium.selenese.parser.NodeIterator
Constructor.
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.
none() - Static method in enum jp.vmi.selenium.selenese.log.LogFilter
Disable all page information logging.
NoOp - Class in jp.vmi.selenium.selenese.subcommand
No operation.
NoOp(String, ArgumentType...) - Constructor for class jp.vmi.selenium.selenese.subcommand.NoOp
Constructor.
Nop - Class in jp.vmi.selenium.selenese.command
Command "nop".
normalize(String) - Static method in class jp.vmi.selenium.selenese.utils.PathUtils
Normalize filename.
normalizeScreenshotFilename(String) - Method in class jp.vmi.selenium.selenese.Runner
Normalize filename for screenshot.
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_LOCATOR - jp.vmi.selenium.runner.model.ArgTypes
option
OPTION_LOCATOR - jp.vmi.selenium.selenese.command.ArgumentType
Option locator
OPTION_LOCATOR_SEPARATOR - Static variable in class jp.vmi.selenium.selenese.locator.Locator
Deprecated.
OptionEntry - Class in jp.vmi.selenium.selenese.config
OptionEntry accessor.
OptionLocator - Class in jp.vmi.selenium.selenese.locator
Parsed locator for option.
OptionLocator(String) - Constructor for class jp.vmi.selenium.selenese.locator.OptionLocator
Constructor.
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.
parent - Variable in class jp.vmi.html.result.TestSuiteTree.Node
 
parse(String) - Static method in class jp.vmi.selenium.selenese.utils.JsonUtils
Parse JSON to Java object.
parse(String, InputStream) - Static method in class jp.vmi.selenium.runner.model.side.SideFile
Read side format data.
parse(String, InputStream, ICommandFactory) - Static method in class jp.vmi.selenium.selenese.Parser
Parse input stream.
parse(String, String) - Static method in class jp.vmi.selenium.selenese.utils.KeyValue
Parse key=value string.
parse(String, ICommandFactory) - Static method in class jp.vmi.selenium.selenese.Parser
Parse file.
parse(EnumSet<LogFilter>, String[]) - Static method in enum jp.vmi.selenium.selenese.log.LogFilter
Parse command line arguments for "--log-filter".
parse(ICommandFactory) - Method in class jp.vmi.selenium.selenese.Parser
 
parse(SourceType, CommandIterator, TestProjectReader, ICommandFactory) - Static method in class jp.vmi.selenium.selenese.TestCaseParser
Parse test-case script.
parse(SourceType, TestCaseIterator, TestProjectReader, ICommandFactory) - Static method in class jp.vmi.selenium.selenese.TestSuiteParser
Parse test-suite script.
parse(SourceType, TestProjectReader, ICommandFactory) - Static method in class jp.vmi.selenium.selenese.TestProjectParser
Parse test-project script.
parseArgs(String...) - Method in class jp.vmi.selenium.runner.converter.ConverterOptions
 
parseCommandLine(String...) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
Parse command line arguments.
parseIso8601(String) - Static method in class jp.vmi.selenium.selenese.utils.DateTimeUtils
Parse time string as ISO8601.
Parser - Class in jp.vmi.selenium.selenese
Abstract class of selenese parser.
Parser() - Constructor for class jp.vmi.selenium.selenese.Parser
 
ParserUtils - Class in jp.vmi.selenium.selenese.parser
Utilities for parser.
PASS - jp.vmi.selenium.selenese.log.CookieFilter.FilterType
pass cookies matched pattern.
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.
PATTERN - jp.vmi.selenium.runner.model.ArgTypes
text
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 - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--phantomjs
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
Deprecated.
PhantomJS is no longer actively developed, and support will eventually be dropped.
PhantomJSDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.PhantomJSDriverFactory
Deprecated.
 
pollFromCollection(String) - Method in class jp.vmi.selenium.selenese.CollectionMap
Poll value from collection.
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
 
poptloc - Variable in class jp.vmi.selenium.selenese.locator.Locator
option locator.
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 - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--profile
PROFILE - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
PROFILE_DIR - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--profile-dir
PROFILE_DIR - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
PROG_TITLE - Static variable in class jp.vmi.selenium.selenese.Main
Program title
Proxies - Class in org.openqa.selenium.browserlaunchers
Alternative Proxies class.
PROXY - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--proxy
PROXY - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
PROXY_PASSWORD - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--proxy-password
PROXY_PASSWORD - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
PROXY_TYPE - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--proxy-type
PROXY_TYPE - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
PROXY_USER - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--proxy-user
PROXY_USER - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
pullOutFirstFromSeleneseList() - Method in class jp.vmi.selenium.selenese.TestProject
Pull out the first element from the selenese list and unlink the parent from that element.
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(String, TestCase) - Method in class jp.vmi.selenium.selenese.TestCaseMap
 
put(ICommand, List<CommandResult>) - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
 
put(CommandResult) - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
Put command result.
put(TestCase) - Method in class jp.vmi.selenium.selenese.TestCaseMap
Add test-case.
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
 
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(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.
quote(StringBuilder, String) - Static method in class jp.vmi.selenium.selenese.utils.LoggerUtils
quote control code, backslash and doublequote.

R

REACHED_COUNT_SEPARATOR - Static variable in interface jp.vmi.selenium.selenese.command.BlockStart
The separator of reached counts.
REACHED_COUNT_SEPARATOR - Static variable in interface jp.vmi.selenium.selenese.command.StartLoop
Deprecated.
The separator of reached counts.
Refresh - Class in jp.vmi.selenium.selenese.command
Re-implementation of Refresh.
REGEXP - jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern.Type
 
REGEXPI - jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern.Type
 
regexpPattern - Variable in class jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern
Regular Expression of pattern.
REGION - jp.vmi.selenium.runner.model.ArgTypes
region
register(ISubCommand<?>) - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Register sub-command.
register(ISubCommand<?>, String) - 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.
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 - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--remote-browser
REMOTE_BROWSER - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
REMOTE_PLATFORM - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--remote-platform
REMOTE_PLATFORM - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
REMOTE_URL - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--remote-url
REMOTE_URL - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
REMOTE_VERSION - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--remote-version
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(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
 
RemoveAllSelections - Class in jp.vmi.selenium.selenese.command
Re-implementation of RemoveAllSelections.
removeGeneratedChildFiles() - Method in class jp.vmi.selenium.runner.converter.Converter
 
RemoveSelection - Class in jp.vmi.selenium.selenese.command
Command "removeSelection".
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(Object, String, Locale) - Method in class jp.vmi.html.result.NumberRenderer
 
render(Object, String, Locale) - Method in class jp.vmi.html.result.RelativePathRenderer
 
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
 
render(TestSuiteTree.Node, Locale) - Method in class jp.vmi.html.result.NodeRenderer
 
render(Result, Locale) - Method in class jp.vmi.html.result.ResultRenderer
 
RepeatIf - Class in jp.vmi.selenium.selenese.command
Command "repeatIf".
replaceAlertMethod(WebDriver, WebElement) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
Replace alert/confirm/prompt methods.
replaceBindModule(BindModule) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Replace customized BindModule.
replaceVars(boolean, String) - Method in class jp.vmi.selenium.selenese.VarsMap
Replace variable reference to value.
replaceVars(String) - Method in class jp.vmi.selenium.selenese.VarsMap
Deprecated.
replaceVarsForArray(String[]) - Method in class jp.vmi.selenium.selenese.VarsMap
reset() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
Reset all modifier key state.
resetRetries() - Method in interface jp.vmi.selenium.selenese.Context
Reset number of actually used retries.
resetRetries() - Method in class jp.vmi.selenium.selenese.Runner
 
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
 
resetState() - Method in interface jp.vmi.selenium.selenese.Context
Reset internal state.
resetState() - Method in class jp.vmi.selenium.selenese.NullContext
 
resetState() - Method in class jp.vmi.selenium.selenese.Runner
 
RESOLUTION - jp.vmi.selenium.runner.model.ArgTypes
resolution
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, Exception) - 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, String, Exception) - Constructor for class jp.vmi.selenium.selenese.result.Result
Constructor.
Result(Result) - Constructor for class jp.vmi.selenium.selenese.result.Result
 
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() - Method in class jp.vmi.selenium.selenese.MaxTimeActiveTimer
 
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.
Run - Class in jp.vmi.selenium.selenese.command
Command "run".
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
 
SCREENSHOT_SCROLL_TIMEOUT - 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
 
SCRIPT - jp.vmi.selenium.runner.model.ArgTypes
script
ScriptMutator - Interface in jp.vmi.selenium.selenese.mutator
A mechanism for taking a single method from a script meant for Selenium Core and converting to something that webdriver can evaluate.
Select - Class in jp.vmi.selenium.selenese.command
Command "select".
SELECT_LOCATOR - jp.vmi.selenium.runner.model.ArgTypes
select locator
selectBlankWindow(Context) - Method in class jp.vmi.selenium.selenese.utils.WindowSelector
Select blank window.
SelectElement - Class in jp.vmi.selenium.selenese.command
Select element.
SelectElement(Context, String) - Constructor for class jp.vmi.selenium.selenese.command.SelectElement
Constructor.
selectFrame(WebDriver, String) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Select frame or iframe.
selectFrame(WebDriver, Locator) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Select frame or iframe.
SelectFrame - Class in jp.vmi.selenium.selenese.command
Command "selectFrame".
selectOptions(String, boolean) - Method in class jp.vmi.selenium.selenese.command.SelectElement
Select or remove the specified options.
selectPopUp(Context, String) - Method in class jp.vmi.selenium.selenese.utils.WindowSelector
 
SelectPopUp - Class in jp.vmi.selenium.selenese.command
Command "selectPopUp".
selectPreviousWindow(Context) - Method in class jp.vmi.selenium.selenese.utils.WindowSelector
Select window without current selected.
selectWindow(Context, String) - Method in class jp.vmi.selenium.selenese.utils.WindowSelector
Select window.
SelectWindow - Class in jp.vmi.selenium.selenese.command
Command "selectWindow".
selectWindowWithTitle(Context, String) - Method in class jp.vmi.selenium.selenese.utils.WindowSelector
Select window with title.
Selenese - Interface in jp.vmi.selenium.selenese
Selenese script interface.
SELENESE - jp.vmi.selenium.selenese.SourceType
 
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.
SeleneseCommandIterator - Class in jp.vmi.selenium.selenese.parser
Iterator and iterable of test case of Selenese format.
SeleneseCommandIterator(String, Document, String) - Constructor for class jp.vmi.selenium.selenese.parser.SeleneseCommandIterator
Constructor.
SeleneseIteratorFactory - Class in jp.vmi.selenium.selenese.parser
Selenese iterator factory.
SeleneseRunnerMutator - Class in jp.vmi.selenium.selenese.mutator
A class that collects together a group of other mutators and applies them in the order they've been added to any script that needs modification.
SeleneseRunnerMutator() - Constructor for class jp.vmi.selenium.selenese.mutator.SeleneseRunnerMutator
Constructor.
SeleneseRunnerRuntimeException - Exception in jp.vmi.selenium.selenese
The exception which occurs when a selenese command has caused an error.
SeleneseRunnerRuntimeException(String) - Constructor for exception jp.vmi.selenium.selenese.SeleneseRunnerRuntimeException
Constructor.
SeleneseRunnerRuntimeException(String, Throwable) - Constructor for exception jp.vmi.selenium.selenese.SeleneseRunnerRuntimeException
Constructor.
SeleneseRunnerRuntimeException(Throwable) - Constructor for exception jp.vmi.selenium.selenese.SeleneseRunnerRuntimeException
Constructor.
SeleneseTestCaseIterator - Class in jp.vmi.selenium.selenese.parser
Iterator and iterable of test suite of Selenese format.
SeleneseTestCaseIterator(String, Document) - Constructor for class jp.vmi.selenium.selenese.parser.SeleneseTestCaseIterator
Constructor.
SeleneseTestProjectReader - Class in jp.vmi.selenium.selenese.parser
Test project of Selenese format.
SeleneseTestSuiteIterator - Class in jp.vmi.selenium.selenese.parser
Selenese test suite iterator.
SELENIUM_IDE_VERSION - Static variable in class jp.vmi.selenium.runner.converter.Converters
 
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(int, CommandResult) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
set(Object, Object) - Method in class jp.vmi.selenium.selenese.config.OptionEntry
Set option value.
set(String, Object) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
Set option value by name.
set(ICommand) - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
set(DriverOptions.DriverOption, Object) - Method in class jp.vmi.selenium.webdriver.DriverOptions
Set option key and value.
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
 
setAccept(boolean) - Method in interface jp.vmi.selenium.selenese.AlertActionListener
Set whether or not to accept next alert dialog.
setAlertsPolicy(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setAnswer(String) - Method in interface jp.vmi.selenium.selenese.AlertActionListener
Set the answer for native alert dialog.
setArgs(String[]) - Method in class jp.vmi.selenium.runner.converter.ConverterOptions
 
setArgs(String[]) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setBaseurl(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setBlockEnd(BlockEnd) - Method in interface jp.vmi.selenium.selenese.command.BlockStart
Set end-of-block command.
setBlockEnd(BlockEnd) - Method in class jp.vmi.selenium.selenese.command.BlockStartImpl
 
setBlockStart(BlockStart) - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
setBlockStart(BlockStart) - Method in interface jp.vmi.selenium.selenese.command.BlockEnd
Set beginning-of-block command.
setBlockStart(BlockStart) - Method in interface jp.vmi.selenium.selenese.command.ICommand
Set beginning-of-block command.
setBlockStart(BlockStart) - Method in class jp.vmi.selenium.selenese.command.StartMarker
 
setBreakpoint(boolean) - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
setChromedriver(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setChromeExperimentalOptions(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setCommand(String) - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
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.
setCommands(List<SideCommand>) - Method in class jp.vmi.selenium.runner.model.side.SideTest
 
setComment(String) - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
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
 
setCursorPosition(WebDriver, WebElement, int) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
Set cursor poision in text field.
SetCursorPosition - Class in jp.vmi.selenium.selenese.command
Re-implementation of SetCursorPosition.
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.
setDriverSpecificCapabilitiesForRemoteWebDriver(DesiredCapabilities, DriverOptions) - Static method in class jp.vmi.selenium.webdriver.FirefoxDriverFactory
set driver specific capabilities for RemoteWebDriver.
setEdgedriver(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setEndLoop(EndLoop) - Method in interface jp.vmi.selenium.selenese.command.StartLoop
Deprecated.
Set end-of-loop command.
setEndTime(long) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
Set end time.
setError(String, String) - Method in class jp.vmi.junit.result.TestCaseResult
Set error result.
setError(ITestCase, String, String) - Method in class jp.vmi.junit.result.JUnitResult
Set error in test-case.
setError(TestCaseResult) - Method in class jp.vmi.junit.result.TestSuiteResult
Set error when the test class failed to load
setFailure(String, String) - Method in class jp.vmi.junit.result.TestCaseResult
Set failure result.
setFailure(ITestCase, String, String) - Method in class jp.vmi.junit.result.JUnitResult
Set failure in test-case.
setFirefox(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setFlowControlState(ICommand, T) - Method in interface jp.vmi.selenium.selenese.Context
Set flow control state.
setFlowControlState(ICommand, T) - Method in class jp.vmi.selenium.selenese.Runner
 
setFormat(String, String, String, String, String, String) - Static method in class jp.vmi.selenium.selenese.utils.DateTimeUtils
Set date and time format.
setGeckodriver(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setHeadless(boolean) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
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.
setId(String) - Method in class jp.vmi.selenium.runner.model.side.SideBase
 
setId(String) - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
setId(String) - Method in class jp.vmi.selenium.selenese.parser.AbstractTestElementIterator
 
setId(String) - Method in class jp.vmi.selenium.selenese.TestCase
Set test-case id.
setId(String) - Method in class jp.vmi.selenium.selenese.TestSuite
Set test-suite id.
setIdir(String) - Method in class jp.vmi.selenium.runner.converter.ConverterOptions
 
setIedriver(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setIext(String) - Method in class jp.vmi.selenium.runner.converter.ConverterOptions
 
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
 
setIndex(int) - Method in class jp.vmi.selenium.selenese.ErrorTestSuite
 
setIndex(int) - Method in interface jp.vmi.selenium.selenese.ITreedFileGenerator
Set index of this object in the parent object.
setIndex(int) - Method in class jp.vmi.selenium.selenese.TestSuite
 
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
 
setInputDir(Path) - Method in class jp.vmi.selenium.runner.converter.ConvListGenerator
 
setInstance(WindowSelector) - Static method in class jp.vmi.selenium.selenese.utils.WindowSelector
Set WindowSelector instance.
setInteractive(boolean) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setInteractive(boolean) - Method in class jp.vmi.selenium.selenese.Runner
Set interactive.
setJSLibrary(JSLibrary) - Method in interface jp.vmi.selenium.selenese.Context
Set JavaScript library handler.
setJSLibrary(JSLibrary) - Method in class jp.vmi.selenium.selenese.NullContext
 
setJSLibrary(JSLibrary) - Method in class jp.vmi.selenium.selenese.Runner
 
setJUnitResultDir(String) - Method in class jp.vmi.selenium.selenese.Runner
Initialize JUnitResult.
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
 
setMaxRetries(int) - Method in interface jp.vmi.selenium.selenese.Context
Set the maximum number of retries allowed for a given test.
setMaxRetries(int) - Method in class jp.vmi.selenium.selenese.Runner
 
setMaxRetries(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setMaxTime(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setName(String) - Method in class jp.vmi.selenium.runner.model.side.SideBase
 
setName(String) - Method in class jp.vmi.selenium.selenese.parser.AbstractTestElementIterator
 
setNextConfirmationState(WebDriver, boolean) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
Choose button on next confirm dialog.
setNoExit(boolean) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setNoProxy(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setOdir(String) - Method in class jp.vmi.selenium.runner.converter.ConverterOptions
 
setOext(String) - Method in class jp.vmi.selenium.runner.converter.ConverterOptions
 
setOpensWindow(boolean) - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
setOpensWindowRead(boolean) - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
setOrAddOptionValue(String, String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
Set or add option value by name.
setOutputDir(Path) - Method in class jp.vmi.selenium.runner.converter.ConvListGenerator
 
setOverridingBaseURL(String) - Method in class jp.vmi.selenium.selenese.Runner
Set URL for overriding test-case base URL.
setParallel(boolean) - Method in class jp.vmi.selenium.runner.model.side.SideSuite
 
setParent(ITreedFileGenerator) - Method in class jp.vmi.selenium.selenese.ErrorTestSuite
 
setParent(ITreedFileGenerator) - Method in interface jp.vmi.selenium.selenese.ITreedFileGenerator
Set parent object.
setParent(ITreedFileGenerator) - Method in class jp.vmi.selenium.selenese.TestSuite
 
setPersistSession(boolean) - Method in class jp.vmi.selenium.runner.model.side.SideSuite
 
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.
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
 
setProxyType(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.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.
setScreenshotScrollTimeout(int) - Method in class jp.vmi.selenium.selenese.Runner
Set screenshot scroll timeout.
setScreenshotScrollTimeout(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setSeleneseExt(String) - Method in class jp.vmi.selenium.runner.converter.ConvListGenerator
 
setSetSpeed(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setSideCommand(SideCommand) - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
setSideCommand(SideCommand) - Method in interface jp.vmi.selenium.selenese.command.ICommand
Set side command.
setSideCommand(SideCommand) - Method in class jp.vmi.selenium.selenese.command.StartMarker
 
setSideExt(String) - Method in class jp.vmi.selenium.runner.converter.ConvListGenerator
 
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
 
SetSpeed - Class in jp.vmi.selenium.selenese.command
Command "setSpeed".
setStartLoop(StartLoop) - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
setStartLoop(StartLoop) - Method in interface jp.vmi.selenium.selenese.command.EndLoop
Deprecated.
use BlockEnd instead.
setStartLoop(StartLoop) - Method in interface jp.vmi.selenium.selenese.command.ICommand
Deprecated.
setStartLoop(StartLoop) - Method in class jp.vmi.selenium.selenese.command.StartMarker
Deprecated.
setStrictExitCode(boolean) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
setSuccess() - Method in class jp.vmi.junit.result.TestCaseResult
Set success result.
setSuccess(ITestCase) - Method in class jp.vmi.junit.result.JUnitResult
Set success.
setSuites(List<SideSuite>) - Method in class jp.vmi.selenium.runner.model.side.SideFile
 
setTarget(String) - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
setTargets(List<List<String>>) - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
setTestCaseMap(TestCaseMap) - Method in interface jp.vmi.selenium.selenese.Context
Set test-case map.
setTestCaseMap(TestCaseMap) - Method in class jp.vmi.selenium.selenese.Runner
 
setTestCaseMap(TestCaseMap) - Method in class jp.vmi.selenium.selenese.TestProject
Set test-case map.
setTests(List<SideTest>) - Method in class jp.vmi.selenium.runner.model.side.SideFile
 
setTests(List<SideTest>) - Method in class jp.vmi.selenium.runner.model.side.SideSuite
 
setTestTarget(T) - Method in class jp.vmi.junit.result.TestResult
Set test target.
setTimeout(int) - Method in class jp.vmi.selenium.runner.model.side.SideSuite
 
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
 
setTimeout(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
SetTimeout - Class in jp.vmi.selenium.selenese.command
Command "setTimeout".
setupBuilder(B, DriverOptions, DriverOptions.DriverOption) - Static method in class jp.vmi.selenium.webdriver.WebDriverFactory
Setup builder for DriverService.
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.
setupTestCaseMap(SourceType, ICommandFactory) - Method in class jp.vmi.selenium.selenese.parser.SideTestProjectReader
 
setupTestCaseMap(SourceType, ICommandFactory) - Method in interface jp.vmi.selenium.selenese.parser.TestProjectReader
Setup test-case map.
setUrl(String) - Method in class jp.vmi.selenium.runner.model.side.SideFile
 
setUrls(List<Object>) - Method in class jp.vmi.selenium.runner.model.side.SideFile
 
setValue(String) - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
setValue(String) - Method in class jp.vmi.selenium.selenese.utils.KeyValue
 
setVarsMap(VarsMap) - Method in class jp.vmi.selenium.selenese.Runner
Set variables map used for this session.
setW3cAction(Boolean) - Method in class jp.vmi.selenium.selenese.Runner
Set W3C action compatibility.
setWebDriverFactory(String) - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Set current WebDriverFactory name.
setWebDriverFactory(WebDriverFactory) - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Set current WebDriverFactory.
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
 
setWindowHandleName(String) - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
SetWindowSize - Class in jp.vmi.selenium.selenese.command
Command "setWindowSize".
setWindowTimeout(long) - Method in class jp.vmi.selenium.runner.model.side.SideCommand
 
setXmlResult(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
 
shiftKeyDown() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
 
ShiftKeyDown - Class in jp.vmi.selenium.selenese.command
Command "shiftKeyDown".
shiftKeyUp() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
 
ShiftKeyUp - Class in jp.vmi.selenium.selenese.command
Command "shiftKeyUp".
showHelp(PrintWriter, String...) - Method in class jp.vmi.selenium.runner.converter.ConverterOptions
Show help message.
showHelp(PrintWriter, String, String, String, String...) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
Show help message.
SIDE - jp.vmi.selenium.selenese.SourceType
 
SideBase - Class in jp.vmi.selenium.runner.model.side
base element of side format.
SideBase(boolean) - Constructor for class jp.vmi.selenium.runner.model.side.SideBase
 
SideCommand - Class in jp.vmi.selenium.runner.model.side
"command" element of side format.
SideCommand(boolean) - Constructor for class jp.vmi.selenium.runner.model.side.SideCommand
 
SideCommandIterator - Class in jp.vmi.selenium.selenese.parser
Iterator and iterable of test case of SideFile format.
SideCommandIterator(SideProject, String) - Constructor for class jp.vmi.selenium.selenese.parser.SideCommandIterator
Constructor.
SideCommandMetadata - Class in jp.vmi.selenium.runner.model.side
Side command metadata.
SideCommandSignature - Class in jp.vmi.selenium.runner.model.side
Side command information.
SideCommandSignature(String, String, String, ArgTypes, ArgTypes) - Constructor for class jp.vmi.selenium.runner.model.side.SideCommandSignature
Constructor.
SideFile - Class in jp.vmi.selenium.runner.model.side
element of side format file.
SideFile(boolean) - Constructor for class jp.vmi.selenium.runner.model.side.SideFile
 
SideProject - Class in jp.vmi.selenium.runner.model.side
parsed side format data.
SideSuite - Class in jp.vmi.selenium.runner.model.side
"suite" element of side format.
SideSuite(boolean) - Constructor for class jp.vmi.selenium.runner.model.side.SideSuite
 
SideTest - Class in jp.vmi.selenium.runner.model.side
"test" element of side format.
SideTest(boolean) - Constructor for class jp.vmi.selenium.runner.model.side.SideTest
 
SideTestCaseIterator - Class in jp.vmi.selenium.selenese.parser
Iterator and iterable of test suite of SideFile format.
SideTestCaseIterator(SideProject, String) - Constructor for class jp.vmi.selenium.selenese.parser.SideTestCaseIterator
Constructor.
SideTestProjectReader - Class in jp.vmi.selenium.selenese.parser
Test project of SideFile format.
SideTestSuiteIterator - Class in jp.vmi.selenium.selenese.parser
Iterator and iterable of test suite of SideFile format.
size() - Method in class jp.vmi.selenium.selenese.command.CommandList
Returns the number of elements in this list.
size() - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
size() - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
 
SKIP - jp.vmi.selenium.selenese.log.CookieFilter.FilterType
skip cookies matched pattern.
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.
SourceType - Enum in jp.vmi.selenium.selenese
Test-case/test-suite source type.
start() - Method in class jp.vmi.selenium.selenese.MaxTimeActiveTimer
Schedule timer task.
start() - Method in interface jp.vmi.selenium.selenese.MaxTimeTimer
Start timer.
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
Deprecated.
StartLoopImpl - Class in jp.vmi.selenium.selenese.command
Deprecated.
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.
stop() - Method in class jp.vmi.selenium.selenese.MaxTimeActiveTimer
stop timer and remove scheduled task.
stop() - Method in interface jp.vmi.selenium.selenese.MaxTimeTimer
Stop timer.
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".
StoreJson - Class in jp.vmi.selenium.selenese.command
Command "storeJson".
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() - Constructor for class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Constructor.
SubCommandMapProvider - Interface in jp.vmi.selenium.selenese
Sub command map provider.
subList(int, int) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
Submit - Class in jp.vmi.selenium.selenese.command
Command "submit".
Success - Class in jp.vmi.selenium.selenese.result
Result of success.
Success(String) - Constructor for class jp.vmi.selenium.selenese.result.Success
Constructor.
Success(Result) - Constructor for class jp.vmi.selenium.selenese.result.Success
Constructor.
SUCCESS - jp.vmi.selenium.selenese.result.Result.Level
 
SUCCESS - Static variable in class jp.vmi.selenium.selenese.result.Success
Default success
summary - Variable in class jp.vmi.html.result.TestSuiteTree.Node
 
switchTo() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
SystemInformation - Class in jp.vmi.selenium.selenese.utils
System Information.

T

takeEntirePageScreenshot(String) - Method in class jp.vmi.selenium.selenese.Runner
 
takeEntirePageScreenshot(String) - Method in interface jp.vmi.selenium.selenese.ScreenshotHandler
Take entire page screenshot to filename.
takeScreenshot(File, boolean) - Method in class jp.vmi.selenium.selenese.Runner
Take screenshot.
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.
TEST_CASE - jp.vmi.selenium.runner.model.ArgTypes
test case
TEST_CASE - jp.vmi.selenium.selenese.Selenese.Type
 
TEST_PROJECT - jp.vmi.selenium.selenese.Selenese.Type
 
TEST_SUITE - jp.vmi.selenium.selenese.Selenese.Type
 
TestCase - Class in jp.vmi.selenium.selenese
test-case object for execution.
TestCase() - Constructor for class jp.vmi.selenium.selenese.TestCase
 
TestCaseEntry - Class in jp.vmi.selenium.selenese.parser
Test case entry in test suite.
TestCaseEntry(boolean, String, String) - Constructor for class jp.vmi.selenium.selenese.parser.TestCaseEntry
Constructor.
TestCaseIterator - Interface in jp.vmi.selenium.selenese.parser
Test suite iterator with iterable.
TestCaseMap - Class in jp.vmi.selenium.selenese
Map of test-case.
TestCaseMap() - Constructor for class jp.vmi.selenium.selenese.TestCaseMap
Constructor.
TestCaseParser - Class in jp.vmi.selenium.selenese
Parser of test-case script.
TestCaseParser() - 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
 
TestElementEntry - Class in jp.vmi.selenium.selenese.parser
Test case entry in test suite.
TestElementEntry(String, String) - Constructor for class jp.vmi.selenium.selenese.parser.TestElementEntry
Constructor.
TestElementIterator<E extends TestElementEntry> - Interface in jp.vmi.selenium.selenese.parser
Test element iterator.
TestElementIteratorFactory<I extends TestElementIterator<?>,​E extends TestElementEntry> - Interface in jp.vmi.selenium.selenese.parser
Test case iterator factory.
TestProject - Class in jp.vmi.selenium.selenese
test-project object for execution.
TestProject() - Constructor for class jp.vmi.selenium.selenese.TestProject
 
TestProjectParser - Class in jp.vmi.selenium.selenese
Parser of test-project (test-suite including test-suites) script.
TestProjectParser() - Constructor for class jp.vmi.selenium.selenese.TestProjectParser
 
TestProjectReader - Interface in jp.vmi.selenium.selenese.parser
Test project reader.
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
 
TestSuiteEntry - Class in jp.vmi.selenium.selenese.parser
Test suite entry in side file.
TestSuiteEntry(String, String) - Constructor for class jp.vmi.selenium.selenese.parser.TestSuiteEntry
Constructor.
TestSuiteIterator - Interface in jp.vmi.selenium.selenese.parser
Test suite iterator with iterable.
TestSuiteParser - Class in jp.vmi.selenium.selenese
Parser of test-suite script.
TestSuiteParser() - 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
 
TEXT - jp.vmi.selenium.runner.model.ArgTypes
text
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
 
Times - Class in jp.vmi.selenium.selenese.command
Command "times".
TIMES - jp.vmi.selenium.runner.model.ArgTypes
times
TITLE - jp.vmi.selenium.selenese.log.LogFilter
enable title logging.
toArray() - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
toArray(T[]) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
 
toJson(Object) - Static method in class jp.vmi.selenium.runner.model.side.SideProject
Serialize to JSON.
toList(ScriptEngine, Object) - Static method in class jp.vmi.script.JSList
JavaScript object to List.
toLocatorString() - Method in class jp.vmi.selenium.selenese.locator.Locator
Deprecated.
toMap(ScriptEngine, Object) - Static method in class jp.vmi.script.JSMap
JavaScript object to Map.
toString() - Method in class jp.vmi.selenium.runner.model.side.SideBase
 
toString() - Method in class jp.vmi.selenium.runner.model.utils.CommandsJs
 
toString() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
toString() - Method in class jp.vmi.selenium.selenese.command.CommandList
 
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 enum jp.vmi.selenium.selenese.javascript.JSLibrary.KeyEventType
 
toString() - Method in class jp.vmi.selenium.selenese.locator.Locator
 
toString() - Method in class jp.vmi.selenium.selenese.locator.OptionLocator
 
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.TestCase
 
toString() - Method in class jp.vmi.selenium.selenese.TestProject
 
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 enum jp.vmi.selenium.webdriver.DriverOptions.DriverOption
 
toString() - Method in class jp.vmi.selenium.webdriver.DriverOptions
 
toString() - Method in class jp.vmi.selenium.webdriver.WebDriverFactory
 
toStringImpl(String) - Method in class jp.vmi.selenium.selenese.TestSuite
 
triggerKeyEvent(WebDriver, WebElement, JSLibrary.KeyEventType, String, ModifierKeyState) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
Trigger key event.
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.locator.OptionLocator
locator type.
type - Variable in class jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern
Type of string-matching pattern.
Type - Class in jp.vmi.selenium.selenese.command
Command "type".
TypeKeys - Class in jp.vmi.selenium.selenese.command
Command "typeKeys".

U

uncapitalize(String) - Static method in class jp.vmi.selenium.selenese.utils.LangUtils
Uncapitalize string.
uncaughtException(Thread, Throwable) - Method in class jp.vmi.selenium.selenese.MaxTimeActiveTimer
 
Uncheck - Class in jp.vmi.selenium.selenese.command
Command "uncheck".
Unexecuted - Class in jp.vmi.selenium.selenese.result
Result of Unexecuted.
Unexecuted(Result) - Constructor for class jp.vmi.selenium.selenese.result.Unexecuted
Constructor.
UNEXECUTED - jp.vmi.selenium.selenese.result.Result.Level
 
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
 
unsetOptions() - Method in class jp.vmi.selenium.selenese.command.SelectElement
Unset options if "select" is multiple.
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
Deprecated.
use #updateWithChildResult(Selenese, Result) instead.
updateWithChildResult(Selenese, Result) - Method in class jp.vmi.selenium.selenese.result.Result
Update total result with child result.
URL - jp.vmi.selenium.runner.model.ArgTypes
url
URL - jp.vmi.selenium.selenese.log.LogFilter
enable URL logging.
UrlEncodeRenderer - Class in jp.vmi.html.result
URL encode renderer for JMTE.
UrlEncodeRenderer() - Constructor for class jp.vmi.html.result.UrlEncodeRenderer
 
USAGE - jp.vmi.selenium.selenese.result.Result.Level
 
UseXpathLibrary - Class in jp.vmi.selenium.selenese.command
Re-implementation of UseXpathLibrary.

V

value - Variable in class jp.vmi.selenium.selenese.log.CookieValue
 
value - Variable in enum jp.vmi.selenium.selenese.result.Result.Level
 
VALUE - jp.vmi.selenium.runner.model.ArgTypes
value
VALUE - jp.vmi.selenium.selenese.command.ArgumentType
Value not locator
VALUE - jp.vmi.selenium.selenese.subcommand.GetSelected.Type
 
valueOf(String) - Static method in enum jp.vmi.selenium.runner.model.ArgTypes
Returns the enum constant of this type with the specified name.
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.javascript.JSLibrary.KeyEventType
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.log.LogFilter
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.SourceType
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.runner.model.ArgTypes
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.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.javascript.JSLibrary.KeyEventType
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() - Static method in enum jp.vmi.selenium.selenese.log.LogFilter
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.SourceType
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.
VAR - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
VARIABLE_NAME - jp.vmi.selenium.runner.model.ArgTypes
variable name
VariableDeclaration - Class in jp.vmi.selenium.selenese.mutator
Prepend a variable declaration to a script.
VariableDeclaration(String, String) - Constructor for class jp.vmi.selenium.selenese.mutator.VariableDeclaration
 
VariableDeclarationWithDynamicValue - Class in jp.vmi.selenium.selenese.mutator
Variable declaration with dynamic value.
VariableDeclarationWithDynamicValue(String, Function<Context, String>) - Constructor for class jp.vmi.selenium.selenese.mutator.VariableDeclarationWithDynamicValue
Constructor.
VarsMap - Class in jp.vmi.selenium.selenese
Variable Map.
VarsMap() - Constructor for class jp.vmi.selenium.selenese.VarsMap
Constructor.

W

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 - 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_TIME - jp.vmi.selenium.runner.model.ArgTypes
wait time
Wait.StopCondition - Interface in jp.vmi.selenium.selenese.utils
Wait-stop condition.
waitAfterSelectingWindowIfNeed(Context) - Static method in class jp.vmi.selenium.selenese.utils.WindowSelector
Wait after selecting a window if the browser is Firefox.
WaitForCondition - Class in jp.vmi.selenium.selenese.command
An implementation of "waitForCondition".
WaitForPageToLoad - Class in jp.vmi.selenium.selenese.command
Re-implementation of "waitForPageToLoad".
WaitForPopUp - Class in jp.vmi.selenium.selenese.command
Command "waitForPopUp".
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.
Warning(String, Exception) - Constructor for class jp.vmi.selenium.selenese.result.Warning
Constructor.
Warning(Result) - Constructor for class jp.vmi.selenium.selenese.result.Warning
Constructor.
WARNING - jp.vmi.selenium.selenese.result.Result.Level
 
WEBDRIVER_FACTORY - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
System property name for user defined WebDriverFactory.
WebDriverElementFinder - Class in jp.vmi.selenium.selenese.locator
WebDriver Element Locator.
WebDriverElementFinder() - Constructor for class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Constructor.
WebDriverElementFinder.ElementFinderNoSuchElementException - Exception in jp.vmi.selenium.selenese.locator
NoSuchElementException for WebDriverElementFinder.
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 - jp.vmi.selenium.webdriver.DriverOptions.DriverOption
--width
WIDTH - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
WindowFocus - Class in jp.vmi.selenium.selenese.command
Re-implementation of WindowFocus.
windowMaximize(WebDriver) - Static method in class jp.vmi.selenium.selenese.utils.SeleniumUtils
Maximize window with workaround.
WindowMaximize - Class in jp.vmi.selenium.selenese.command
Command "windowMaximize".
WindowSelector - Class in jp.vmi.selenium.selenese.utils
Re-implementation of "com.thoughtworks.selenium.webdriven.Windows".
WindowSelector() - Constructor for class jp.vmi.selenium.selenese.utils.WindowSelector
 
withOption(String) - Method in class jp.vmi.selenium.selenese.locator.Locator
Add option locator.

X

XML_RESULT - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
 
XPATH - jp.vmi.selenium.runner.model.ArgTypes
xpath
XPATH - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
XPathUtils - Class in jp.vmi.selenium.selenese.utils
XPath utilities.
XPathUtils() - Constructor for class jp.vmi.selenium.selenese.utils.XPathUtils
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages