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

A

AbstractCommand - Class in jp.vmi.selenium.selenese.command
Base implementation of command.
AbstractCommand(int, String, String[], ArgumentType...) - Constructor for class jp.vmi.selenium.selenese.command.AbstractCommand
Constructor.
AbstractSubCommand<T> - Class in jp.vmi.selenium.selenese.subcommand
Base implementation of sub-command.
AbstractSubCommand(ArgumentType...) - Constructor for class jp.vmi.selenium.selenese.subcommand.AbstractSubCommand
Constructor.
add(TestSuite, TestSuiteSummary) - Method in class jp.vmi.html.result.TestSuiteTree
Add test-suite and it's summary.
add(ICommand) - Method in class jp.vmi.selenium.selenese.command.CommandList
 
add(ICommand) - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
add(String, String) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
 
add(Cookie) - Method in class jp.vmi.selenium.selenese.log.CookieMap
Add cookie information.
addCollection(String) - Method in class jp.vmi.selenium.selenese.CollectionMap
Create new collection (FIFO).
AddCollection - Class in jp.vmi.selenium.selenese.command
Command "addCollection".
addCollection(String) - Method in class jp.vmi.selenium.selenese.TestCase
Deprecated.
addCommand(Command) - Method in class jp.vmi.selenium.selenese.TestCase
Deprecated.
addCommand(ICommand) - Method in class jp.vmi.selenium.selenese.TestCase
Add command to command list.
addCommand(ICommandFactory, String, String...) - Method in class jp.vmi.selenium.selenese.TestCase
Add command to command list.
addDefinitions(String...) - Method in class jp.vmi.selenium.webdriver.DriverOptions
Add "define" parameters.
AdditionalHandler - Class in jp.vmi.selenium.selenese.locator
Additional locator handler.
AdditionalHandler(String, String) - Constructor for class jp.vmi.selenium.selenese.locator.AdditionalHandler
Constructor.
addMethod(String, SeleneseCommand<?>) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
addMutator(ScriptMutator) - Method in class jp.vmi.selenium.selenese.SeleneseRunnerMutator
 
addProperty(ITestSuite, String, String) - Method in class jp.vmi.junit.result.JUnitResult
Add property in test-suite.
addProperty(String, String) - Method in class jp.vmi.junit.result.TestSuiteResult
Add property.
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) - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
addScreenshot(String) - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
addScreenshot(String) - Method in interface jp.vmi.selenium.selenese.command.ICommand
Add screenshot image.
addSelenese(Selenese) - Method in class jp.vmi.selenium.selenese.TestSuite
Add Selenese (test-suite/test-case) instance.
addSeleneseFile(String, ICommandFactory) - Method in class jp.vmi.selenium.selenese.TestSuite
Add Selenese file.
addTestCaseResult(TestCaseResult) - Method in class jp.vmi.junit.result.TestSuiteResult
Add TestCaseResult instance.
addToCollection(String, String) - Method in class jp.vmi.selenium.selenese.CollectionMap
Add value to collection.
AddToCollection - Class in jp.vmi.selenium.selenese.command
Command "addToCollection".
addToCollection(String, String) - Method in class jp.vmi.selenium.selenese.TestCase
Deprecated.
ALL_PASS - Static variable in class jp.vmi.selenium.selenese.log.CookieFilter
All cookies pass through.
allMessages(CookieFilter) - Method in class jp.vmi.selenium.selenese.log.CookieMap
Get all cookies as string.
ANDROID - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
Deprecated.
APPIUM - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
AppiumWebDriver
AppiumWebDriverFactory - Class in jp.vmi.selenium.webdriver
Factory of RemoteWebDriver.
AppiumWebDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.AppiumWebDriverFactory
 
arg - Variable in class jp.vmi.selenium.selenese.locator.Locator
argument for locator type.
ARGS - Static variable in class jp.vmi.script.JSWrapper
arguments name.
args - Variable in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
ArgumentType - Enum in jp.vmi.selenium.selenese.command
Type of command arguments.
Assertion - Class in jp.vmi.selenium.selenese.command
Commands of "assert*", "verify*", and "waitFor*".

B

Binder - Class in jp.vmi.selenium.selenese.inject
Apply aspect.
Binder() - Constructor for class jp.vmi.selenium.selenese.inject.Binder
 
BuiltInCommand - Class in jp.vmi.selenium.selenese.command
Commands implemented by WebDriverCommandProcessor or ISubCommand.

C

canUpdate() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
Can this command update screen?
CaptureEntirePageScreenshot - Class in jp.vmi.selenium.selenese.command
Command "captureEntirePageScreenshot".
children - Variable in class jp.vmi.html.result.TestSuiteTree.Node
 
CHROME - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
Chrome.
ChromeDriverFactory - Class in jp.vmi.selenium.webdriver
Factory of ChromeDriver.
ChromeDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.ChromeDriverFactory
 
close() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
CollectionMap - Class in jp.vmi.selenium.selenese
Collection Map.
CollectionMap() - Constructor for class jp.vmi.selenium.selenese.CollectionMap
 
Command - Class in jp.vmi.selenium.selenese.command
Deprecated.
Command(int, String, String[], int, int[]) - Constructor for class jp.vmi.selenium.selenese.command.Command
Deprecated.
Constructor.
Command(int, String, String[], int) - Constructor for class jp.vmi.selenium.selenese.command.Command
Deprecated.
Constructor.
CommandDumper - Class in jp.vmi.selenium.selenese.utils
List supported commands.
CommandDumper() - Constructor for class jp.vmi.selenium.selenese.utils.CommandDumper
 
CommandFactory - Class in jp.vmi.selenium.selenese.command
Factory of selenese command.
CommandFactory() - Constructor for class jp.vmi.selenium.selenese.command.CommandFactory
Deprecated.
CommandFactory(Context) - Constructor for class jp.vmi.selenium.selenese.command.CommandFactory
Constructor.
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
 
Comment - Class in jp.vmi.selenium.selenese.command
 
compareTo(CookieKey) - Method in class jp.vmi.selenium.selenese.log.CookieKey
 
completed - Variable in class jp.vmi.junit.result.FailsafeSummary
 
concat(String, String) - Static method in class jp.vmi.selenium.selenese.utils.PathUtils
Concatinate filename.
Context - Interface in jp.vmi.selenium.selenese
Selenese Runner Context.
convertLocators(String[]) - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
convertLocators(String[]) - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
convertLocators(String[]) - Method in interface jp.vmi.selenium.selenese.command.ICommand
Convert locators from arguments.
convertToOptionLocatorWithParent(String, String) - Static method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Convert to option locator with parent.
convertToString(T) - Static method in class jp.vmi.selenium.selenese.utils.SeleniumUtils
Convert to String from the result of execute().
CookieFilter - Class in jp.vmi.selenium.selenese.log
Cookie filter.
CookieFilter(CookieFilter.FilterType, String) - Constructor for class jp.vmi.selenium.selenese.log.CookieFilter
Constructor.
CookieFilter.FilterType - Enum in jp.vmi.selenium.selenese.log
Type of cookie filter.
CookieKey - Class in jp.vmi.selenium.selenese.log
Key of Cookie.
CookieKey(String, String, String) - Constructor for class jp.vmi.selenium.selenese.log.CookieKey
Constructor.
CookieMap - Class in jp.vmi.selenium.selenese.log
Map of Cookies.
CookieMap() - Constructor for class jp.vmi.selenium.selenese.log.CookieMap
 
cookieMap - Variable in class jp.vmi.selenium.selenese.log.PageInformation
 
CookieValue - Class in jp.vmi.selenium.selenese.log
Value of Cookie.
CookieValue(CookieKey, String, Date) - Constructor for class jp.vmi.selenium.selenese.log.CookieValue
 
