Class AbstractSubCommand<T>

java.lang.Object
jp.vmi.selenium.selenese.subcommand.AbstractSubCommand<T>
Type Parameters:
T - the result type of sub-command.
All Implemented Interfaces:
ArgumentInfo, ISubCommand<T>
Direct Known Subclasses:
GetAlert, GetAllButtons, GetAllFields, GetAllLinks, GetAllWindowNames, GetAllWindowTitles, GetAttribute, GetAttributeFromAllWindows, GetBodyText, GetConfirmation, GetCookie, GetCookieByName, GetCssCount, GetCursorPosition, GetElementHeight, GetElementIndex, GetElementPositionLeft, GetElementPositionTop, GetElementWidth, GetEval, GetExpression, GetHtmlSource, GetLocation, GetNativeAlert, GetPrompt, GetSelected, GetSelectOptions, GetSpeed, GetTable, GetText, GetTitle, GetValue, GetWindowHandle, GetXpathCount, IsAlertPresent, IsChecked, IsConfirmationPresent, IsCookiePresent, IsEditable, IsElementPresent, IsNativeAlertPresent, IsOrdered, IsPromptPresent, IsSomethingSelected, IsTextPresent, IsVisible, NoOp

public abstract class AbstractSubCommand<T>
extends Object
implements ISubCommand<T>
Base implementation of sub-command.
  • Constructor Details

    • AbstractSubCommand

      public AbstractSubCommand​(ArgumentType... argTypes)
      Constructor.
      Parameters:
      argTypes - argument types of this sub-command.
  • Method Details