- AbstractCommand - Class in jp.vmi.selenium.selenese.command
-
Base implementation of command.
- AbstractCommand(int, String, String[], ArgumentType...) - Constructor for class jp.vmi.selenium.selenese.command.AbstractCommand
-
Constructor.
- AbstractDoCommandInterceptor - Class in jp.vmi.selenium.selenese.inject
-
Super class for DoCommand interceptor.
- AbstractDoCommandInterceptor() - Constructor for class jp.vmi.selenium.selenese.inject.AbstractDoCommandInterceptor
-
- AbstractExecuteTestCaseInterceptor - Class in jp.vmi.selenium.selenese.inject
-
Interceptor for logging and recoding test-case result.
- AbstractExecuteTestCaseInterceptor() - Constructor for class jp.vmi.selenium.selenese.inject.AbstractExecuteTestCaseInterceptor
-
- AbstractExecuteTestSuiteInterceptor - Class in jp.vmi.selenium.selenese.inject
-
Interceptor for logging and recoding test-suite result.
- AbstractExecuteTestSuiteInterceptor() - Constructor for class jp.vmi.selenium.selenese.inject.AbstractExecuteTestSuiteInterceptor
-
- AbstractSubCommand<T> - Class in jp.vmi.selenium.selenese.subcommand
-
Base implementation of sub-command.
- AbstractSubCommand(ArgumentType...) - Constructor for class jp.vmi.selenium.selenese.subcommand.AbstractSubCommand
-
Constructor.
- add(TestSuite, TestSuiteSummary) - Method in class jp.vmi.html.result.TestSuiteTree
-
Add test-suite and it's summary.
- add(ICommand) - Method in class jp.vmi.selenium.selenese.command.CommandList
-
- add(ICommand) - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
-
- add(String, String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
Add value to option which has multiple parameters by name.
- add(Object, Object) - Method in class jp.vmi.selenium.selenese.config.OptionEntry
-
Add option value.
- add(String, String) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
-
Add user defined handler of element finder.
- add(Cookie) - Method in class jp.vmi.selenium.selenese.log.CookieMap
-
Add cookie information.
- add(CommandResult) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
- add(int, CommandResult) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
- addAll(Collection<? extends CommandResult>) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
- addAll(int, Collection<? extends CommandResult>) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
- addChromeExtension(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- addCliArgs(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- addCollection(String) - Method in class jp.vmi.selenium.selenese.CollectionMap
-
Create new collection (FIFO).
- AddCollection - Class in jp.vmi.selenium.selenese.command
-
Command "addCollection".
- addCommand(ICommand) - Method in class jp.vmi.selenium.selenese.TestCase
-
Add command to command list.
- addCommand(ICommandFactory, String, String...) - Method in class jp.vmi.selenium.selenese.TestCase
-
Add command to command list.
- addDefine(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- addDefinitions(String...) - Method in class jp.vmi.selenium.webdriver.DriverOptions
-
Add "define" parameters.
- addEscapedArgumentOnUnix(StringBuilder, String) - Static method in class jp.vmi.selenium.selenese.utils.CommandLineUtils
-
Add command line escaped argument to StringBuilder on Unix.
- addEscapedArgumentOnWindows(StringBuilder, String) - Static method in class jp.vmi.selenium.selenese.utils.CommandLineUtils
-
Add command line escaped argument to StringBuilder on Windows.
- AdditionalHandler - Class in jp.vmi.selenium.selenese.locator
-
Additional locator handler.
- AdditionalHandler(String, String) - Constructor for class jp.vmi.selenium.selenese.locator.AdditionalHandler
-
Constructor.
- AddLocationStrategy - Class in jp.vmi.selenium.selenese.command
-
Re-implementation of AddLocationStrategy.
- addProperty(ITestSuite, String, String) - Method in class jp.vmi.junit.result.JUnitResult
-
Add property in test-suite.
- addProperty(String, String) - Method in class jp.vmi.junit.result.TestSuiteResult
-
Add property.
- addRollup(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- addRollupRule(Object) - Method in class jp.vmi.selenium.rollup.RollupManager
-
Add rollup rule.
- addRule(Map<?, ?>) - Method in class jp.vmi.selenium.rollup.RollupRules
-
Add rollup rule.
- addScreenshot(String, String) - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
-
- addScreenshot(String, String) - Method in interface jp.vmi.selenium.selenese.command.ICommand
-
Add screenshot image.
- addScreenshot(String, String) - Method in class jp.vmi.selenium.selenese.command.StartMarker
-
- AddSelection - Class in jp.vmi.selenium.selenese.command
-
Command "addSelection".
- addSelenese(Selenese) - Method in class jp.vmi.selenium.selenese.TestSuite
-
Add Selenese (test-suite/test-case) instance.
- addSeleneseFile(String, ICommandFactory) - Method in class jp.vmi.selenium.selenese.TestSuite
-
Add Selenese file.
- 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".
- ALL_PASS - Static variable in class jp.vmi.selenium.selenese.log.CookieFilter
-
All cookies pass through.
- allMessages(CookieFilter) - Method in class jp.vmi.selenium.selenese.log.CookieMap
-
Get all cookies as string.
- AllowNativeXpath - Class in jp.vmi.selenium.selenese.command
-
Re-implementation of AllowNativeXPath.
- AltKeyDown - Class in jp.vmi.selenium.selenese.command
-
Command "altKeyDown".
- altKeyDown() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
-
- AltKeyUp - Class in jp.vmi.selenium.selenese.command
-
Command "altKeyUp".
- altKeyUp() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
-
- AnswerOnNextPrompt - Class in jp.vmi.selenium.selenese.command
-
Command "answerOnNextPrompt".
- answerOnNextPrompt(WebDriver, String) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
-
Set answer message for prompt.
- ApacheHttpAsyncClient - Class in org.openqa.selenium.remote.internal
-
Replacement of ApacheHttpClient in selenium-remote-driver.
- ApacheHttpAsyncClient(CloseableHttpAsyncClient, URL) - Constructor for class org.openqa.selenium.remote.internal.ApacheHttpAsyncClient
-
Constructor.
- ApacheHttpAsyncClientFactory - Class in org.openqa.selenium.remote.internal
-
- ApacheHttpAsyncClientFactory() - Constructor for class org.openqa.selenium.remote.internal.ApacheHttpAsyncClientFactory
-
- appendInterceptors(T[], T...) - Static method in class jp.vmi.selenium.selenese.inject.BindModule
-
Append custom interceptors to original interceptors.
- appendStringLiteral(StringBuilder, String) - Static method in class jp.vmi.selenium.selenese.utils.XPathUtils
-
Append string literal in XPath context.
- APPIUM - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
-
AppiumWebDriver
- AppiumDriver(URL, Capabilities) - Constructor for class jp.vmi.selenium.webdriver.AppiumWebDriverFactory.AppiumDriver
-
Constructor.
- AppiumWebDriverFactory - Class in jp.vmi.selenium.webdriver
-
Factory of RemoteWebDriver.
- AppiumWebDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.AppiumWebDriverFactory
-
- AppiumWebDriverFactory.AppiumDriver - Class in jp.vmi.selenium.webdriver
-
Appium driver.
- arg - Variable in class jp.vmi.selenium.selenese.locator.Locator
-
argument for locator type.
- arg - Variable in class jp.vmi.selenium.selenese.locator.OptionLocator
-
argument for locator type.
- ARGS - Static variable in class jp.vmi.script.JSWrapper
-
arguments name.
- 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*".
- AssignId - Class in jp.vmi.selenium.selenese.command
-
Re-implementation of AssignId.
- AttachFile - Class in jp.vmi.selenium.selenese.command
-
Re-implementation of AttachFile.
- GECKODRIVER - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
-
- 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.
- generateExceptionMessage(StringBuilder, Exception) - Method in class jp.vmi.selenium.selenese.result.Result
-
Generate exception message.
- generateFailsafeSummary() - Method in class jp.vmi.junit.result.JUnitResult
-
Generate "failsafe-summary.xml" into XML result directory.
- generateIndex() - Method in class jp.vmi.html.result.HtmlResult
-
Generate index for HTML result.
- generatePatternForCodePresence(String) - Static method in class jp.vmi.selenium.selenese.mutator.MutatorUtils
-
Generate the pattern for testing presence of the code.
- get(Object) - Method in class jp.vmi.script.JSMap
-
- get(String) - Method in class jp.vmi.selenium.rollup.RollupRules
-
Get rollup rule.
- get(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- get(String, T) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
Get option value by name.
- get(String) - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
Get option value.
- get(String, T) - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
Get option value or default value.
- get(Object) - Method in class jp.vmi.selenium.selenese.config.OptionEntry
-
Get option value.
- get(Object) - Method in class jp.vmi.selenium.selenese.config.OptionMap
-
- get(int) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
- get(Object) - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
-
- get(String) - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
-
Get sub-command.
- get(DriverOptions.DriverOption) - Method in class jp.vmi.selenium.webdriver.DriverOptions
-
Get option value.
- get(String) - Method in class jp.vmi.selenium.webdriver.NullDriver
-
- get() - Method in class jp.vmi.selenium.webdriver.WebDriverManager
-
- GetAlert - Class in jp.vmi.selenium.selenese.subcommand
-
"getAlert".
- GetAlert() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetAlert
-
- GetAllButtons - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetAllButtons.
- GetAllButtons() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetAllButtons
-
Constructor.
- GetAllFields - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetAllFields.
- GetAllFields() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetAllFields
-
Constructor.
- GetAllLinks - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetAllButtons.
- GetAllLinks() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetAllLinks
-
Constructor.
- GetAllWindowNames - Class in jp.vmi.selenium.selenese.subcommand
-
"getAllWindowNames".
- GetAllWindowNames() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetAllWindowNames
-
Constructor.
- GetAllWindowTitles - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetAllWindowTitles.
- GetAllWindowTitles() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetAllWindowTitles
-
Constructor.
- getArgs() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getArgs() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
Get command line arguments without parsed options.
- getArguments() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
-
- getArguments() - Method in interface jp.vmi.selenium.selenese.command.ICommand
-
Get command arguments.
- getArguments() - Method in class jp.vmi.selenium.selenese.command.StartMarker
-
- getArgumentTypes() - Method in class jp.vmi.selenium.selenese.subcommand.AbstractSubCommand
-
- getArgumentTypes() - Method in interface jp.vmi.selenium.selenese.subcommand.ISubCommand
-
Get arguments of this sub-command.
- getArgumentTypes() - Method in class jp.vmi.selenium.selenese.subcommand.MouseEventHandler
-
- GetAttribute - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetAttribute.
- GetAttribute() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetAttribute
-
Constructor.
- GetAttributeFromAllWindows - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetAttributeFromAllWindows.
- GetAttributeFromAllWindows() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetAttributeFromAllWindows
-
Constructor.
- getBaseName() - Method in interface jp.vmi.junit.result.ITestTarget
-
Get test-target file base name.
- getBaseName() - Method in class jp.vmi.junit.result.TestResult
-
Get test file base name.
- getBaseName() - Method in class jp.vmi.selenium.selenese.ErrorSource
-
- getBaseName() - Method in class jp.vmi.selenium.selenese.TestCase
-
- getBaseName() - Method in class jp.vmi.selenium.selenese.TestSuite
-
- getBaseurl() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getBaseurl() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getBaseURL() - Method in class jp.vmi.selenium.selenese.TestCase
-
Get base URL in the test-case.
- GetBodyText - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetBodyText.
- GetBodyText() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetBodyText
-
Constructor.
- getBrowserName() - Method in interface jp.vmi.selenium.selenese.Context
-
Get browser name.
- getBrowserName() - Method in class jp.vmi.selenium.selenese.Runner
-
- getBrowserName() - Method in class jp.vmi.selenium.webdriver.AppiumWebDriverFactory
-
- getBrowserName() - Method in class jp.vmi.selenium.webdriver.ChromeDriverFactory
-
- getBrowserName() - Method in class jp.vmi.selenium.webdriver.FirefoxDriverFactory
-
- getBrowserName() - Method in class jp.vmi.selenium.webdriver.HtmlUnitDriverFactory
-
- getBrowserName() - Method in class jp.vmi.selenium.webdriver.IEDriverFactory
-
- getBrowserName() - Method in class jp.vmi.selenium.webdriver.PhantomJSDriverFactory
-
- getBrowserName() - Method in class jp.vmi.selenium.webdriver.RemoteWebDriverFactory
-
- getBrowserName() - Method in class jp.vmi.selenium.webdriver.SafariDriverFactory
-
- getBrowserName() - Method in class jp.vmi.selenium.webdriver.WebDriverFactory
-
Get browser name.
- getBrowserName() - Method in class jp.vmi.selenium.webdriver.WebDriverManager
-
- getBrowserName() - Method in interface jp.vmi.selenium.webdriver.WebDriverPreparator
-
Get browser name.
- getCapabilities() - Method in class jp.vmi.selenium.webdriver.DriverOptions
-
Get desired capabilities.
- getChromedriver() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getChromedriver() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getChromeExperimentalOptions() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getChromeExperimentalOptions() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getChromeExtension() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getChromeExtension() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getChromeExtensions() - Method in class jp.vmi.selenium.webdriver.DriverOptions
-
Get Chrome Extensions for starting up driver.
- getCliArgs() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getCliArgs() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getCliArgs() - Method in class jp.vmi.selenium.webdriver.DriverOptions
-
Get CLI arguments for starting up driver.
- getCollectionMap() - Method in interface jp.vmi.selenium.selenese.Context
-
Get collection map.
- getCollectionMap() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getCollectionMap() - Method in class jp.vmi.selenium.selenese.Runner
-
- getCommand() - Method in class jp.vmi.selenium.selenese.result.CommandResult
-
Get command.
- getCommandEntries() - Static method in class jp.vmi.selenium.selenese.command.CommandFactory
-
Get command entries.
- getCommandFactory() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getCommandFactory() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getCommandFactory() - Method in interface jp.vmi.selenium.selenese.Context
-
Get CommandFactory instance.
- getCommandFactory() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getCommandFactory() - Method in class jp.vmi.selenium.selenese.Runner
-
- getCommandList() - Method in interface jp.vmi.html.result.IHtmlResultTestCase
-
Get command list.
- getCommandList() - Method in class jp.vmi.selenium.selenese.ErrorTestCase
-
Get command list.
- getCommandList() - Method in class jp.vmi.selenium.selenese.TestCase
-
Get command list.
- getCommandListIterator() - Method in interface jp.vmi.selenium.selenese.Context
-
Get current CommandListIterator.
- getCommandListIterator() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getCommandListIterator() - Method in class jp.vmi.selenium.selenese.Runner
-
- getCommandSequence() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
-
Get command sequence.
- GetConfirmation - Class in jp.vmi.selenium.selenese.subcommand
-
"getConfirmation".
- GetConfirmation() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetConfirmation
-
- GetCookie - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetCookie.
- GetCookie() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetCookie
-
Constructor.
- GetCookieByName - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetCookieByName.
- GetCookieByName() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetCookieByName
-
Constructor.
- getCookieFilter() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getCookieFilter() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getCookieFilter() - Method in interface jp.vmi.selenium.selenese.Context
-
Get cookie filter.
- getCookieFilter() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getCookieFilter() - Method in class jp.vmi.selenium.selenese.Runner
-
- getCountry() - Method in class jp.vmi.selenium.selenese.utils.SystemInformation
-
- GetCssCount - Class in jp.vmi.selenium.selenese.subcommand
-
- GetCssCount() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetCssCount
-
Constructor.
- getCurrentBaseURL() - Method in interface jp.vmi.selenium.selenese.Context
-
Get current base URL.
- getCurrentBaseURL() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getCurrentBaseURL() - Method in class jp.vmi.selenium.selenese.Runner
-
- getCurrentFrameLocators() - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
-
Get copy of current frame locators.
- getCurrentTestCase() - Method in interface jp.vmi.selenium.selenese.Context
-
Get current test-case.
- getCurrentTestCase() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getCurrentTestCase() - Method in class jp.vmi.selenium.selenese.Runner
-
- getCurrentUrl() - Method in class jp.vmi.selenium.webdriver.NullDriver
-
- getCursorPosition(WebDriver, WebElement) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
-
Get cursor poision in text field.
- GetCursorPosition - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetCursorPosision.
- GetCursorPosition() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetCursorPosition
-
Constructor.
- getDefaultWindowSize(WebDriver) - Method in class jp.vmi.selenium.webdriver.HtmlUnitDriverFactory
-
- getDefaultWindowSize(WebDriver) - Method in class jp.vmi.selenium.webdriver.PhantomJSDriverFactory
-
- getDefaultWindowSize(WebDriver) - Method in class jp.vmi.selenium.webdriver.WebDriverFactory
-
- getDefine() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getDefine() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getDir() - Method in class jp.vmi.html.result.HtmlResult
-
Get HTML result directory.
- getDoCommandInterceptors() - Method in class jp.vmi.selenium.selenese.inject.BindModule
-
Get DoCommand interceptors.
- getDriver() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getDriver() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getDriverOptions() - Method in class jp.vmi.selenium.webdriver.WebDriverManager
-
Get current driver options.
- getDuration() - Method in class jp.vmi.selenium.selenese.result.CommandResult
-
Get duration.
- getDuration() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
-
Get milli-second of duration.
- getDurationString() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
-
Get human readable duration string.
- getElementFinder() - Method in interface jp.vmi.selenium.selenese.Context
-
Get elemnt finder.
- getElementFinder() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getElementFinder() - Method in class jp.vmi.selenium.selenese.Runner
-
- GetElementHeight - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetElementHeight.
- GetElementHeight() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetElementHeight
-
Constructor.
- getElementIndex(WebDriver, WebElement) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
-
Get element index.
- GetElementIndex - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetElementIndex.
- GetElementIndex() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetElementIndex
-
Constructor.
- GetElementPositionLeft - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetElementHeight.
- GetElementPositionLeft() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetElementPositionLeft
-
Constructor.
- GetElementPositionTop - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetElementPositionTop.
- GetElementPositionTop() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetElementPositionTop
-
Constructor.
- GetElementWidth - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetElementWidth.
- GetElementWidth() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetElementWidth
-
Constructor.
- getEndTime() - Method in class jp.vmi.selenium.selenese.result.CommandResult
-
Get end time.
- getEndTime() - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
Get end time of last command.
- getEndTime() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
-
Get end time of UTC as milli second.
- getEndTimeString() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
-
Get human readable end time string.
- getEnvVars() - Method in class jp.vmi.selenium.webdriver.DriverOptions
-
Get environment variables map.
- getError() - Method in exception jp.vmi.selenium.selenese.SeleneseCommandErrorException
-
Get error result.
- getErrorMessages() - Method in class jp.vmi.selenium.selenese.utils.LogRecorder
-
Get logged error messages.
- getErrors() - Method in class jp.vmi.junit.result.TestCaseResult
-
Get error count.
- getErrors() - Method in class jp.vmi.junit.result.TestSuiteResult
-
Get error count.
- getEval() - Method in interface jp.vmi.selenium.selenese.Context
-
Get evaluater.
- getEval() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getEval() - Method in class jp.vmi.selenium.selenese.Runner
-
- GetEval - Class in jp.vmi.selenium.selenese.subcommand
-
An implementation of the "getEval" method from Selenium.
- GetEval() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetEval
-
Constructor.
- getExecuteTestCaseInterceptors() - Method in class jp.vmi.selenium.selenese.inject.BindModule
-
Get ExecuteTestCase interceptors.
- getExecuteTestSuiteInterceptors() - Method in class jp.vmi.selenium.selenese.inject.BindModule
-
Get ExecuteTestSuite interceptors.
- getExitCode() - Method in class jp.vmi.selenium.selenese.Main
-
Get exit code.
- getExpandedCommands(Context, Map<String, String>) - Method in interface jp.vmi.selenium.rollup.IRollupRule
-
Get exapanded command list.
- getExpandedCommands(Context, Map<String, String>) - Method in class jp.vmi.selenium.rollup.RollupRule
-
- GetExpression - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetExpression.
- GetExpression() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetExpression
-
Constructor.
- getFailures() - Method in class jp.vmi.junit.result.TestCaseResult
-
Get failure count.
- getFailures() - Method in class jp.vmi.junit.result.TestSuiteResult
-
Get failure count.
- getFilename() - Method in interface jp.vmi.html.result.IHtmlResultTestCase
-
Get filename of test-case.
- getFilename() - Method in class jp.vmi.selenium.selenese.ErrorSource
-
Get filename.
- getFilename() - Method in class jp.vmi.selenium.selenese.TestCase
-
Get filename of test-case.
- getFirefox() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getFirefox() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getFirstMessage(PageInformation, String, String...) - Method in class jp.vmi.selenium.selenese.log.PageInformation
-
- getFormatInfo() - Method in class jp.vmi.html.result.HtmlEscapeRenderer
-
- getFormatInfo() - Method in class jp.vmi.html.result.IndexRenderer
-
- getFormatInfo() - Method in class jp.vmi.html.result.LogRenderer
-
- getFormatInfo() - Method in class jp.vmi.html.result.NumberRenderer
-
- getFormatInfo() - Method in class jp.vmi.html.result.RelativePathRenderer
-
- getFormatInfo() - Method in class jp.vmi.html.result.StringRenderer
-
- getFormatInfo() - Method in class jp.vmi.html.result.TimeRenderer
-
- getFormatInfo() - Method in class jp.vmi.html.result.UrlEncodeRenderer
-
- getGeckodriver() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getGeckodriver() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getHeight() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getHeight() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getHtmlResult() - Method in interface jp.vmi.html.result.HtmlResultHolder
-
Get HTML result instance.
- getHtmlResult() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getHtmlResult() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getHtmlResult() - Method in class jp.vmi.selenium.selenese.Runner
-
- GetHtmlSource - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetHtmlSource.
- GetHtmlSource() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetHtmlSource
-
Constructor.
- getIedriver() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getIedriver() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getIndex() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
-
- getIndex() - Method in interface jp.vmi.selenium.selenese.command.ICommand
-
Get index in selenese script file (1 origin).
- getIndex() - Method in class jp.vmi.selenium.selenese.command.StartMarker
-
- getIndex() - Method in class jp.vmi.selenium.selenese.locator.Locator
-
- getInitialSpeed() - Method in class jp.vmi.selenium.selenese.Runner
-
Get initial speed at starting test-suite.
- getInitialWindowHandle() - Method in interface jp.vmi.selenium.selenese.Context
-
Get initial window handle.
- getInitialWindowHandle() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getInitialWindowHandle() - Method in class jp.vmi.selenium.selenese.Runner
-
- getInstance() - Static method in class jp.vmi.selenium.selenese.utils.SystemInformation
-
Get system information.
- getInstance() - Static method in class jp.vmi.selenium.selenese.utils.WindowSelector
-
Get WindowSelector instance.
- getJavaVersion() - Method in class jp.vmi.selenium.selenese.utils.SystemInformation
-
- getJavaVMName() - Method in class jp.vmi.selenium.selenese.utils.SystemInformation
-
- getJSLibrary() - Method in interface jp.vmi.selenium.selenese.Context
-
Get JavaScript library handler.
- getJSLibrary() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getJSLibrary() - Method in class jp.vmi.selenium.selenese.Runner
-
- getJUnitResult() - Method in interface jp.vmi.junit.result.JUnitResultHolder
-
Get JUnit result instance.
- getJUnitResult() - Method in class jp.vmi.selenium.selenese.Runner
-
- getKey() - Method in class jp.vmi.selenium.selenese.utils.KeyValue
-
- getLabel() - Method in interface jp.vmi.selenium.selenese.command.ILabel
-
Get label.
- getLabel() - Method in class jp.vmi.selenium.selenese.command.Label
-
Get label string.
- getLanguage() - Method in class jp.vmi.selenium.selenese.utils.SystemInformation
-
- getLatestPageInformation() - Method in interface jp.vmi.selenium.selenese.Context
-
Get latest page information.
- getLatestPageInformation() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getLatestPageInformation() - Method in class jp.vmi.selenium.selenese.Runner
-
- getLevel() - Method in class jp.vmi.selenium.selenese.command.CommandSequence
-
Get level of sequences.
- getLevel() - Method in class jp.vmi.selenium.selenese.result.Error
-
- getLevel() - Method in class jp.vmi.selenium.selenese.result.Failure
-
- getLevel() - Method in class jp.vmi.selenium.selenese.result.MaxTimeExceeded
-
- getLevel() - Method in class jp.vmi.selenium.selenese.result.Result
-
Get result level.
- getLevel() - Method in class jp.vmi.selenium.selenese.result.Success
-
- getLevel() - Method in class jp.vmi.selenium.selenese.result.Unexecuted
-
- getLevel() - Method in class jp.vmi.selenium.selenese.result.Warning
-
- GetLocation - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetLocation.
- GetLocation() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetLocation
-
Constructor.
- 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.
- getMaxTime() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getMaxTime() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getMessage() - Method in class jp.vmi.selenium.selenese.result.Result
-
Get result message.
- getMessages() - Method in class jp.vmi.selenium.selenese.utils.LogRecorder
-
Get logged messages.
- getModifierKeyState() - Method in interface jp.vmi.selenium.selenese.Context
-
Get modifier key state.
- getModifierKeyState() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getModifierKeyState() - Method in class jp.vmi.selenium.selenese.Runner
-
- getName() - Method in class jp.vmi.html.result.HtmlEscapeRenderer
-
- getName() - Method in interface jp.vmi.html.result.IHtmlResultTestTarget
-
Get selenese name.
- getName() - Method in class jp.vmi.html.result.IndexRenderer
-
- getName() - Method in class jp.vmi.html.result.LogRenderer
-
- getName() - Method in class jp.vmi.html.result.NumberRenderer
-
- getName() - Method in class jp.vmi.html.result.RelativePathRenderer
-
- getName() - Method in class jp.vmi.html.result.StringRenderer
-
- getName() - Method in class jp.vmi.html.result.TimeRenderer
-
- getName() - Method in class jp.vmi.html.result.UrlEncodeRenderer
-
- getName() - Method in interface jp.vmi.junit.result.ITestTarget
-
Get test-target name.
- getName() - Method in class jp.vmi.junit.result.TestResult
-
Get test name.
- getName() - Method in interface jp.vmi.selenium.rollup.IRollupRule
-
Get rollup rule name.
- getName() - Method in class jp.vmi.selenium.rollup.RollupRule
-
- getName() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
-
- getName() - Method in interface jp.vmi.selenium.selenese.command.ICommand
-
Get command name.
- getName() - Method in class jp.vmi.selenium.selenese.command.StartMarker
-
- getName() - Method in class jp.vmi.selenium.selenese.ErrorSource
-
- getName() - Method in class jp.vmi.selenium.selenese.subcommand.AbstractSubCommand
-
- getName() - Method in class jp.vmi.selenium.selenese.subcommand.GetSelected
-
- getName() - Method in interface jp.vmi.selenium.selenese.subcommand.ISubCommand
-
Get sub-command name.
- getName() - Method in class jp.vmi.selenium.selenese.subcommand.MouseEventHandler
-
- getName() - Method in class jp.vmi.selenium.selenese.subcommand.NoOp
-
- getName() - Method in class jp.vmi.selenium.selenese.TestCase
-
- getName() - Method in class jp.vmi.selenium.selenese.TestSuite
-
- getNextAlert(WebDriver) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
-
Get next alert dialog message.
- getNextConfirmation(WebDriver) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
-
Get next confirmation dialog message.
- getNextPrompt(WebDriver) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
-
Get next prompt.
- getNoProxy() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getNoProxy() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getOperatingSystem() - Method in class jp.vmi.selenium.selenese.utils.SystemInformation
-
- getOptionHandler(OptionLocator) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
-
Get option locator handler.
- getOverridingBaseURL() - Method in interface jp.vmi.selenium.selenese.Context
-
Get base URL for overriding test-case base URL.
- getOverridingBaseURL() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getOverridingBaseURL() - Method in class jp.vmi.selenium.selenese.Runner
-
- getPageSource() - Method in class jp.vmi.selenium.webdriver.NullDriver
-
- getPhantomjs() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getPhantomjs() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getPrintStream() - Method in interface jp.vmi.selenium.selenese.Context
-
Get PrintStream for logging.
- getPrintStream() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getPrintStream() - Method in class jp.vmi.selenium.selenese.Runner
-
- getProfile() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getProfile() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getProfileDir() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getProfileDir() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- GetPrompt - Class in jp.vmi.selenium.selenese.subcommand
-
Command "getPrompt".
- GetPrompt() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetPrompt
-
- getProxy() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getProxy() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getProxyPassword() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getProxyPassword() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getProxyUser() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getProxyUser() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getRemoteBrowser() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getRemoteBrowser() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getRemotePlatform() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getRemotePlatform() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getRemoteUrl() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getRemoteUrl() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getRemoteVersion() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getRemoteVersion() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getResult() - Method in interface jp.vmi.html.result.IHtmlResultTestTarget
-
Get selenese result.
- getResult() - Method in class jp.vmi.junit.result.FailsafeSummary
-
- getResult() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
-
- getResult() - Method in interface jp.vmi.selenium.selenese.command.ICommand
-
Get the command result.
- getResult() - Method in class jp.vmi.selenium.selenese.command.StartMarker
-
- getResult() - Method in class jp.vmi.selenium.selenese.ErrorSource
-
Get result.
- getResult() - Method in class jp.vmi.selenium.selenese.result.CommandResult
-
Get result.
- getResult() - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
Get latest result.
- getResult() - Method in interface jp.vmi.selenium.selenese.Selenese
-
Get selenese result.
- getResult() - Method in class jp.vmi.selenium.selenese.TestCase
-
- getResult() - Method in class jp.vmi.selenium.selenese.TestSuite
-
- getResultList() - Method in interface jp.vmi.html.result.IHtmlResultTestCase
-
Get test-case result list.
- getResultList() - Method in class jp.vmi.selenium.selenese.ErrorTestCase
-
Get test-case result list.
- getResultList() - Method in class jp.vmi.selenium.selenese.TestCase
-
Get test-case result list.
- getResults(ICommand) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
Get results of the command.
- getRollup() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getRollup() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getRollupRules() - Method in interface jp.vmi.selenium.selenese.Context
-
Get rollup rules.
- getRollupRules() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getRollupRules() - Method in class jp.vmi.selenium.selenese.Runner
-
- getRootNodeList() - Method in class jp.vmi.html.result.TestSuiteTree
-
Get root node list of tree.
- getScreenshotAll() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getScreenshotAll() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getScreenshotDir() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getScreenshotDir() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getScreenshotOnFail() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getScreenshotOnFail() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getScreenshots() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
-
- getScreenshots() - Method in interface jp.vmi.selenium.selenese.command.ICommand
-
Get list of screenshot images.
- getScreenshots() - Method in class jp.vmi.selenium.selenese.command.StartMarker
-
- getScreenshots() - Method in class jp.vmi.selenium.selenese.result.CommandResult
-
Get list of screenshot information.
- GetSelected - Class in jp.vmi.selenium.selenese.subcommand
-
An implementation of the "getSelected(Labels?|Values?|Index(es)?|Ids?)".
- GetSelected(GetSelected.Type, boolean) - Constructor for class jp.vmi.selenium.selenese.subcommand.GetSelected
-
Constructor.
- GetSelected.Type - Enum in jp.vmi.selenium.selenese.subcommand
-
- GetSelectOptions - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetSelectOptions.
- GetSelectOptions() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetSelectOptions
-
Constructor.
- getSeleneseList() - Method in class jp.vmi.selenium.selenese.TestSuite
-
Get Selenese list.
- getSeleneseRunnerVersion() - Method in class jp.vmi.selenium.selenese.utils.SystemInformation
-
- getSeleniumVersion() - Method in class jp.vmi.selenium.selenese.utils.SystemInformation
-
- getSequence() - Method in class jp.vmi.selenium.selenese.result.CommandResult
-
Get sequence.
- getSetSpeed() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getSetSpeed() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getSkipped() - Method in class jp.vmi.junit.result.TestCaseResult
-
Get skipped count.
- getSkipped() - Method in class jp.vmi.junit.result.TestSuiteResult
-
Get skipped count.
- getSource() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
-
- getSource() - Method in interface jp.vmi.selenium.selenese.command.ICommand
-
Get source elements.
- getSource() - Method in class jp.vmi.selenium.selenese.command.StartMarker
-
- getSpeed() - Method in interface jp.vmi.selenium.selenese.Context
-
Get speed for setSpeed command.
- getSpeed() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getSpeed() - Method in class jp.vmi.selenium.selenese.Runner
-
- GetSpeed - Class in jp.vmi.selenium.selenese.subcommand
-
"getSpeed".
- GetSpeed() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetSpeed
-
Constructor.
- getStartLoop() - Method in class jp.vmi.selenium.selenese.command.AbstractCommand
-
- getStartLoop() - Method in interface jp.vmi.selenium.selenese.command.ICommand
-
Get beginning-of-loop command.
- getStartLoop() - Method in class jp.vmi.selenium.selenese.command.StartMarker
-
- getStartTime() - Method in class jp.vmi.selenium.selenese.result.CommandResult
-
Get start time.
- getStartTime() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
-
Get start time of UTC as milli second.
- getStartTimeString() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
-
Get human readable start time string.
- getStopWatch() - Method in interface jp.vmi.junit.result.ITestTarget
-
Get stop watch.
- getStopWatch() - Method in class jp.vmi.selenium.selenese.ErrorSource
-
- getStopWatch() - Method in class jp.vmi.selenium.selenese.TestCase
-
Get stop watch.
- getStopWatch() - Method in class jp.vmi.selenium.selenese.TestSuite
-
Get stop watch.
- getSubCommandMap() - Method in interface jp.vmi.selenium.selenese.Context
-
Get SubCommandMap instance.
- getSubCommandMap() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getSubCommandMap() - Method in class jp.vmi.selenium.selenese.Runner
-
- getSummary(TestSuite) - Method in class jp.vmi.html.result.TestSuiteTree
-
Get test-suite result summary.
- getSupportedClasses() - Method in class jp.vmi.html.result.HtmlEscapeRenderer
-
- getSupportedClasses() - Method in class jp.vmi.html.result.IndexRenderer
-
- getSupportedClasses() - Method in class jp.vmi.html.result.LogRenderer
-
- getSupportedClasses() - Method in class jp.vmi.html.result.NumberRenderer
-
- getSupportedClasses() - Method in class jp.vmi.html.result.RelativePathRenderer
-
- getSupportedClasses() - Method in class jp.vmi.html.result.StringRenderer
-
- getSupportedClasses() - Method in class jp.vmi.html.result.TimeRenderer
-
- getSupportedClasses() - Method in class jp.vmi.html.result.UrlEncodeRenderer
-
- getSystemErr() - Method in class jp.vmi.junit.result.TestCaseResult
-
Get system-err message.
- getSystemOut() - Method in class jp.vmi.junit.result.TestCaseResult
-
Get system-out message.
- getTable(WebDriver, WebElement, long, long) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
-
Get cell value of table.
- GetTable - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetTable.
- GetTable() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetTable
-
Constructor.
- getTests() - Method in class jp.vmi.junit.result.TestSuiteResult
-
Get test count.
- getText(WebDriver, WebElement) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
-
Get text.
- GetText - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetText.
- GetText() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetText
-
Constructor.
- getTime() - Method in class jp.vmi.junit.result.TestResult
-
Get duration time of test execution.
- getTimeout() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getTimeout() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getTimeout() - Method in interface jp.vmi.selenium.selenese.Context
-
Get timeout for waiting.
- getTimeout() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getTimeout() - Method in class jp.vmi.selenium.selenese.Runner
-
- getTimestamp() - Method in class jp.vmi.junit.result.TestResult
-
Get timestamp.
- getTimeZone() - Method in class jp.vmi.selenium.selenese.utils.SystemInformation
-
- GetTitle - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetTitle.
- GetTitle() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetTitle
-
Constructor.
- getTitle() - Method in class jp.vmi.selenium.webdriver.NullDriver
-
- getType() - Method in interface jp.vmi.html.result.IHtmlResultTestTarget
-
Get selenese type.
- getType() - Method in class jp.vmi.selenium.selenese.ErrorTestCase
-
- getType() - Method in class jp.vmi.selenium.selenese.ErrorTestSuite
-
- getType() - Method in interface jp.vmi.selenium.selenese.Selenese
-
Get script type.
- getType() - Method in class jp.vmi.selenium.selenese.TestCase
-
- getType() - Method in class jp.vmi.selenium.selenese.TestSuite
-
- GetValue - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetValue.
- GetValue() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetValue
-
Constructor.
- getValue() - Method in class jp.vmi.selenium.selenese.utils.KeyValue
-
- getVarsMap() - Method in interface jp.vmi.selenium.selenese.Context
-
Get variables map.
- getVarsMap() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getVarsMap() - Method in class jp.vmi.selenium.selenese.Runner
-
- getVersion() - Method in class jp.vmi.selenium.selenese.Main
-
Get version of Selenese Runner.
- getVersionFromPomProperties(String) - Static method in class jp.vmi.selenium.selenese.utils.SystemInformation
-
- getWebDriverName() - Method in class jp.vmi.selenium.selenese.TestSuite
-
Get WebDriver name.
- getWidth() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getWidth() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- getWindowHandle() - Method in class jp.vmi.selenium.webdriver.NullDriver
-
- getWindowHandles() - Method in class jp.vmi.selenium.webdriver.NullDriver
-
- getWrappedDriver() - Method in class jp.vmi.selenium.selenese.NullContext
-
- getWrappedDriver() - Method in class jp.vmi.selenium.selenese.Runner
-
- getXmlResult() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- getXmlResult() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- GetXpathCount - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of GetXpathCount.
- GetXpathCount() - Constructor for class jp.vmi.selenium.selenese.subcommand.GetXpathCount
-
Constructor.
- GoBack - Class in jp.vmi.selenium.selenese.command
-
Re-implementation of GoBack.
- GotoIf - Class in jp.vmi.selenium.selenese.command
-
Command "gotoIf".
- Gotolabel - Class in jp.vmi.selenium.selenese.command
-
Command "gotolabel".
- ICommand - Interface in jp.vmi.selenium.selenese.command
-
Command interface.
- ICommandFactory - Interface in jp.vmi.selenium.selenese.command
-
Interface of command factory.
- IConfig - Interface in jp.vmi.selenium.selenese.config
-
Configuration information.
- ID - Static variable in class jp.vmi.selenium.selenese.locator.Locator
-
- IDENTIFIER - Static variable in class jp.vmi.selenium.selenese.locator.Locator
-
- IE - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
-
Internet Explorer.
- IEDRIVER - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
-
- IEDriverFactory - Class in jp.vmi.selenium.webdriver
-
Factory of InternetExplorerDriver.
- IEDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.IEDriverFactory
-
- IGNORE_SCREENSHOT_COMMAND - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
-
- IHtmlResultTestCase - Interface in jp.vmi.html.result
-
TestCase interface for HTML result.
- IHtmlResultTestSuite - Interface in jp.vmi.html.result
-
TestSuite interface for HTML result.
- IHtmlResultTestTarget - Interface in jp.vmi.html.result
-
Test target interface for HTML result.
- ILabel - Interface in jp.vmi.selenium.selenese.command
-
Command with label information.
- Include - Class in jp.vmi.selenium.selenese.command
-
Command "include".
- increment(ICommand) - Method in class jp.vmi.selenium.selenese.command.CommandSequence
-
Increment sequence.
- INDEX - Static variable in class jp.vmi.selenium.selenese.locator.Locator
-
- indexOf(Object) - Method in class jp.vmi.selenium.selenese.command.CommandList
-
Get index by label or command.
- indexOf(Object) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
- IndexRenderer - Class in jp.vmi.html.result
-
Index renderer for JMTE.
- IndexRenderer() - Constructor for class jp.vmi.html.result.IndexRenderer
-
- info(String) - Method in class jp.vmi.selenium.selenese.utils.LogRecorder
-
Log info message.
- initialize(String, InvalidSeleneseException) - Method in class jp.vmi.selenium.selenese.ErrorSource
-
Initialize.
- initialize(String, InvalidSeleneseException) - Method in class jp.vmi.selenium.selenese.ErrorTestCase
-
- initialize(String, InvalidSeleneseException) - Method in class jp.vmi.selenium.selenese.ErrorTestSuite
-
- initialize(String, String, 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.
- INTERACTIVE - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
-
- InvalidSeleneseException - Exception in jp.vmi.selenium.selenese
-
Exception for invalid selenese syntax.
- InvalidSeleneseException(Throwable) - Constructor for exception jp.vmi.selenium.selenese.InvalidSeleneseException
-
Constructor.
- InvalidSeleneseException(String) - Constructor for exception jp.vmi.selenium.selenese.InvalidSeleneseException
-
Constructor.
- invoke(MethodInvocation) - Method in class jp.vmi.selenium.selenese.inject.AbstractDoCommandInterceptor
-
- invoke(MethodInvocation, Context, ICommand, String[]) - Method in class jp.vmi.selenium.selenese.inject.AbstractDoCommandInterceptor
-
- invoke(MethodInvocation) - Method in class jp.vmi.selenium.selenese.inject.AbstractExecuteTestCaseInterceptor
-
- invoke(MethodInvocation, ITestCase, Selenese, Context) - Method in class jp.vmi.selenium.selenese.inject.AbstractExecuteTestCaseInterceptor
-
- invoke(MethodInvocation) - Method in class jp.vmi.selenium.selenese.inject.AbstractExecuteTestSuiteInterceptor
-
- invoke(MethodInvocation, TestSuite, Selenese, Context) - Method in class jp.vmi.selenium.selenese.inject.AbstractExecuteTestSuiteInterceptor
-
- invoke(MethodInvocation, Context, ICommand, String[]) - Method in class jp.vmi.selenium.selenese.inject.CommandLogInterceptor
-
- invoke(MethodInvocation, ITestCase, Selenese, Context) - Method in class jp.vmi.selenium.selenese.inject.ExecuteTestCaseInterceptor
-
- invoke(MethodInvocation, TestSuite, Selenese, Context) - Method in class jp.vmi.selenium.selenese.inject.ExecuteTestSuiteInterceptor
-
- invoke(MethodInvocation, Context, ICommand, String[]) - Method in class jp.vmi.selenium.selenese.inject.HighlightInterceptor
-
- invoke(MethodInvocation, Context, ICommand, String[]) - Method in class jp.vmi.selenium.selenese.inject.MaxTimeInterruptInterceptor
-
- invoke(MethodInvocation, Context, ICommand, String[]) - Method in class jp.vmi.selenium.selenese.inject.ScreenshotInterceptor
-
- IRollupRule - Interface in jp.vmi.selenium.rollup
-
Rollup rule interface.
- isAborted() - Method in class jp.vmi.selenium.selenese.result.Result
-
Is command interrupted?
- isAlertPresent(WebDriver) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
-
Test of whether a alert dialog was displayed.
- IsAlertPresent - Class in jp.vmi.selenium.selenese.subcommand
-
"isAlertPresent".
- IsAlertPresent() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsAlertPresent
-
- isAltKeyDown() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
-
- isBrowser(String) - Method in interface jp.vmi.selenium.selenese.Context
-
Test browser name.
- IsChecked - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of IsChecked.
- IsChecked() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsChecked
-
Constructor.
- isConfirmationPresent(WebDriver) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
-
Test of whether a confirmation dialog was displayed.
- IsConfirmationPresent - Class in jp.vmi.selenium.selenese.subcommand
-
"isConfirmationPresent".
- IsConfirmationPresent() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsConfirmationPresent
-
- isControlKeyDown() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
-
- IsCookiePresent - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of IsCookiePresent.
- IsCookiePresent() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsCookiePresent
-
Constructor.
- IsEditable - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of IsEditable.
- IsEditable() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsEditable
-
Constructor.
- isElementNotFound(RuntimeException) - Static method in class jp.vmi.selenium.selenese.utils.SeleniumUtils
-
Check if Exception type is "element not found".
- IsElementPresent - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of IsElementPresent.
- IsElementPresent() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsElementPresent
-
Constructor.
- isEmpty() - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
- isEmpty() - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
-
- isError() - Method in interface jp.vmi.junit.result.ITestTarget
-
Is error instance?
- isError() - Method in class jp.vmi.selenium.selenese.ErrorSource
-
Is error object?
- isError() - Method in class jp.vmi.selenium.selenese.TestCase
-
- isError() - Method in class jp.vmi.selenium.selenese.TestSuite
-
- isFailed() - Method in class jp.vmi.selenium.selenese.result.Result
-
Is command failed?
- isHelp() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- isHelp() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- isHighlight() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- isHighlight() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- isHighlight() - Method in interface jp.vmi.selenium.selenese.highlight.HighlightHandler
-
Get locator highlighting.
- isHighlight() - Method in class jp.vmi.selenium.selenese.Runner
-
- isIgnoredScreenshotCommand() - Method in class jp.vmi.selenium.selenese.Runner
-
- isIgnoredScreenshotCommand() - Method in interface jp.vmi.selenium.selenese.ScreenshotHandler
-
Get ignore screenshot command flag.
- isIgnoreScreenshotCommand() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- isIgnoreScreenshotCommand() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- isInteractive() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- isInteractive() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- isInteractive() - Method in interface jp.vmi.selenium.selenese.Context
-
Get interactive.
- isInteractive() - Method in class jp.vmi.selenium.selenese.NullContext
-
- isInteractive() - Method in class jp.vmi.selenium.selenese.Runner
-
- isInterruptedByMaxTimeTimer(Thread) - Static method in class jp.vmi.selenium.selenese.Runner.MaxTimeTimer
-
Test specified thread is interrupted.
- isMetaKeyDown() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
-
- isMultiple - Variable in class jp.vmi.selenium.selenese.command.SelectElement
-
true if "select" element is multiple select box.
- isNoExit() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- isNoExit() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- isOrdered(WebDriver, WebElement, WebElement) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
-
Is ordered.
- IsOrdered - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of IsOrdered.
- IsOrdered() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsOrdered
-
Constructor.
- isPass(String) - Method in class jp.vmi.selenium.selenese.log.CookieFilter
-
Test name passes through this filter.
- isPromptPresent(WebDriver) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
-
Test of whether a prompt was displayed.
- IsPromptPresent - Class in jp.vmi.selenium.selenese.subcommand
-
Command "IsPromptPresent".
- IsPromptPresent() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsPromptPresent
-
- isProxySupported() - Method in class jp.vmi.selenium.webdriver.IEDriverFactory
-
- isProxySupported() - Method in class jp.vmi.selenium.webdriver.SafariDriverFactory
-
- isProxySupported() - Method in class jp.vmi.selenium.webdriver.WebDriverFactory
-
Is proxy supported?
- isRelativeParent() - Method in class jp.vmi.selenium.selenese.locator.Locator
-
- isRelativeTop() - Method in class jp.vmi.selenium.selenese.locator.Locator
-
- isSameOrigin(PageInformation) - Method in class jp.vmi.selenium.selenese.log.PageInformation
-
- isSatisfied() - Method in interface jp.vmi.selenium.selenese.utils.Wait.StopCondition
-
Test wait-stop condition.
- isShiftKeyDown() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
-
- IsSomethingSelected - Class in jp.vmi.selenium.selenese.subcommand
-
Alternative IsSomethingSelected.
- IsSomethingSelected() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsSomethingSelected
-
Constructor.
- isStrictExitCode() - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- isStrictExitCode() - Method in interface jp.vmi.selenium.selenese.config.IConfig
-
- isSuccess() - Method in class jp.vmi.selenium.selenese.result.Result
-
Is result of success?
- IsTextPresent - Class in jp.vmi.selenium.selenese.subcommand
-
"isTextPresent".
- IsTextPresent() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsTextPresent
-
Constructor.
- isTrue(String) - Method in interface jp.vmi.selenium.selenese.Context
-
Get boolean value of expr.
- isTrue(String) - Method in class jp.vmi.selenium.selenese.NullContext
-
- isTrue(String) - Method in class jp.vmi.selenium.selenese.Runner
-
- isTypeIndex() - Method in class jp.vmi.selenium.selenese.locator.Locator
-
- isTypeRelative() - Method in class jp.vmi.selenium.selenese.locator.Locator
-
- ISubCommand<T> - Interface in jp.vmi.selenium.selenese.subcommand
-
Sub-command interface.
- IsVisible - Class in jp.vmi.selenium.selenese.subcommand
-
Re-implementation of IsVisible.
- IsVisible() - Constructor for class jp.vmi.selenium.selenese.subcommand.IsVisible
-
Constructor.
- iterator() - Method in class jp.vmi.selenium.selenese.command.CommandList
-
- iterator(CommandListIterator) - Method in class jp.vmi.selenium.selenese.command.CommandList
-
Create the iterator of this command list.
- iterator() - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
- ITestCase - Interface in jp.vmi.junit.result
-
test-case interface.
- ITestSuite - Interface in jp.vmi.junit.result
-
test-suite interface.
- ITestTarget - Interface in jp.vmi.junit.result
-
Test target interface.
- REACHED_COUNT_SEPARATOR - Static variable in interface jp.vmi.selenium.selenese.command.StartLoop
-
The separator of reached counts.
- Refresh - Class in jp.vmi.selenium.selenese.command
-
Re-implementation of Refresh.
- regexpPattern - Variable in class jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern
-
Regular Expression of pattern.
- register(ISubCommand<?>) - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
-
Register sub-command.
- register(ISubCommand<?>, String) - Method in class jp.vmi.selenium.selenese.subcommand.SubCommandMap
-
Register sub-command.
- registerCommandFactory(ICommandFactory) - Method in class jp.vmi.selenium.selenese.command.CommandFactory
-
Register user defined comman factory.
- registerHandler(LocatorHandler) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
-
Register locator handler.
- registerOptionHandler(OptionLocatorHandler) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
-
Register option locator handler.
- RELATIVE - Static variable in class jp.vmi.selenium.selenese.locator.Locator
-
- RELATIVE_PARENT - Static variable in class jp.vmi.selenium.selenese.locator.Locator
-
- RELATIVE_TOP - Static variable in class jp.vmi.selenium.selenese.locator.Locator
-
- RelativePathRenderer - Class in jp.vmi.html.result
-
Index renderer for JMTE.
- RelativePathRenderer(HtmlResult) - Constructor for class jp.vmi.html.result.RelativePathRenderer
-
Constructor.
- relativize(String, String) - Static method in class jp.vmi.selenium.selenese.utils.PathUtils
-
Get relative path.
- REMOTE - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
-
RemoteWebDriver
- REMOTE_BROWSER - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
-
- REMOTE_PLATFORM - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
-
- REMOTE_URL - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
-
- REMOTE_VERSION - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
-
- RemoteWebDriverFactory - Class in jp.vmi.selenium.webdriver
-
Factory of RemoteWebDriver.
- RemoteWebDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.RemoteWebDriverFactory
-
- remove() - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
-
- remove() - Method in class jp.vmi.selenium.selenese.Parser.NodeIterator
-
- remove(int) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
- remove(Object) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
- remove(Object) - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
-
- removeAll(Collection<?>) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
- RemoveAllSelections - Class in jp.vmi.selenium.selenese.command
-
Re-implementation of RemoveAllSelections.
- RemoveSelection - Class in jp.vmi.selenium.selenese.command
-
Command "removeSelection".
- render(Object, String, Locale) - Method in class jp.vmi.html.result.HtmlEscapeRenderer
-
- render(Object, String, Locale) - Method in class jp.vmi.html.result.IndexRenderer
-
- render(Object, String, Locale) - Method in class jp.vmi.html.result.LogRenderer
-
- render(TestSuiteTree.Node, Locale) - Method in class jp.vmi.html.result.NodeRenderer
-
- render(Object, String, Locale) - Method in class jp.vmi.html.result.NumberRenderer
-
- render(Object, String, Locale) - Method in class jp.vmi.html.result.RelativePathRenderer
-
- render(Result, Locale) - Method in class jp.vmi.html.result.ResultRenderer
-
- render(Object, String, Locale) - Method in class jp.vmi.html.result.StringRenderer
-
- render(Object, String, Locale) - Method in class jp.vmi.html.result.TimeRenderer
-
- render(Object, String, Locale) - Method in class jp.vmi.html.result.UrlEncodeRenderer
-
- replaceAlertMethod(WebDriver, WebElement) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
-
Replace alert/confirm/prompt methods.
- replaceBindModule(BindModule) - Static method in class jp.vmi.selenium.selenese.inject.Binder
-
Replace customized BindModule.
- replaceDefaultClientFactory() - Static method in class org.openqa.selenium.remote.internal.ApacheHttpAsyncClientFactory
-
Replace default http client factory in HttpCommandExcecutor.
- replaceVars(String) - Method in class jp.vmi.selenium.selenese.VarsMap
-
Replace variable reference to value.
- replaceVarsForArray(String[]) - Method in class jp.vmi.selenium.selenese.VarsMap
-
Replace variable reference to value for each strings.
- reset() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
-
Reset all modifier key state.
- resetSpeed() - Method in interface jp.vmi.selenium.selenese.Context
-
Reset speed as initial speed.
- resetSpeed() - Method in class jp.vmi.selenium.selenese.NullContext
-
- resetSpeed() - Method in class jp.vmi.selenium.selenese.Runner
-
- resetState() - Method in interface jp.vmi.selenium.selenese.Context
-
Reset internal state.
- resetState() - Method in class jp.vmi.selenium.selenese.NullContext
-
- resetState() - Method in class jp.vmi.selenium.selenese.Runner
-
- 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(String, String, Exception) - Constructor for class jp.vmi.selenium.selenese.result.Result
-
Constructor.
- Result.Level - Enum in jp.vmi.selenium.selenese.result
-
Result Level.
- ResultRenderer - Class in jp.vmi.html.result
-
Command result renderer for JMTE.
- ResultRenderer() - Constructor for class jp.vmi.html.result.ResultRenderer
-
- retainAll(Collection<?>) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
- Rollup - Class in jp.vmi.selenium.selenese.command
-
Command "rollup".
- ROLLUP - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
-
- RollupManager - Class in jp.vmi.selenium.rollup
-
Rollup manager called by user-extention-rollup.js.
- RollupManager() - Constructor for class jp.vmi.selenium.rollup.RollupManager
-
- RollupRule - Class in jp.vmi.selenium.rollup
-
Rollup rule.
- RollupRules - Class in jp.vmi.selenium.rollup
-
Set or rollup rules.
- RollupRules() - Constructor for class jp.vmi.selenium.rollup.RollupRules
-
Constructor.
- rollupRulesContext(RollupRules, Runnable) - Static method in class jp.vmi.selenium.rollup.RollupManager
-
Execute closure in the rollupRules context.
- run(String[]) - Method in class jp.vmi.selenium.selenese.Main
-
Start Selenese Runner.
- run() - Method in class jp.vmi.selenium.selenese.Runner.MaxTimeTimer
-
- 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.
- Runner.MaxTimeTimer - Class in jp.vmi.selenium.selenese
-
Interrupt main thread after the seconds specified by --max-time option.
- RunScript - Class in jp.vmi.selenium.selenese.command
-
An implementation of the "runScript" method from Selenium.
- SAFARI - Static variable in class jp.vmi.selenium.webdriver.WebDriverManager
-
Safari.
- SafariDriverFactory - Class in jp.vmi.selenium.webdriver
-
Factory of SafariDriver.
- SafariDriverFactory() - Constructor for class jp.vmi.selenium.webdriver.SafariDriverFactory
-
- Screenshot - Class in jp.vmi.selenium.selenese.command
-
Screenshot information.
- Screenshot(String, String) - Constructor for class jp.vmi.selenium.selenese.command.Screenshot
-
- SCREENSHOT_ALL - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
-
- SCREENSHOT_DIR - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
-
- SCREENSHOT_ON_FAIL - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
-
- ScreenshotHandler - Interface in jp.vmi.selenium.selenese
-
Handle screenshot.
- ScreenshotInterceptor - Class in jp.vmi.selenium.selenese.inject
-
Interceptor for screenshot.
- ScreenshotInterceptor() - Constructor for class jp.vmi.selenium.selenese.inject.ScreenshotInterceptor
-
- ScriptMutator - Interface in jp.vmi.selenium.selenese.mutator
-
A mechanism for taking a single method from a script meant for Selenium Core and converting to
something that webdriver can evaluate.
- Select - Class in jp.vmi.selenium.selenese.command
-
Command "select".
- select - Variable in class jp.vmi.selenium.selenese.command.SelectElement
-
"select" element.
- selectBlankWindow(Context) - Method in class jp.vmi.selenium.selenese.utils.WindowSelector
-
Select blank window.
- SelectElement - Class in jp.vmi.selenium.selenese.command
-
Select element.
- SelectElement(Context, String) - Constructor for class jp.vmi.selenium.selenese.command.SelectElement
-
Constructor.
- SelectFrame - Class in jp.vmi.selenium.selenese.command
-
Command "selectFrame".
- selectFrame(WebDriver, Locator) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
-
Select frame or iframe.
- selectFrame(WebDriver, String) - Method in class jp.vmi.selenium.selenese.locator.WebDriverElementFinder
-
Select frame or iframe.
- selectOptions(String, boolean) - Method in class jp.vmi.selenium.selenese.command.SelectElement
-
Select or remove the specified options.
- SelectPopUp - Class in jp.vmi.selenium.selenese.command
-
Command "selectPopUp".
- selectPopUp(Context, String) - Method in class jp.vmi.selenium.selenese.utils.WindowSelector
-
- selectPreviousWindow(Context) - Method in class jp.vmi.selenium.selenese.utils.WindowSelector
-
Select window without current selected.
- SelectWindow - Class in jp.vmi.selenium.selenese.command
-
Command "selectWindow".
- selectWindow(Context, String) - Method in class jp.vmi.selenium.selenese.utils.WindowSelector
-
Select window.
- selectWindowWithTitle(Context, String) - Method in class jp.vmi.selenium.selenese.utils.WindowSelector
-
Select window with title.
- Selenese - Interface in jp.vmi.selenium.selenese
-
Selenese script interface.
- Selenese.Type - Enum in jp.vmi.selenium.selenese
-
Selenese script types.
- SeleneseCommandErrorException - Exception in jp.vmi.selenium.selenese
-
The exception which occurs when a selenese command has caused an error.
- SeleneseCommandErrorException(String) - Constructor for exception jp.vmi.selenium.selenese.SeleneseCommandErrorException
-
Constructor.
- SeleneseCommandErrorException(Error) - Constructor for exception jp.vmi.selenium.selenese.SeleneseCommandErrorException
-
Constructor.
- SeleneseRunnerMutator - Class in jp.vmi.selenium.selenese.mutator
-
A class that collects together a group of other mutators and applies them in the order they've
been added to any script that needs modification.
- SeleneseRunnerMutator() - Constructor for class jp.vmi.selenium.selenese.mutator.SeleneseRunnerMutator
-
Constructor.
- SeleneseRunnerRuntimeException - Exception in jp.vmi.selenium.selenese
-
The exception which occurs when a selenese command has caused an error.
- SeleneseRunnerRuntimeException(Throwable) - Constructor for exception jp.vmi.selenium.selenese.SeleneseRunnerRuntimeException
-
Constructor.
- SeleneseRunnerRuntimeException(String) - Constructor for exception jp.vmi.selenium.selenese.SeleneseRunnerRuntimeException
-
Constructor.
- SeleneseRunnerRuntimeException(String, Throwable) - Constructor for exception jp.vmi.selenium.selenese.SeleneseRunnerRuntimeException
-
Constructor.
- SeleniumPattern(String) - Constructor for class jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern
-
Constructor.
- SeleniumUtils - Class in jp.vmi.selenium.selenese.utils
-
Utilities for Selenium.
- SeleniumUtils.SeleniumPattern - Class in jp.vmi.selenium.selenese.utils
-
string-matching pattern of SeleniumIDE.
- SeleniumUtils.SeleniumPattern.Type - Enum in jp.vmi.selenium.selenese.utils
-
- set(ICommand) - Method in class jp.vmi.selenium.selenese.command.CommandListIterator
-
- set(String, Object) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
Set option value by name.
- set(Object, Object) - Method in class jp.vmi.selenium.selenese.config.OptionEntry
-
Set option value.
- set(int, CommandResult) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
- set(DriverOptions.DriverOption, String...) - Method in class jp.vmi.selenium.webdriver.DriverOptions
-
Set option key and value.
- SET_SPEED - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
-
- setArgs(String[]) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setBaseurl(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setChromedriver(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setChromeExperimentalOptions(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setCommandFactory(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setCommandLineArgs(String[]) - Method in class jp.vmi.html.result.HtmlResult
-
Set command line arguments.
- setCommandLineArgs(String[]) - Method in class jp.vmi.junit.result.JUnitResult
-
Set command line arguments.
- setCommandLineArgs(String[]) - Method in class jp.vmi.selenium.selenese.Runner
-
Set command line arguments.
- setCookieFilter(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setCookieFilter(CookieFilter) - Method in interface jp.vmi.selenium.selenese.Context
-
Set cookie filter.
- setCookieFilter(CookieFilter) - Method in class jp.vmi.selenium.selenese.NullContext
-
- setCookieFilter(CookieFilter) - Method in class jp.vmi.selenium.selenese.Runner
-
- setCurrentTestCase(TestCase) - Method in interface jp.vmi.selenium.selenese.Context
-
Set current test-case.
- setCurrentTestCase(TestCase) - Method in class jp.vmi.selenium.selenese.NullContext
-
- setCurrentTestCase(TestCase) - Method in class jp.vmi.selenium.selenese.Runner
-
- SetCursorPosition - Class in jp.vmi.selenium.selenese.command
-
Re-implementation of SetCursorPosition.
- setCursorPosition(WebDriver, WebElement, int) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
-
Set cursor poision in text field.
- setDir(String) - Method in class jp.vmi.html.result.HtmlResult
-
Set HTML result directory.
- setDir(String) - Method in class jp.vmi.junit.result.JUnitResult
-
Set XML result directory.
- setDriver(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setDriver(WebDriver) - Method in class jp.vmi.selenium.selenese.Runner
-
Set WebDriver.
- setDriverOptions(DriverOptions) - Method in class jp.vmi.selenium.webdriver.WebDriverManager
-
Set current driver options.
- setDriverSpecificCapabilities(DesiredCapabilities, DriverOptions) - Static method in class jp.vmi.selenium.webdriver.ChromeDriverFactory
-
set driver specific capabilities.
- setDriverSpecificCapabilitiesForRemoteWebDriver(DesiredCapabilities, DriverOptions) - Static method in class jp.vmi.selenium.webdriver.FirefoxDriverFactory
-
set driver specific capabilities for RemoteWebDriver.
- setEndLoop(EndLoop) - Method in interface jp.vmi.selenium.selenese.command.StartLoop
-
Set end-of-loop command.
- setEndLoop(EndLoop) - Method in class jp.vmi.selenium.selenese.command.StoreFor
-
- setEndLoop(EndLoop) - Method in class jp.vmi.selenium.selenese.command.While
-
- setEndTime(long) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
Set end time.
- setError(ITestCase, String, String) - Method in class jp.vmi.junit.result.JUnitResult
-
Set error in test-case.
- setError(String, String) - Method in class jp.vmi.junit.result.TestCaseResult
-
Set error result.
- setError(TestCaseResult) - Method in class jp.vmi.junit.result.TestSuiteResult
-
Set error when the test class failed to load
- setFailure(ITestCase, String, String) - Method in class jp.vmi.junit.result.JUnitResult
-
Set failure in test-case.
- setFailure(String, String) - Method in class jp.vmi.junit.result.TestCaseResult
-
Set failure result.
- setFirefox(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setFormat(String, String, String, String, String, String) - Static method in class jp.vmi.selenium.selenese.utils.DateTimeUtils
-
Set date and time format.
- setGeckodriver(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setHeight(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setHelp(boolean) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setHighlight(boolean) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setHighlight(boolean) - Method in class jp.vmi.selenium.selenese.Runner
-
Set locator highlighting.
- setHtmlResult(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setHtmlResultDir(String) - Method in class jp.vmi.selenium.selenese.Runner
-
Initialize HTMLResult.
- setIedriver(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setIgnoredScreenshotCommand(boolean) - Method in class jp.vmi.selenium.selenese.Runner
-
Set ignore screenshot command flag.
- setIgnoreScreenshotCommand(boolean) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- 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
-
- setInstance(WindowSelector) - Static method in class jp.vmi.selenium.selenese.utils.WindowSelector
-
Set WindowSelector instance.
- setInteractive(boolean) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setInteractive(boolean) - Method in class jp.vmi.selenium.selenese.Runner
-
Set interactive.
- setJSLibrary(JSLibrary) - Method in interface jp.vmi.selenium.selenese.Context
-
Set JavaScript library handler.
- setJSLibrary(JSLibrary) - Method in class jp.vmi.selenium.selenese.NullContext
-
- setJSLibrary(JSLibrary) - Method in class jp.vmi.selenium.selenese.Runner
-
- setJUnitResultDir(String) - Method in class jp.vmi.selenium.selenese.Runner
-
Initialize JUnitResult.
- setLatestPageInformation(PageInformation) - Method in interface jp.vmi.selenium.selenese.Context
-
Set latest page information.
- setLatestPageInformation(PageInformation) - Method in class jp.vmi.selenium.selenese.NullContext
-
- setLatestPageInformation(PageInformation) - Method in class jp.vmi.selenium.selenese.Runner
-
- setLogRecorder(LogRecorder) - Method in interface jp.vmi.junit.result.ITestCase
-
Set log recorder.
- setLogRecorder(LogRecorder) - Method in class jp.vmi.selenium.selenese.ErrorTestCase
-
- setLogRecorder(LogRecorder) - Method in class jp.vmi.selenium.selenese.TestCase
-
- setMaxTime(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setNextConfirmationState(WebDriver, boolean) - Method in class jp.vmi.selenium.selenese.javascript.JSLibrary
-
Choose button on next confirm dialog.
- setNoExit(boolean) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setNoProxy(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setOrAddOptionValue(String, String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
Set or add option value by name.
- setOverridingBaseURL(String) - Method in class jp.vmi.selenium.selenese.Runner
-
Set URL for overriding test-case base URL.
- setPhantomjs(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setPrintStream(PrintStream) - Method in class jp.vmi.selenium.selenese.Runner
-
Set PrintStream for logging.
- setProfile(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setProfileDir(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setProxy(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setProxyPassword(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setProxyUser(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setRemoteBrowser(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setRemotePlatform(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setRemoteUrl(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setRemoteVersion(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setResult(Result) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
Set result.
- setScreenshotAll(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setScreenshotAllDir(String) - Method in class jp.vmi.selenium.selenese.Runner
-
Set directory for storing screenshots at all commands.
- setScreenshotDir(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setScreenshotDir(String) - Method in class jp.vmi.selenium.selenese.Runner
-
Set directory for storing screenshots.
- setScreenshotOnFail(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setScreenshotOnFailDir(String) - Method in class jp.vmi.selenium.selenese.Runner
-
Set directory for storing screenshot on fail.
- setSetSpeed(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- 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 interface jp.vmi.selenium.selenese.command.EndLoop
-
Set beginning-of-loop command.
- setStartLoop(StartLoop) - Method in interface jp.vmi.selenium.selenese.command.ICommand
-
Set beginning-of-loop command.
- setStartLoop(StartLoop) - Method in class jp.vmi.selenium.selenese.command.StartMarker
-
- setStrictExitCode(boolean) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setSuccess(ITestCase) - Method in class jp.vmi.junit.result.JUnitResult
-
Set success.
- setSuccess() - Method in class jp.vmi.junit.result.TestCaseResult
-
Set success result.
- setTestTarget(T) - Method in class jp.vmi.junit.result.TestResult
-
Set test target.
- SetTimeout - Class in jp.vmi.selenium.selenese.command
-
Command "setTimeout".
- setTimeout(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setTimeout(int) - Method in interface jp.vmi.selenium.selenese.Context
-
Set timeout for waiting.
- setTimeout(int) - Method in class jp.vmi.selenium.selenese.NullContext
-
- setTimeout(int) - Method in class jp.vmi.selenium.selenese.Runner
-
- setupProxy(DesiredCapabilities, DriverOptions) - Method in class jp.vmi.selenium.webdriver.FirefoxDriverFactory
-
- setupProxy(DesiredCapabilities, DriverOptions) - Method in class jp.vmi.selenium.webdriver.WebDriverFactory
-
- setupRunner(Runner, IConfig, String...) - Method in class jp.vmi.selenium.selenese.Main
-
Setup Runner by configuration.
- setValue(String) - Method in class jp.vmi.selenium.selenese.utils.KeyValue
-
- setVarsMap(VarsMap) - Method in class jp.vmi.selenium.selenese.Runner
-
Set variables map used for this session.
- setWebDriverFactory(WebDriverFactory) - Method in class jp.vmi.selenium.webdriver.WebDriverManager
-
Set current WebDriverFactory.
- setWebDriverFactory(String) - Method in class jp.vmi.selenium.webdriver.WebDriverManager
-
Set current WebDriverFactory name.
- setWebDriverName(String) - Method in class jp.vmi.selenium.selenese.TestSuite
-
Set WebDriver name.
- setWebDriverPreparator(WebDriverPreparator) - Method in class jp.vmi.selenium.selenese.Runner
-
Set WebDriverPreparator.
- setWidth(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- setXmlResult(String) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
- ShiftKeyDown - Class in jp.vmi.selenium.selenese.command
-
Command "shiftKeyDown".
- shiftKeyDown() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
-
- ShiftKeyUp - Class in jp.vmi.selenium.selenese.command
-
Command "shiftKeyUp".
- shiftKeyUp() - Method in class jp.vmi.selenium.selenese.ModifierKeyState
-
- showHelp(PrintWriter, String, String, String, String...) - Method in class jp.vmi.selenium.selenese.config.DefaultConfig
-
Show help message.
- size() - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
- size() - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
-
- skipped - Variable in class jp.vmi.junit.result.FailsafeSummary
-
- Skipped() - Constructor for class jp.vmi.junit.result.SkippedAdapter.Skipped
-
- SkippedAdapter - Class in jp.vmi.junit.result
-
marshaling and unmarshaling "skipped" tag.
- SkippedAdapter() - Constructor for class jp.vmi.junit.result.SkippedAdapter
-
- SkippedAdapter.Skipped - Class in jp.vmi.junit.result
-
Skipped
- sleep(long) - Static method in class jp.vmi.selenium.selenese.utils.Wait
-
Sleep without checked exception.
- start() - Method in class jp.vmi.selenium.selenese.utils.StopWatch
-
Start time.
- start(long) - Method in class jp.vmi.selenium.selenese.utils.StopWatch
-
Start time.
- StartLoop - Interface in jp.vmi.selenium.selenese.command
-
Interface for beginning-of-loop commands.
- StartLoopImpl - Class in jp.vmi.selenium.selenese.command
-
Default implementation for StartLoop.
- StartMarker - Class in jp.vmi.selenium.selenese.command
-
Start marker for result sequence.
- StartMarker(ICommand, String) - Constructor for class jp.vmi.selenium.selenese.command.StartMarker
-
Constructor.
- startTestCase(ITestTarget, ITestCase) - Method in class jp.vmi.junit.result.JUnitResult
-
Start test-case.
- startTestSuite(ITestSuite) - Method in class jp.vmi.junit.result.JUnitResult
-
Start test-suite.
- StopWatch - Class in jp.vmi.selenium.selenese.utils
-
Record log message.
- StopWatch() - Constructor for class jp.vmi.selenium.selenese.utils.StopWatch
-
- Store - Class in jp.vmi.selenium.selenese.command
-
Command "store".
- StoreFor - Class in jp.vmi.selenium.selenese.command
-
Command "storeFor".
- STRICT_EXIT_CODE - Static variable in interface jp.vmi.selenium.selenese.config.IConfig
-
- strictExitCode - Variable in enum jp.vmi.selenium.selenese.result.Result.Level
-
- stringPattern - Variable in class jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern
-
String of pattern.
- StringRenderer - Class in jp.vmi.html.result
-
String renderer for JMTE.
- StringRenderer() - Constructor for class jp.vmi.html.result.StringRenderer
-
- SubCommandMap - Class in jp.vmi.selenium.selenese.subcommand
-
Replacement of WebDriverCommandProcessor for extention.
- SubCommandMap() - Constructor for class jp.vmi.selenium.selenese.subcommand.SubCommandMap
-
Constructor.
- subList(int, int) - Method in class jp.vmi.selenium.selenese.result.CommandResultList
-
- Submit - Class in jp.vmi.selenium.selenese.command
-
Command "submit".
- Success - Class in jp.vmi.selenium.selenese.result
-
Result of success.
- Success(String) - Constructor for class jp.vmi.selenium.selenese.result.Success
-
Constructor.
- SUCCESS - Static variable in class jp.vmi.selenium.selenese.result.Success
-
Default success
- summary - Variable in class jp.vmi.html.result.TestSuiteTree.Node
-
- switchTo() - Method in class jp.vmi.selenium.webdriver.NullDriver
-
- SystemInformation - Class in jp.vmi.selenium.selenese.utils
-
System Information.
- 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.javascript.JSLibrary.KeyEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jp.vmi.selenium.selenese.log.CookieFilter.FilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jp.vmi.selenium.selenese.result.Result.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jp.vmi.selenium.selenese.Selenese.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jp.vmi.selenium.selenese.subcommand.GetSelected.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jp.vmi.selenium.selenese.subcommand.MouseEventHandler.MouseEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jp.vmi.selenium.selenese.utils.LogRecorder.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jp.vmi.selenium.webdriver.DriverOptions.DriverOption
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum jp.vmi.selenium.selenese.command.ArgumentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jp.vmi.selenium.selenese.javascript.JSLibrary.KeyEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jp.vmi.selenium.selenese.log.CookieFilter.FilterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class jp.vmi.selenium.selenese.result.CommandResultMap
-
- values() - Static method in enum jp.vmi.selenium.selenese.result.Result.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jp.vmi.selenium.selenese.Selenese.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jp.vmi.selenium.selenese.subcommand.GetSelected.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jp.vmi.selenium.selenese.subcommand.MouseEventHandler.MouseEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jp.vmi.selenium.selenese.utils.LogRecorder.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jp.vmi.selenium.webdriver.DriverOptions.DriverOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VariableDeclaration - Class in jp.vmi.selenium.selenese.mutator
-
Prepend a variable declaration to a script.
- VariableDeclaration(String, String) - Constructor for class jp.vmi.selenium.selenese.mutator.VariableDeclaration
-
- VariableDeclarationWithDynamicValue - Class in jp.vmi.selenium.selenese.mutator
-
Variable declaration with dynamic value.
- VariableDeclarationWithDynamicValue(String, Function<Context, String>) - Constructor for class jp.vmi.selenium.selenese.mutator.VariableDeclarationWithDynamicValue
-
Constructor.
- VarsMap - Class in jp.vmi.selenium.selenese
-
Variable Map.
- VarsMap() - Constructor for class jp.vmi.selenium.selenese.VarsMap
-
Constructor.