createDefaultService(Capabilities) - Static method in class org.openqa.selenium.phantomjs.CustomPhantomJSDriverServiceFactory
Configures and returns a new PhantomJSDriverService using the default configuration without logging.
createError() - Method in class jp.vmi.junit.result.ObjectFactory
Create Error instance.
createError(String, String) - Method in class jp.vmi.junit.result.ObjectFactory
Create Error instance.
createFailsafeSummary() - Method in class jp.vmi.junit.result.ObjectFactory
Create FailsafeSummary instance.
createFailure() - Method in class jp.vmi.junit.result.ObjectFactory
Create Failure instance.
createFailure(String, String) - Method in class jp.vmi.junit.result.ObjectFactory
Create Failure instance.
createProperty() - Method in class jp.vmi.junit.result.ObjectFactory
Create Property instance.
createProperty(String, String) - Method in class jp.vmi.junit.result.ObjectFactory
Create Property instance.
createService(Map<String, String>) - Static method in class jp.vmi.selenium.webdriver.CustomChromeDriverService
Configures and returns a new ChromeDriverService.
createTestCaseResult(ITestCase) - Method in class jp.vmi.junit.result.ObjectFactory
Create TestCaseResult instance.
createTestSuiteResult(ITestSuite) - Method in class jp.vmi.junit.result.ObjectFactory
Create TestSuiteResult instance.
CSS - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
CustomChromeDriverService - Class in jp.vmi.selenium.webdriver
Customized ChromeDriverService.
CustomCommandProcessor - Class in jp.vmi.selenium.selenese.cmdproc
Deprecated.
CustomCommandProcessor(String, WebDriver, VarsMap) - Constructor for class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
Constructor.
CustomCommandProcessor(String, WebDriver) - Constructor for class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
Constructor.
CustomCommandProcessor(SubCommandMap) - Constructor for class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
Constructor.
CustomPhantomJSDriverServiceFactory - Class in org.openqa.selenium.phantomjs
Substitution of PhantomJSDriverService#createDefaultService(Capabilities).
CustomPhantomJSDriverServiceFactory() - Constructor for class org.openqa.selenium.phantomjs.CustomPhantomJSDriverServiceFactory
 

D

date - Variable in class jp.vmi.selenium.selenese.utils.LogRecorder.LogMessage
Recorded date
DEFAULT_HEIGHT - Static variable in class jp.vmi.selenium.webdriver.WebDriverFactory
 
DEFAULT_WIDTH - Static variable in class jp.vmi.selenium.webdriver.WebDriverFactory
 
diffMessages(CookieFilter, CookieMap) - Method in class jp.vmi.selenium.selenese.log.CookieMap
Get differential cookies as string.
doCommand(String, String[]) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
doCommand(TestCase, Runner) - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
Execute selenese command.
doCommand(Context, ICommand, String...) - Method in class jp.vmi.selenium.selenese.command.CommandList
 
DoCommand - Annotation Type in jp.vmi.selenium.selenese.inject
Annotates command execution.
doCommandImpl(TestCase, Runner) - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
Implementation of command.
docucment - Variable in class jp.vmi.selenium.selenese.Parser
 
doHighlight(WebDriver, WebDriverElementFinder, String, List<Locator>) - Method in class jp.vmi.selenium.selenese.highlight.HighlightStyle
Do highlight specified element.
DOM - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
domain - Variable in class jp.vmi.selenium.selenese.log.CookieKey
 
DriverOptions - Class in jp.vmi.selenium.webdriver
Options for WebDriver.
DriverOptions() - Constructor for class jp.vmi.selenium.webdriver.DriverOptions
Constructs empty options.
DriverOptions(CommandLine) - Constructor for class jp.vmi.selenium.webdriver.DriverOptions
Constructs driver options specified by command line.
DriverOptions(DriverOptions) - Constructor for class jp.vmi.selenium.webdriver.DriverOptions
Constructs clone of DriverOptions.
DriverOptions.DriverOption - Enum in jp.vmi.selenium.webdriver
WebDriver option.

E

each(NodeList) - Static method in class jp.vmi.selenium.selenese.Parser
 
Echo - Class in jp.vmi.selenium.selenese.command
Command "echo".
ELEMENT_STYLES - Static variable in class jp.vmi.selenium.selenese.highlight.HighlightStyle
element styles.
EMPTY - Static variable in class jp.vmi.selenium.selenese.log.PageInformation
 
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, long) - Method in class jp.vmi.selenium.selenese.utils.StopWatch
End time.
EndFor - Class in jp.vmi.selenium.selenese.command
Command "endFor".
EndLoop - Interface in jp.vmi.selenium.selenese.command
interface for end-of-loop commands.
EndLoopImpl - Class in jp.vmi.selenium.selenese.command
 
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
 
equals(Object) - Method in class jp.vmi.selenium.selenese.log.CookieKey
 
equalsWithoutExpiry(CookieValue) - Method in class jp.vmi.selenium.selenese.log.CookieValue
 
Error - Class in jp.vmi.selenium.selenese.result
Result of error.
Error(String) - Constructor for class jp.vmi.selenium.selenese.result.Error
Constructor.
Error(Exception) - Constructor for class jp.vmi.selenium.selenese.result.Error
Constructor.
error(String) - Method in class jp.vmi.selenium.selenese.utils.LogRecorder
Log error message.
errors - Variable in class jp.vmi.junit.result.FailsafeSummary
 
ErrorSource - Class in jp.vmi.selenium.selenese
 
ErrorSource() - Constructor for class jp.vmi.selenium.selenese.ErrorSource
 
ErrorTestCase - Class in jp.vmi.selenium.selenese
 
ErrorTestCase() - Constructor for class jp.vmi.selenium.selenese.ErrorTestCase
 
ErrorTestSuite - Class in jp.vmi.selenium.selenese
 
ErrorTestSuite() - Constructor for class jp.vmi.selenium.selenese.ErrorTestSuite
 
escapeHtml(String, boolean) - Static method in class jp.vmi.selenium.selenese.utils.EscapeUtils
HTML escape.
EscapeUtils - Class in jp.vmi.selenium.selenese.utils
String escape utilities.
eval(String, Object...) - Method in class jp.vmi.script.JSWrapper
Evaluate script.
Eval - Class in jp.vmi.selenium.selenese
Evaluator of script including "storedVars" variable.
Eval(Context) - Constructor for class jp.vmi.selenium.selenese.Eval
Constructor.
eval(WebDriver, String) - Method in class jp.vmi.selenium.selenese.Eval
Evaluate script including "storedVars" variable.
eval(WebDriver, String, String) - Method in class jp.vmi.selenium.selenese.Eval
Evaluate script including "storedVars" variable.
evalCurArgs(Context, String[]) - Method in class jp.vmi.selenium.selenese.command.CommandList
 
execute(K, V) - Method in interface jp.vmi.script.JSMap.EntrySetCallback
 
execute(String, String...) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
execute(Context) - Method in class jp.vmi.selenium.selenese.command.CommandList
Execute command list.
execute(Context, String...) - Method in interface jp.vmi.selenium.selenese.command.ICommand
Execute the command.
execute(Selenese, Context) - Method in class jp.vmi.selenium.selenese.ErrorSource
 
execute(Selenese, Context) - Method in class jp.vmi.selenium.selenese.ErrorTestCase
 
execute(Selenese, Context) - Method in class jp.vmi.selenium.selenese.ErrorTestSuite
 
execute(Selenese) - Method in class jp.vmi.selenium.selenese.Runner
Execute test-suite / test-case.
execute(Selenese, Context) - Method in interface jp.vmi.selenium.selenese.Selenese
Execute script.
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetCssCount
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetEval
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetSelected
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.GetSpeed
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.IsSomethingSelected
 
execute(Context, String...) - Method in interface jp.vmi.selenium.selenese.subcommand.ISubCommand
Execute sub command.
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.WaitForCondition
 
execute(Context, String...) - Method in class jp.vmi.selenium.selenese.subcommand.WDCommand
 
execute(Selenese, Context) - Method in class jp.vmi.selenium.selenese.TestCase
 
execute(Selenese, Context) - Method in class jp.vmi.selenium.selenese.TestSuite
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.AddCollection
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.AddToCollection
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Assertion
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.BuiltInCommand
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.CaptureEntirePageScreenshot
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Comment
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Echo
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.EndLoopImpl
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.GotoIf
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Gotolabel
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Highlight
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Label
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Open
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.OpenWindow
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Pause
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Rollup
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.RunScript
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.SelectFrame
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.SetSpeed
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.SetTimeout
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.Store
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.StoreFor
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.While
 
executeImpl(Context, String...) - Method in class jp.vmi.selenium.selenese.command.WindowMaximize
 
ExecuteTestCase - Annotation Type in jp.vmi.selenium.selenese.inject
Annotates TestCase execution.
ExecuteTestCaseInterceptor - Class in jp.vmi.selenium.selenese.inject
Interceptor for logging and recoding test-case result.
ExecuteTestCaseInterceptor() - Constructor for class jp.vmi.selenium.selenese.inject.ExecuteTestCaseInterceptor
 
ExecuteTestSuite - Annotation Type in jp.vmi.selenium.selenese.inject
Annotates TestSuite execution.
ExecuteTestSuiteInterceptor - Class in jp.vmi.selenium.selenese.inject
Interceptor for logging and recoding test-suite result.
ExecuteTestSuiteInterceptor() - Constructor for class jp.vmi.selenium.selenese.inject.ExecuteTestSuiteInterceptor
 
