Package 

Interface WebActions


  • 
    public interface WebActions
    
                        

    Provides action for interacting with WebViews

    • Method Summary

      Modifier and Type Method Description
      Unit click() Clicks on element
      Unit keys(String text) Input keys with element in focus
      Unit scroll() Scrolls to the element inside WebView
      Unit clear() Clears the element
      abstract WebInteractionDelegate getWeb()
      abstract Atom<ElementReference> getRef()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait