Class BaseAction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Locatable where
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BaseAction​(Locatable actionLocation)
      Deprecated.
      Common c'tor - a locatable element is provided.
    • Field Detail

      • where

        protected final Locatable where
        Deprecated.
    • Constructor Detail

      • BaseAction

        protected BaseAction​(Locatable actionLocation)
        Deprecated.
        Common c'tor - a locatable element is provided.
        Parameters:
        actionLocation - provider of coordinates for the action.
    • Method Detail

      • getTargetElement

        protected java.util.Optional<WebElement> getTargetElement()
        Deprecated.