exit(int) - Method in class jp.vmi.selenium.selenese.Main
 
exitCode - Variable in enum jp.vmi.selenium.selenese.result.Result.Level
 
expiry - Variable in class jp.vmi.selenium.selenese.log.CookieValue
 

F

FAILSAFE_SUMMARY_FILENAME - Static variable in class jp.vmi.junit.result.JUnitResult
filename of failsafe-summary.
FailsafeSummary - Class in jp.vmi.junit.result
failsafe-summary.
FailsafeSummary() - Constructor for class jp.vmi.junit.result.FailsafeSummary
 
Failure - Class in jp.vmi.selenium.selenese.result
Result of failure.
Failure(String) - Constructor for class jp.vmi.selenium.selenese.result.Failure
Constructor.
Failure(Exception) - Constructor for class jp.vmi.selenium.selenese.result.Failure
Constructor.
failureMessage - Variable in class jp.vmi.junit.result.FailsafeSummary
 
failures - Variable in class jp.vmi.junit.result.FailsafeSummary
 
filename - Variable in class jp.vmi.selenium.selenese.Parser
 
findElement(WebDriver, String, List<Locator>) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Find an element of specified locator.
findElement(WebDriver, String) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
 
findElement(By) - Method in class jp.vmi.selenium.webdriver.NullDriver
 
findElements(WebDriver, String, List<Locator>) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Find elements of specified locator.
findElements(WebDriver, String) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Find elements of specified locator.
findElements(By) - Method in class jp.vmi.selenium.webdriver.NullDriver
 
finish() - Method in class jp.vmi.selenium.selenese.Runner
Finish test.
FIREFOX - Static variable in 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
 
frameIndexList - Variable in class jp.vmi.selenium.selenese.locator.Locator
frame list.

G

generate(TestSuite) - Method in class jp.vmi.html.result.HtmlResult
Generate HTML result.
generateExceptionMessage(String, Exception) - Method in class jp.vmi.selenium.selenese.result.Result
Get exception message for result.
generateFailsafeSummary() - Method in class jp.vmi.junit.result.JUnitResult
Generate "failsafe-summary.xml" into XML result directory.
generateIndex() - Method in class jp.vmi.html.result.HtmlResult
Generate index for HTML result.
get(Object) - Method in class jp.vmi.script.JSMap
 
get(String) - Method in class jp.vmi.selenium.rollup.RollupRules
Get rollup rule.
get(String) - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Get sub-command.
get(DriverOptions.DriverOption) - Method in class jp.vmi.selenium.webdriver.DriverOptions
Get option value.
get(String) - Method in class jp.vmi.selenium.webdriver.NullDriver
 
get() - Method in class jp.vmi.selenium.webdriver.WebDriverManager
 
getArguments() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
getArguments() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
getArguments() - Method in interface jp.vmi.selenium.selenese.command.ICommand
Get command arguments.
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.
getBaseName() - Method in class jp.vmi.selenium.selenese.TestCase
Get base name for screenshot file name.
getBaseURL() - Method in class jp.vmi.selenium.selenese.Runner
Deprecated.
getBaseURL() - Method in class jp.vmi.selenium.selenese.TestCase
Get base URL in the test-case.
getBoolean(String, String[]) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
getBooleanArray(String, String[]) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
getCapabilities() - Method in class jp.vmi.selenium.webdriver.DriverOptions
Get desired capabilities.
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
 
getCommandEntries() - Static method in class jp.vmi.selenium.selenese.command.CommandFactory
Get command entries.
getCommandFactory() - Method in interface jp.vmi.selenium.selenese.Context
Get CommandFactory instance.
getCommandFactory() - Method in class jp.vmi.selenium.selenese.NullContext
 
getCommandFactory() - Method in class jp.vmi.selenium.selenese.Runner
 
getCommandList() - Method in 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
 
getContext() - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Deprecated.
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
 
GetCssCount - Class in jp.vmi.selenium.selenese.subcommand
 
GetCssCount() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetCssCount
Constructor.
getCurrentBaseURL() - Method in interface jp.vmi.selenium.selenese.Context
Get current base URL.
getCurrentBaseURL() - Method in class jp.vmi.selenium.selenese.NullContext
 
getCurrentBaseURL() - Method in class jp.vmi.selenium.selenese.Runner
 
getCurrentFrameLocators() - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Get copy of current frame locators.
getCurrentTestCase() - Method in interface jp.vmi.selenium.selenese.Context
Get current test-case.
getCurrentTestCase() - Method in class jp.vmi.selenium.selenese.NullContext
 
getCurrentTestCase() - Method in class jp.vmi.selenium.selenese.Runner
 
getCurrentUrl() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
getDefaultWindowSize(WebDriver) - Method in class jp.vmi.selenium.webdriver.HtmlUnitDriverFactory
 
getDefaultWindowSize(WebDriver) - Method in class jp.vmi.selenium.webdriver.PhantomJSDriverFactory
 
getDefaultWindowSize(WebDriver) - Method in class jp.vmi.selenium.webdriver.WebDriverFactory
 
getDir() - Method in class jp.vmi.html.result.HtmlResult
Get HTML result directory.
getDriver() - Method in class jp.vmi.selenium.selenese.Runner
Deprecated.
getDriverOptions() - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Get current driver options.
getDurationNanoSec() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
Get nano-second of duration.
getDurationString() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
Get human readable duration string.
getElementFinder() - Method in interface jp.vmi.selenium.selenese.Context
Get elemnt finder.
getElementFinder() - Method in class jp.vmi.selenium.selenese.NullContext
 
getElementFinder() - Method in class jp.vmi.selenium.selenese.Runner
 
getEndTimeOfUTC() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
Get end time of UTC as milli second.
getEnvironmentVariables() - Method in class jp.vmi.selenium.webdriver.WebDriverFactory
Deprecated.
getEnvironmentVariables() - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Deprecated.
getEnvVars() - Method in class jp.vmi.selenium.webdriver.DriverOptions
Get environment variables map.
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.
getExpandedCommands(Context, Map<String, String>) - Method in interface jp.vmi.selenium.rollup.IRollupRule
Get exapanded command list.
getExpandedCommands(Context, Map<String, String>) - Method in class jp.vmi.selenium.rollup.RollupRule
 
getFailures() - Method in class jp.vmi.junit.result.TestCaseResult
Get failure count.
getFailures() - Method in class jp.vmi.junit.result.TestSuiteResult
Get failure count.
getFilename() - Method in class jp.vmi.selenium.selenese.ErrorSource
Get filename.
getFilename() - Method in class jp.vmi.selenium.selenese.TestCase
Get filename of test-case.
getFirstMessage(PageInformation, String, String...) - Method in class jp.vmi.selenium.selenese.log.PageInformation
 
getFormatInfo() - Method in class jp.vmi.html.result.HtmlEscapeRenderer
 
getFormatInfo() - Method in class jp.vmi.html.result.IndexRenderer
 
getFormatInfo() - Method in class jp.vmi.html.result.LogRenderer
 
getFormatInfo() - Method in class jp.vmi.html.result.RelativePathRenderer
 
getFormatInfo() - Method in class jp.vmi.html.result.UrlEncodeRenderer
 
getHtmlResult() - Method in interface jp.vmi.html.result.HtmlResultHolder
Get HTML result instance.
getHtmlResult() - Method in class jp.vmi.selenium.selenese.Runner
 
getIndex() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
getIndex() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
Get index in selenese script file (1 origin).
getIndex() - Method in interface jp.vmi.selenium.selenese.command.ICommand
Get index in selenese script file (1 origin).
getIndex() - Method in class jp.vmi.selenium.selenese.locator.Locator
 
getInitialSpeed() - Method in class jp.vmi.selenium.selenese.Runner
Get initial speed at starting test-suite.
getInitialWindowHandle() - Method in interface jp.vmi.selenium.selenese.Context
Get initial window handle.
getInitialWindowHandle() - Method in class jp.vmi.selenium.selenese.NullContext
 
getInitialWindowHandle() - Method in class jp.vmi.selenium.selenese.Runner
 
getInstance() - Static method in class jp.vmi.selenium.webdriver.WebDriverManager
Get WebDriverManager instance.
getJUnitResult() - Method in interface jp.vmi.junit.result.JUnitResultHolder
Get JUnit result instance.
getJUnitResult() - Method in class jp.vmi.selenium.selenese.Runner
 
getLabel() - Method in interface jp.vmi.selenium.selenese.command.ILabel
Get label.
getLabel() - Method in class jp.vmi.selenium.selenese.command.Label
Get label string.
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.result.Error
 
getLevel() - Method in class jp.vmi.selenium.selenese.result.Failure
 
getLevel() - Method in class jp.vmi.selenium.selenese.result.Result
Get result level.
getLevel() - Method in class jp.vmi.selenium.selenese.result.Success
 
getLevel() - Method in class jp.vmi.selenium.selenese.result.Unexecuted
 
getLevel() - Method in class jp.vmi.selenium.selenese.result.Warning
 
getLocators() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
Get locators of command.
getLogIndentLevel() - Method in class jp.vmi.selenium.selenese.command.CommandList
 
getLogIndentLevel() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
Get log indent level of command list.
getLogIndentLevel() - Method in interface jp.vmi.selenium.selenese.command.LogIndentLevelHolder
Get log indent level.
getLogRecorder() - Method in interface jp.vmi.junit.result.ITestCase
Get log recorder.
getLogRecorder() - Method in class jp.vmi.selenium.selenese.ErrorTestCase
 
getLogRecorder() - Method in class jp.vmi.selenium.selenese.TestCase
 
getMap() - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Get read-only sub-command map.
getMessage() - Method in class jp.vmi.selenium.selenese.result.Result
Get result message.
getMessages() - Method in class jp.vmi.selenium.selenese.utils.LogRecorder
Get logged messages.
getMethod(String) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
getName() - Method in class jp.vmi.html.result.HtmlEscapeRenderer
 
getName() - Method in class jp.vmi.html.result.IndexRenderer
 
getName() - Method in class jp.vmi.html.result.LogRenderer
 
getName() - Method in class jp.vmi.html.result.RelativePathRenderer
 
getName() - Method in class jp.vmi.html.result.UrlEncodeRenderer
 
getName() - Method in interface jp.vmi.junit.result.ITestTarget
Get test-case name.
getName() - Method in class jp.vmi.junit.result.TestResult
Get test name.
getName() - Method in interface jp.vmi.selenium.rollup.IRollupRule
Get rollup rule name.
getName() - Method in class jp.vmi.selenium.rollup.RollupRule
 
getName() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
getName() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
getName() - Method in interface jp.vmi.selenium.selenese.command.ICommand
Get command name.
getName() - Method in class jp.vmi.selenium.selenese.ErrorSource
 
getName() - Method in interface jp.vmi.selenium.selenese.Selenese
Get script name.
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.WDCommand
 
getName() - Method in class jp.vmi.selenium.selenese.TestCase
 
getName() - Method in class jp.vmi.selenium.selenese.TestSuite
 
getNumber(String, String[]) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
getNumberArray(String, String[]) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
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
 
getPrintStream() - Method in interface jp.vmi.selenium.selenese.Context
Get PrintStream for logging.
getPrintStream() - Method in class jp.vmi.selenium.selenese.NullContext
 
getPrintStream() - Method in class jp.vmi.selenium.selenese.Runner
 
getProc() - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
Get SubCommandMap.
getProc() - Method in class jp.vmi.selenium.selenese.TestCase
Deprecated.
getReachedCounts() - Method in interface jp.vmi.selenium.selenese.command.StartLoop
Get nested reached counts separated by REACHED_COUNT_SEPARATOR.
getReachedCounts() - Method in class jp.vmi.selenium.selenese.command.StartLoopImpl
 
getResult() - Method in class jp.vmi.junit.result.FailsafeSummary
 
getResult() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
getResult() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
Get result of this command.
getResult() - Method in interface jp.vmi.selenium.selenese.command.ICommand
Get the command result.
getResult() - Method in class jp.vmi.selenium.selenese.ErrorSource
Get result.
getResult() - Method in class jp.vmi.selenium.selenese.TestCase
Get test-case result.
getResult() - Method in class jp.vmi.selenium.selenese.TestSuite
Get test-suite result.
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.
getScreenshots() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
getScreenshots() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
getScreenshots() - Method in interface jp.vmi.selenium.selenese.command.ICommand
Get list of screenshot images.
GetSelected - Class in jp.vmi.selenium.selenese.subcommand
An implementation of the "getSelected(Labels?|Values?|Index(es)?|Ids?)".
GetSelected(GetSelected.Type, boolean) - Constructor for class jp.vmi.selenium.selenese.subcommand.GetSelected
Constructor.
GetSelected.Type - Enum in jp.vmi.selenium.selenese.subcommand
 
getSeleneseList() - Method in class jp.vmi.selenium.selenese.TestSuite
Get Selenese list.
getSkipped() - Method in class jp.vmi.junit.result.TestCaseResult
Get skipped count.
getSkipped() - Method in class jp.vmi.junit.result.TestSuiteResult
Get skipped count.
getSource() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
getSource() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
Get source elements.
getSource() - Method in interface jp.vmi.selenium.selenese.command.ICommand
Get source elements.
getSpeed() - Method in interface jp.vmi.selenium.selenese.Context
Get speed for setSpeed command.
getSpeed() - Method in class jp.vmi.selenium.selenese.NullContext
 
getSpeed() - Method in class jp.vmi.selenium.selenese.Runner
 
GetSpeed - Class in jp.vmi.selenium.selenese.subcommand
"getSpeed".
GetSpeed() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetSpeed
Constructor.
getStartLoop() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
getStartLoop() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
getStartLoop() - Method in interface jp.vmi.selenium.selenese.command.ICommand
Get beginning-of-loop command.
getStartTimeOfUTC() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
Get start time of UTC as milli second.
getStopWatch() - Method in interface jp.vmi.junit.result.ITestTarget
Get stop watch.
getStopWatch() - Method in class jp.vmi.selenium.selenese.ErrorSource
 
getStopWatch() - Method in class jp.vmi.selenium.selenese.TestCase
Get stop watch.
getStopWatch() - Method in class jp.vmi.selenium.selenese.TestSuite
Get stop watch.
getString(String, String[]) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
getStringArray(String, String[]) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
getSubCommandMap() - Method in interface jp.vmi.selenium.selenese.Context
Get SubCommandMap instance.
getSubCommandMap() - Method in class jp.vmi.selenium.selenese.NullContext
 
getSubCommandMap() - Method in class jp.vmi.selenium.selenese.Runner
 
getSummary(TestSuite) - Method in class jp.vmi.html.result.TestSuiteTree
Get test-suite result summary.
getSupportedClasses() - Method in class jp.vmi.html.result.HtmlEscapeRenderer
 
getSupportedClasses() - Method in class jp.vmi.html.result.IndexRenderer
 
getSupportedClasses() - Method in class jp.vmi.html.result.LogRenderer
 
getSupportedClasses() - Method in class jp.vmi.html.result.RelativePathRenderer
 
getSupportedClasses() - Method in class jp.vmi.html.result.UrlEncodeRenderer
 
getSystemErr() - Method in class jp.vmi.junit.result.TestCaseResult
Get system-err message.
getSystemOut() - Method in class jp.vmi.junit.result.TestCaseResult
Get system-out message.
getTests() - Method in class jp.vmi.junit.result.TestSuiteResult
Get test count.
getTime() - Method in class jp.vmi.junit.result.TestResult
Get duration time of test execution.
getTimeout() - Method in 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.
getTitle() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
getType() - Method in class jp.vmi.selenium.selenese.ErrorTestCase
 
getType() - Method in class jp.vmi.selenium.selenese.ErrorTestSuite
 
getType() - Method in interface jp.vmi.selenium.selenese.Selenese
Get script type.
getType() - Method in class jp.vmi.selenium.selenese.TestCase
 
getType() - Method in class jp.vmi.selenium.selenese.TestSuite
 
getValue() - Method in interface jp.vmi.selenium.selenese.VariableDeclarationWithDynamicValue.DynamicValue
 
getVar(String) - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Deprecated.
getVarsMap() - Method in interface jp.vmi.selenium.selenese.Context
Get variables map.
getVarsMap() - Method in class jp.vmi.selenium.selenese.NullContext
 
getVarsMap() - Method in class jp.vmi.selenium.selenese.Runner
 
getVersion() - Method in class jp.vmi.selenium.selenese.Main
Get version of Selenese Runner.
getVersion() - Static method in class jp.vmi.selenium.selenese.utils.SeleniumUtils
Get Selenium version.
getWindowHandle() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
getWindowHandles() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
getWrappedDriver() - Method in class jp.vmi.selenium.selenese.NullContext
 
getWrappedDriver() - Method in class jp.vmi.selenium.selenese.Runner
 
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.
has(DriverOptions.DriverOption) - Method in class jp.vmi.selenium.webdriver.DriverOptions
DriverOptions instance has specified option.
hashCode() - Method in class jp.vmi.selenium.selenese.log.CookieKey
 
hasNext() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
hasNext() - Method in class jp.vmi.selenium.selenese.Parser.NodeIterator
 
hasPrevious() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
hasResult() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
Has this command result?
Highlight - Class in jp.vmi.selenium.selenese.command
Command "highlight".
highlight(String, HighlightStyle) - Method in interface jp.vmi.selenium.selenese.highlight.HighlightHandler
Highlight and backup specified locator.
highlight(String, HighlightStyle) - Method in class jp.vmi.selenium.selenese.Runner
 
HighlightHandler - Interface in jp.vmi.selenium.selenese.highlight
Handle highlighting.
HighlightInterceptor - Class in jp.vmi.selenium.selenese.inject
 
HighlightInterceptor() - Constructor for class jp.vmi.selenium.selenese.inject.HighlightInterceptor
 
HighlightStyle - Class in jp.vmi.selenium.selenese.highlight
Highlight style.
HighlightStyle(Map<String, String>) - Constructor for class jp.vmi.selenium.selenese.highlight.HighlightStyle
Constructor.
HighlightStyle(String...) - Constructor for class jp.vmi.selenium.selenese.highlight.HighlightStyle
Constructor.
HighlightStyleBackup - Class in jp.vmi.selenium.selenese.highlight
Backup and restore style of highlighted element.
HighlightStyleBackup(Map<String, String>, String, List<Locator>) - Constructor for class jp.vmi.selenium.selenese.highlight.HighlightStyleBackup
Constructor.
HTML_ESC_MAP - Static variable in class jp.vmi.selenium.selenese.utils.EscapeUtils
Mapping table for HTML escape.
HTML_RE - Static variable in class jp.vmi.selenium.selenese.utils.EscapeUtils
Regex pattern for HTML escape.
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
 

I

ICommand - Interface in jp.vmi.selenium.selenese.command
Command interface.
ICommandFactory - Interface in jp.vmi.selenium.selenese.command
Interface of command factory.
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.
IEDriverFactory - Class in jp.vmi.selenium.webdriver
Factory of InternetExplorerDriver.
IEDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.IEDriverFactory
 
ILabel - Interface in jp.vmi.selenium.selenese.command
Command with label information.
incrementReachedCount() - Method in interface jp.vmi.selenium.selenese.command.StartLoop
Increment reached count.
incrementReachedCount() - Method in class jp.vmi.selenium.selenese.command.StartLoopImpl
 
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.
IndexRenderer - Class in jp.vmi.html.result
Index renderer for JMTE.
IndexRenderer() - Constructor for class jp.vmi.html.result.IndexRenderer
 
info(String) - Method in class jp.vmi.selenium.selenese.utils.LogRecorder
Log info message.
initialize(String, InvalidSeleneseException) - Method in class jp.vmi.selenium.selenese.ErrorSource
Initialize.
initialize(String, InvalidSeleneseException) - Method in class jp.vmi.selenium.selenese.ErrorTestCase
 
initialize(String, InvalidSeleneseException) - Method in class jp.vmi.selenium.selenese.ErrorTestSuite
 
initialize(String, String, Runner, String) - Method in class jp.vmi.selenium.selenese.TestCase
Deprecated.
initialize(String, String, String) - Method in class jp.vmi.selenium.selenese.TestCase
Initialize after constructed.
initialize(String, String) - Method in class jp.vmi.selenium.selenese.TestSuite
Initialize after constructed.
initLogger() - Static method in class jp.vmi.selenium.selenese.utils.LoggerUtils
switch java.util.logging handler to slf4j.
InvalidSeleneseException - Exception in jp.vmi.selenium.selenese
Exception for invalid selenese syntax.
InvalidSeleneseException(Throwable) - Constructor for exception jp.vmi.selenium.selenese.InvalidSeleneseException
Constructor.
InvalidSeleneseException(String) - Constructor for exception jp.vmi.selenium.selenese.InvalidSeleneseException
Constructor.
invoke(MethodInvocation) - Method in class jp.vmi.selenium.selenese.inject.CommandLogInterceptor
 
invoke(MethodInvocation) - Method in class jp.vmi.selenium.selenese.inject.ExecuteTestCaseInterceptor
 
invoke(MethodInvocation) - Method in class jp.vmi.selenium.selenese.inject.ExecuteTestSuiteInterceptor
 
invoke(MethodInvocation) - Method in class jp.vmi.selenium.selenese.inject.HighlightInterceptor
 
invoke(MethodInvocation) - Method in class jp.vmi.selenium.selenese.inject.ScreenshotInterceptor
 
IRollupRule - Interface in jp.vmi.selenium.rollup
Rollup rule interface.
isAborted() - Method in class jp.vmi.selenium.selenese.result.Result
Is command interrupted?
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 interface jp.vmi.selenium.selenese.Selenese
Is error instance?
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?
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.Runner
isMethodAvailable(String) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
isNoOp() - Method in class jp.vmi.selenium.selenese.subcommand.WDCommand
Test WDCP command is NoOp.
isPass(String) - Method in class jp.vmi.selenium.selenese.log.CookieFilter
Test name passes through this filter.
isProxySupported() - Method in class jp.vmi.selenium.webdriver.IEDriverFactory
 
isProxySupported() - Method in class jp.vmi.selenium.webdriver.SafariDriverFactory
 
isProxySupported() - Method in class jp.vmi.selenium.webdriver.WebDriverFactory
Is proxy supported?
isRelativeParent() - Method in class jp.vmi.selenium.selenese.locator.Locator
 
isRelativeTop() - Method in class jp.vmi.selenium.selenese.locator.Locator
 
isSameOrigin(PageInformation) - Method in class jp.vmi.selenium.selenese.log.PageInformation
 
isSingleInstance() - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Is single instance of WebDriver?
IsSomethingSelected - Class in jp.vmi.selenium.selenese.subcommand
Alternative IsSomethingSelected.
IsSomethingSelected() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsSomethingSelected
Constructor.
isSuccess() - Method in class jp.vmi.selenium.selenese.result.Result
Is result of success?
isTrue(String) - Method in interface jp.vmi.selenium.selenese.Context
Get boolean value of expr.
isTrue(String) - Method in class jp.vmi.selenium.selenese.NullContext
 
isTrue(String) - Method in class jp.vmi.selenium.selenese.Runner
 
isTypeIndex() - Method in class jp.vmi.selenium.selenese.locator.Locator
 
isTypeRelative() - Method in class jp.vmi.selenium.selenese.locator.Locator
 
ISubCommand<T> - Interface in jp.vmi.selenium.selenese.subcommand
Sub-command interface.
iterator() - Method in class jp.vmi.selenium.selenese.command.CommandList
 
ITestCase - Interface in jp.vmi.junit.result
test-case interface.
ITestSuite - Interface in jp.vmi.junit.result
test-suite interface.
ITestTarget - Interface in jp.vmi.junit.result
Test target interface.

J

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

K

key - Variable in class jp.vmi.selenium.selenese.log.CookieValue
 

L

Label - Class in jp.vmi.selenium.selenese.command
Command "label".
level - Variable in class jp.vmi.selenium.selenese.utils.LogRecorder.LogMessage
Level
LINK - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
listIterator(int) - Method in class jp.vmi.selenium.selenese.command.CommandList
 
listIterator() - Method in class jp.vmi.selenium.selenese.command.CommandList
 
load(InputStream) - Method in class jp.vmi.selenium.rollup.RollupRules
Load rollup rule definitions.
load(String) - Method in class jp.vmi.selenium.rollup.RollupRules
Load rollup rule definitions.
Locator - Class in jp.vmi.selenium.selenese.locator
Parsed locator.
Locator(String) - Constructor for class jp.vmi.selenium.selenese.locator.Locator
Constructor.
locator - Variable in class jp.vmi.selenium.selenese.locator.Locator
locator.
LocatorHandler - Interface in jp.vmi.selenium.selenese.locator
Locator handler.
locators - Variable in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
locatorType() - Method in class jp.vmi.selenium.selenese.locator.AdditionalHandler
 
locatorType() - Method in interface jp.vmi.selenium.selenese.locator.LocatorHandler
Locator type.
LoggerUtils - Class in jp.vmi.selenium.selenese.utils
Utilities for logging.
LogIndentLevelHolder - Interface in jp.vmi.selenium.selenese.command
Log indent level holder.
LogRecorder - Class in jp.vmi.selenium.selenese.utils
Record log message.
LogRecorder(PrintStream) - Constructor for class jp.vmi.selenium.selenese.utils.LogRecorder
Constructor.
LogRecorder.Level - Enum in jp.vmi.selenium.selenese.utils
Log level.
LogRecorder.LogMessage - Class in jp.vmi.selenium.selenese.utils
Log message.
LogRenderer - Class in jp.vmi.html.result
HTML escape renderer for JMTE.
LogRenderer(HtmlResult) - Constructor for class jp.vmi.html.result.LogRenderer
Constructor.
lookupWebDriverFactory(String) - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Lookup WebDriverFactory by name.

M

Main - Class in jp.vmi.selenium.selenese
Provide command line interface.
Main() - Constructor for class jp.vmi.selenium.selenese.Main
Constructor.
main(String[]) - Static method in class jp.vmi.selenium.selenese.Main
Selenese Runner main.
main(String[]) - Static method in class jp.vmi.selenium.selenese.utils.CommandDumper
main.
manage() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
marshal(Integer) - Method in class jp.vmi.junit.result.SkippedAdapter
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.AddCollection
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.AddToCollection
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.BuiltInCommand
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.CaptureEntirePageScreenshot
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.Comment
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.Echo
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.EndLoopImpl
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.GotoIf
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.Gotolabel
 
mayUpdateScreen() - Method in interface jp.vmi.selenium.selenese.command.ICommand
May the command update screen?
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.Label
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.SetSpeed
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.SetTimeout
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.StartLoopImpl
 
mayUpdateScreen() - Method in class jp.vmi.selenium.selenese.command.Store
 
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
mutate(String, StringBuilder) - Method in class jp.vmi.selenium.selenese.VariableDeclarationWithDynamicValue
 

N

name - Variable in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
NAME - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
name - Variable in class jp.vmi.selenium.selenese.log.CookieKey
 
navigate() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
newCommand(int, String, String...) - Method in class jp.vmi.selenium.selenese.command.CommandFactory
 
newCommand(int, String, String...) - Method in interface jp.vmi.selenium.selenese.command.ICommandFactory
Constructs selenese command.
newCommand(int, String, String...) - Method in interface jp.vmi.selenium.selenese.command.UserDefinedCommandFactory
Deprecated.
Constructs selenese command.
newCommandList() - Static method in class jp.vmi.selenium.selenese.inject.Binder
Constructs CommandList applied aspect.
newErrorTestCase(String, InvalidSeleneseException) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Constructs ErrorTestCase applied aspect.
newErrorTestSuite(String, InvalidSeleneseException) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Constructs ErrorTestSuite applied aspect.
newInstance(DriverOptions) - Method in class jp.vmi.selenium.webdriver.AppiumWebDriverFactory
 
newInstance(DriverOptions) - Method in class jp.vmi.selenium.webdriver.ChromeDriverFactory
 
newInstance(DriverOptions) - Method in class jp.vmi.selenium.webdriver.FirefoxDriverFactory
 
newInstance(DriverOptions) - Method in class jp.vmi.selenium.webdriver.HtmlUnitDriverFactory
 
newInstance(DriverOptions) - Method in class jp.vmi.selenium.webdriver.IEDriverFactory
 
newInstance(DriverOptions) - Method in class jp.vmi.selenium.webdriver.PhantomJSDriverFactory
 
newInstance(DriverOptions) - Method in class jp.vmi.selenium.webdriver.RemoteWebDriverFactory
 
newInstance(DriverOptions) - Method in class jp.vmi.selenium.webdriver.SafariDriverFactory
 
newInstance(DriverOptions) - Method in class jp.vmi.selenium.webdriver.WebDriverFactory
Create new WebDriver instance with driver options.
newTestCase(String, String, Runner, String) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Deprecated.
newTestCase(String, String, String) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Constructs TestCase applied aspect.
newTestSuite(String, String, Runner) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Deprecated.
newTestSuite(String, String) - Static method in class jp.vmi.selenium.selenese.inject.Binder
Constructs TestSuite applied aspect.
next(TestCase) - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
next() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
next() - Method in class jp.vmi.selenium.selenese.Parser.NodeIterator
 
nextIndex() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
NO_START_LOOP - Static variable in interface jp.vmi.selenium.selenese.command.StartLoop
Use NO_START_LOOP instaed of null.
NodeIterator(NodeList) - Constructor for class jp.vmi.selenium.selenese.Parser.NodeIterator
 
NodeRenderer - Class in jp.vmi.html.result
Test-suite tree node renderer for JMTE.
NodeRenderer(Engine, String) - Constructor for class jp.vmi.html.result.NodeRenderer
Constructor.
normalize(String) - Static method in class jp.vmi.selenium.selenese.utils.PathUtils
Normalize filename.
normalizeSeparator(String) - Static method in class jp.vmi.selenium.selenese.utils.PathUtils
Normalize filename separator.
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
 
numCommandErrors - Variable in class jp.vmi.html.result.TestSuiteSummary
 
numCommandFailures - Variable in class jp.vmi.html.result.TestSuiteSummary
 
numCommandPasses - Variable in class jp.vmi.html.result.TestSuiteSummary
 
numTestFailures - Variable in class jp.vmi.html.result.TestSuiteSummary
 
numTestPasses - Variable in class jp.vmi.html.result.TestSuiteSummary
 
numTestTotal - Variable in class jp.vmi.html.result.TestSuiteSummary
 

O

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

P

PageInformation - Class in jp.vmi.selenium.selenese.log
Page information.
PageInformation(Context) - Constructor for class jp.vmi.selenium.selenese.log.PageInformation
 
parent - Variable in class jp.vmi.html.result.TestSuiteTree.Node
 
parse(String, InputStream, Runner) - Static method in class jp.vmi.selenium.selenese.Parser
parse(String, InputStream, ICommandFactory) - Static method in class jp.vmi.selenium.selenese.Parser
Parse input stream.
parse(String, Runner) - Static method in class jp.vmi.selenium.selenese.Parser
parse(String, ICommandFactory) - Static method in class jp.vmi.selenium.selenese.Parser
Parse file.
parse(ICommandFactory) - Method in class jp.vmi.selenium.selenese.Parser
 
parse(ICommandFactory) - Method in class jp.vmi.selenium.selenese.TestCaseParser
 
parse(ICommandFactory) - Method in class jp.vmi.selenium.selenese.TestSuiteParser
 
parseCommandLine(String...) - Method in class jp.vmi.selenium.selenese.Main
Parse command line arguments.
Parser - Class in jp.vmi.selenium.selenese
Abstract class of selenese parser.
Parser(String, Document) - Constructor for class jp.vmi.selenium.selenese.Parser
 
Parser.NodeIterator - Class in jp.vmi.selenium.selenese
 
path - Variable in class jp.vmi.selenium.selenese.log.CookieKey
 
PathUtils - Class in jp.vmi.selenium.selenese.utils
Path utilities.
PathUtils() - Constructor for class jp.vmi.selenium.selenese.utils.PathUtils
 
patternMatches(String, CharSequence) - Static method in class jp.vmi.selenium.selenese.utils.SeleniumUtils
String-match pattern.
Pause - Class in jp.vmi.selenium.selenese.command
Command "pause".
PHANTOMJS - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
PhantomJS
PhantomJSDriverFactory - Class in jp.vmi.selenium.webdriver
Factory of PhantomJSDriver.
PhantomJSDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.PhantomJSDriverFactory
 
pollFromCollection(String) - Method in class jp.vmi.selenium.selenese.CollectionMap
Poll value from collection.
pollFromCollection(String) - Method in class jp.vmi.selenium.selenese.TestCase
Deprecated.
popCommandListIterator() - Method in interface jp.vmi.selenium.selenese.Context
Pop CommandListIterator.
popCommandListIterator() - Method in class jp.vmi.selenium.selenese.NullContext
 
popCommandListIterator() - Method in class jp.vmi.selenium.selenese.Runner
 
prepareWebDriver() - Method in interface jp.vmi.selenium.selenese.Context
Prepare WebDriver.
prepareWebDriver() - Method in class jp.vmi.selenium.selenese.NullContext
 
prepareWebDriver() - Method in class jp.vmi.selenium.selenese.Runner
 
previous() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
previousIndex() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
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
 

Q

quit() - Method in class jp.vmi.selenium.webdriver.NullDriver
 
quitAllDrivers() - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Quit all WebDriver instances.
quote(String) - Static method in class jp.vmi.selenium.selenese.utils.LoggerUtils
quote backslash and doublequote.
quote(String[]) - Static method in class jp.vmi.selenium.selenese.utils.LoggerUtils
quote backslash and doublequote for each strings.

R

REACHED_COUNT_SEPARATOR - Static variable in interface jp.vmi.selenium.selenese.command.StartLoop
The separator of reached counts.
register(SeleneseCommand<?>, String, ArgumentType...) - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Register SeleneseCommand as ISubCommand.
register(ISubCommand<?>) - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Register sub-command.
registerCommandFactory(ICommandFactory) - Method in class jp.vmi.selenium.selenese.command.CommandFactory
Register user defined comman factory.
registerHandler(LocatorHandler) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Register locator handler.
registerOptionHandler(OptionLocatorHandler) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Register option locator handler.
registerUserDefinedCommandFactory(UserDefinedCommandFactory) - Method in class jp.vmi.selenium.selenese.command.CommandFactory
RELATIVE - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
RELATIVE_PARENT - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
RELATIVE_TOP - Static variable in class jp.vmi.selenium.selenese.locator.Locator
 
RelativePathRenderer - Class in jp.vmi.html.result
Index renderer for JMTE.
RelativePathRenderer(HtmlResult) - Constructor for class jp.vmi.html.result.RelativePathRenderer
Constructor.
relativize(String, String) - Static method in class jp.vmi.selenium.selenese.utils.PathUtils
Get relative path.
REMOTE - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
RemoteWebDriver
RemoteWebDriverFactory - Class in jp.vmi.selenium.webdriver
Factory of RemoteWebDriver.
RemoteWebDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.RemoteWebDriverFactory
 
remove() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
remove() - Method in class jp.vmi.selenium.selenese.Parser.NodeIterator
 
render(Object, String, Locale) - Method in class jp.vmi.html.result.HtmlEscapeRenderer
 
render(Object, String, Locale) - Method in class jp.vmi.html.result.IndexRenderer
 
render(Object, String, Locale) - Method in class jp.vmi.html.result.LogRenderer
 
render(TestSuiteTree.Node, Locale) - Method in class jp.vmi.html.result.NodeRenderer
 
render(Object, String, Locale) - Method in class jp.vmi.html.result.RelativePathRenderer
 
render(Result, Locale) - Method in class jp.vmi.html.result.ResultRenderer
 
render(Object, String, Locale) - Method in class jp.vmi.html.result.UrlEncodeRenderer
 
replaceVars(String) - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Deprecated.
replaceVars(String) - Method in class jp.vmi.selenium.selenese.VarsMap
Replace variable reference to value.
replaceVarsForArray(String[]) - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Deprecated.
replaceVarsForArray(String[]) - Method in class jp.vmi.selenium.selenese.VarsMap
Replace variable reference to value for each strings.
reprepare(WebDriver) - Method in class jp.vmi.selenium.webdriver.WebDriverManager
 
reprepare(WebDriver) - Method in interface jp.vmi.selenium.webdriver.WebDriverPreparator
Re-prepare WebDriver.
resetReachedCount() - Method in interface jp.vmi.selenium.selenese.command.StartLoop
Reset reached count.
resetReachedCount() - Method in class jp.vmi.selenium.selenese.command.StartLoopImpl
 
resetSpeed() - Method in interface jp.vmi.selenium.selenese.Context
Reset speed as initial speed.
resetSpeed() - Method in class jp.vmi.selenium.selenese.NullContext
 
resetSpeed() - Method in class jp.vmi.selenium.selenese.Runner
 
restore(WebDriver, WebDriverElementFinder) - Method in class jp.vmi.selenium.selenese.highlight.HighlightStyleBackup
Restore style.
Result - Class in jp.vmi.selenium.selenese.result
Result of command execution.
Result(String) - Constructor for class jp.vmi.selenium.selenese.result.Result
Constructor.
Result(String, String) - Constructor for class jp.vmi.selenium.selenese.result.Result
Constructor.
Result(String, Exception) - Constructor for class jp.vmi.selenium.selenese.result.Result
Constructor.
Result.Level - Enum in jp.vmi.selenium.selenese.result
Result Level.
ResultRenderer - Class in jp.vmi.html.result
Command result renderer for JMTE.
ResultRenderer() - Constructor for class jp.vmi.html.result.ResultRenderer
 
Rollup - Class in jp.vmi.selenium.selenese.command
Command "rollup".
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, Closure) - Static method in class jp.vmi.selenium.rollup.RollupManager
Execute closure in the rollupRules context.
run(String[]) - Method in class jp.vmi.selenium.selenese.Main
Start Selenese Runner.
run(String...) - Method in class jp.vmi.selenium.selenese.Runner
Run Selenese script files.
run(String, InputStream) - Method in class jp.vmi.selenium.selenese.Runner
Run Selenese script from input stream.
Runner - Class in jp.vmi.selenium.selenese
Provide Java API to run Selenese script.
Runner() - Constructor for class jp.vmi.selenium.selenese.Runner
Constructor.
RunScript - Class in jp.vmi.selenium.selenese.command
An implementation of the "runScript" method from Selenium.

S

SAFARI - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
Safari.
SafariDriverFactory - Class in jp.vmi.selenium.webdriver
Factory of SafariDriver.
SafariDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.SafariDriverFactory
 
ScreenshotHandler - Interface in jp.vmi.selenium.selenese
Handle screenshot.
ScreenshotInterceptor - Class in jp.vmi.selenium.selenese.inject
Interceptor for screenshot.
ScreenshotInterceptor() - Constructor for class jp.vmi.selenium.selenese.inject.ScreenshotInterceptor
 
selectBlankWindow(WebDriver) - Method in class jp.vmi.selenium.selenese.subcommand.SeleneseRunnerWindows
Selects the only _blank window.
SelectFrame - Class in jp.vmi.selenium.selenese.command
Command "selectFrame".
selectFrame(WebDriver, String) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Select frame or iframe.
selectFrame(WebDriver, String) - Method in class jp.vmi.selenium.selenese.subcommand.SeleneseRunnerWindows
 
selectPopUp(WebDriver, String) - Method in class jp.vmi.selenium.selenese.subcommand.SeleneseRunnerWindows
 
selectWindow(WebDriver, String) - Method in class jp.vmi.selenium.selenese.subcommand.SeleneseRunnerWindows
 
Selenese - Interface in jp.vmi.selenium.selenese
Selenese script interface.
Selenese.Type - Enum in jp.vmi.selenium.selenese
Selenese script types.
SeleneseRunnerMutator - Class in jp.vmi.selenium.selenese
Substitute for CompoundMutator without static base URL.
SeleneseRunnerMutator(Context) - Constructor for class jp.vmi.selenium.selenese.SeleneseRunnerMutator
Constructor.
SeleneseRunnerWindows - Class in jp.vmi.selenium.selenese.subcommand
 
SeleneseRunnerWindows(Context) - Constructor for class jp.vmi.selenium.selenese.subcommand.SeleneseRunnerWindows
 
SeleniumUtils - Class in jp.vmi.selenium.selenese.utils
Utililities for Selenium.
SeleniumUtils() - Constructor for class jp.vmi.selenium.selenese.utils.SeleniumUtils
 
set(ICommand) - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
 
set(DriverOptions.DriverOption, String...) - Method in class jp.vmi.selenium.webdriver.DriverOptions
Set option key and value.
setBaseURL(String) - Method in class jp.vmi.selenium.selenese.Runner
Deprecated.
setContext(Context) - Method in class jp.vmi.selenium.selenese.TestCase
Deprecated.
setContextForBackwardCompatibility(Selenese, Context) - Static method in class jp.vmi.selenium.selenese.Parser
Deprecated.
setCookieFilter(CookieFilter) - Method in interface jp.vmi.selenium.selenese.Context
Set cookie filter.
setCookieFilter(CookieFilter) - Method in class jp.vmi.selenium.selenese.NullContext
 
setCookieFilter(CookieFilter) - Method in class jp.vmi.selenium.selenese.Runner
 
setCurrentTestCase(TestCase) - Method in interface jp.vmi.selenium.selenese.Context
Set current test-case.
setCurrentTestCase(TestCase) - Method in class jp.vmi.selenium.selenese.NullContext
 
setCurrentTestCase(TestCase) - Method in class jp.vmi.selenium.selenese.Runner
 
setDir(String) - Method in class jp.vmi.html.result.HtmlResult
Set HTML result directory.
setDir(String) - Method in class jp.vmi.junit.result.JUnitResult
Set XML result directory.
setDriver(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.
setEndLoop(EndLoop) - Method in interface jp.vmi.selenium.selenese.command.StartLoop
Set end-of-loop command.
setEndLoop(EndLoop) - Method in class jp.vmi.selenium.selenese.command.StoreFor
 
setEndLoop(EndLoop) - Method in class jp.vmi.selenium.selenese.command.While
 
setError(ITestCase, String, String) - Method in class jp.vmi.junit.result.JUnitResult
Set error in test-case.
setError(String, String) - Method in class jp.vmi.junit.result.TestCaseResult
Set error result.
setError(TestCaseResult) - Method in class jp.vmi.junit.result.TestSuiteResult
Set error when the test class failed to load
setFailure(ITestCase, String, String) - Method in class jp.vmi.junit.result.JUnitResult
Set failure in test-case.
setFailure(String, String) - Method in class jp.vmi.junit.result.TestCaseResult
Set failure result.
setHighlight(boolean) - Method in class jp.vmi.selenium.selenese.Runner
Set locator highlighting.
setHtmlResultDir(String) - Method in class jp.vmi.selenium.selenese.Runner
Initialize HTMLResult.
setIgnoredScreenshotCommand(boolean) - Method in class jp.vmi.selenium.selenese.Runner
Set ignore screenshot command flag.
setIgnoreScreenshotCommand(boolean) - Method in class jp.vmi.selenium.selenese.Runner
setInitialSpeed(long) - Method in class jp.vmi.selenium.selenese.Runner
Set initial speed at starting test-suite.
setInitialWindowSize(WebDriver, DriverOptions) - Method in class jp.vmi.selenium.webdriver.WebDriverFactory
 
setJUnitResultDir(String) - Method in class jp.vmi.selenium.selenese.Runner
Initialize JUnitResult.
setLabelCommand(Label) - Method in class jp.vmi.selenium.selenese.TestCase
Deprecated.
setLatestPageInformation(PageInformation) - Method in interface jp.vmi.selenium.selenese.Context
Set latest page information.
setLatestPageInformation(PageInformation) - Method in class jp.vmi.selenium.selenese.NullContext
 
setLatestPageInformation(PageInformation) - Method in class jp.vmi.selenium.selenese.Runner
 
setLogIndentLevel(int) - Method in class jp.vmi.selenium.selenese.command.CommandList
 
setLogIndentLevel(int) - Method in interface jp.vmi.selenium.selenese.command.LogIndentLevelHolder
Set log indent level.
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
 
setOverridingBaseURL(String) - Method in class jp.vmi.selenium.selenese.Runner
Set URL for overriding test-case base URL.
setPrintStream(PrintStream) - Method in class jp.vmi.selenium.selenese.Runner
Set PrintStream for logging.
setProc(CustomCommandProcessor) - Method in class jp.vmi.selenium.selenese.command.CommandFactory
Deprecated.
setProc(SubCommandMap) - Method in class jp.vmi.selenium.selenese.command.CommandFactory
Deprecated.
setProc(SubCommandMap) - Method in class jp.vmi.selenium.selenese.TestCase
Deprecated.
setResult(Result) - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
Set result of this command.
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.Runner
Set directory for storing screenshots.
setScreenshotOnFailDir(String) - Method in class jp.vmi.selenium.selenese.Runner
Set directory for storing screenshot on fail.
setSingleInstance(boolean) - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Set single instance of WebDriver.
SetSpeed - Class in jp.vmi.selenium.selenese.command
Command "setSpeed".
setSpeed(long) - Method in interface jp.vmi.selenium.selenese.Context
Set speed for setSpeed command.
setSpeed(long) - Method in class jp.vmi.selenium.selenese.NullContext
 
setSpeed(long) - Method in class jp.vmi.selenium.selenese.Runner
 
setStartLoop(StartLoop) - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
 
setStartLoop(StartLoop) - Method in class jp.vmi.selenium.selenese.command.Command
Deprecated.
 
setStartLoop(StartLoop) - Method in interface jp.vmi.selenium.selenese.command.EndLoop
Set beginning-of-loop command.
setStartLoop(StartLoop) - Method in interface jp.vmi.selenium.selenese.command.ICommand
Set beginning-of-loop command.
setSuccess(ITestCase) - Method in class jp.vmi.junit.result.JUnitResult
Set success.
setSuccess() - Method in class jp.vmi.junit.result.TestCaseResult
Set success result.
setTestTarget(T) - Method in class jp.vmi.junit.result.TestResult
Set test target.
SetTimeout - Class in jp.vmi.selenium.selenese.command
Command "setTimeout".
setTimeout(int) - Method in interface jp.vmi.selenium.selenese.Context
Set timeout for waiting.
setTimeout(int) - Method in class jp.vmi.selenium.selenese.NullContext
 
setTimeout(int) - Method in class jp.vmi.selenium.selenese.Runner
 
setupProxy(DesiredCapabilities, DriverOptions) - Method in class jp.vmi.selenium.webdriver.WebDriverFactory
 
setVar(Object, String) - Method in class jp.vmi.selenium.selenese.cmdproc.CustomCommandProcessor
Deprecated.
setVar(Object, String) - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Deprecated.
setVarsMap(VarsMap) - Method in class jp.vmi.selenium.selenese.Runner
Set variables map used for this session.
setWebDriverFactory(WebDriverFactory) - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Set current WebDriverFactory.
setWebDriverFactory(String) - Method in class jp.vmi.selenium.webdriver.WebDriverManager
Set current WebDriverFactory name.
setWebDriverPreparator(WebDriverPreparator) - Method in class jp.vmi.selenium.selenese.Runner
Set WebDriverPreparator.
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
start() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
Start time.
start(long, long) - Method in class jp.vmi.selenium.selenese.utils.StopWatch
Start time.
StartLoop - Interface in jp.vmi.selenium.selenese.command
Interface for beginning-of-loop commands.
StartLoopImpl - Class in jp.vmi.selenium.selenese.command
Implements StartLoopImpl.getReachedCounts() for start loop command.
startTestCase(ITestSuite, ITestCase) - Method in class jp.vmi.junit.result.JUnitResult
Start test-case.
startTestSuite(ITestSuite) - Method in class jp.vmi.junit.result.JUnitResult
Start test-suite.
StopWatch - Class in jp.vmi.selenium.selenese.utils
Record log message.
StopWatch() - Constructor for class jp.vmi.selenium.selenese.utils.StopWatch
 
Store - Class in jp.vmi.selenium.selenese.command
Command "store".
StoreFor - Class in jp.vmi.selenium.selenese.command
Command "storeFor".
SubCommandMap - Class in jp.vmi.selenium.selenese.subcommand
Replacement of WebDriverCommandProcessor for extention.
SubCommandMap(Context) - Constructor for class jp.vmi.selenium.selenese.subcommand.SubCommandMap
Constructor.
Success - Class in jp.vmi.selenium.selenese.result
Result of success.
Success(String) - Constructor for class jp.vmi.selenium.selenese.result.Success
Constructor.
SUCCESS - Static variable in class jp.vmi.selenium.selenese.result.Success
Default success
summary - Variable in class jp.vmi.html.result.TestSuiteTree.Node
 
superFindElement(WebDriver, String) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
call findElement of superclass.
switchTo() - Method in class jp.vmi.selenium.webdriver.NullDriver
 

T

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

U

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

V

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

W

WaitForCondition - Class in jp.vmi.selenium.selenese.subcommand
An implementation of the "getEval" method from Selenium.
WaitForCondition() - Constructor for class jp.vmi.selenium.selenese.subcommand.WaitForCondition
Constructor.
waitSpeed() - Method in interface jp.vmi.selenium.selenese.Context
Wait according to speed setting.
waitSpeed() - Method in class jp.vmi.selenium.selenese.NullContext
 
waitSpeed() - Method in class jp.vmi.selenium.selenese.Runner
 
Warning - Class in jp.vmi.selenium.selenese.result
Result of warning.
Warning(String) - Constructor for class jp.vmi.selenium.selenese.result.Warning
Constructor.
WDCommand - Class in jp.vmi.selenium.selenese.subcommand
WDCP command with the information.
WDCommand(SeleneseCommand<?>, String, ArgumentType...) - Constructor for class jp.vmi.selenium.selenese.subcommand.WDCommand
Constructor.
WEBDRIVER_FACTORY - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
System property name for user defined WebDriverFactory.
WEBDRIVER_FIREFOX_BIN - Static variable in class jp.vmi.selenium.webdriver.FirefoxDriverFactory
System property name for specifying Firefox binary.
WebDriverElementFinder - Class in jp.vmi.selenium.selenese.locator
WebDriver Element Locator.
WebDriverElementFinder() - Constructor for class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
Constructor.
WebDriverFactory - Class in jp.vmi.selenium.webdriver
Abstract class of factoryName for WebDrivers.
WebDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.WebDriverFactory
 
WebDriverManager - Class in jp.vmi.selenium.webdriver
Manager of WebDriver instances.
WebDriverPreparator - Interface in jp.vmi.selenium.webdriver
WebDriver reviver.
While - Class in jp.vmi.selenium.selenese.command
Command "while".
WindowMaximize - Class in jp.vmi.selenium.selenese.command
Command "windowMaximize".

X

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

Copyright © 2014. All rights reserved.