Class HitElement

java.lang.Object
net.serenitybdd.screenplay.actions.HitElement
All Implemented Interfaces:
SkipNested, Interaction, Performable

public class HitElement
extends java.lang.Object
implements Interaction
  • Constructor Summary

    Constructors
    Constructor Description
    HitElement​(org.openqa.selenium.Keys[] keys, WebElementFacade element)  
  • Method Summary

    Modifier and Type Method Description
    <T extends Actor>
    void
    performAs​(T theUser)  

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface net.serenitybdd.screenplay.Performable

    then
  • Constructor Details

    • HitElement

      public HitElement​(org.openqa.selenium.Keys[] keys, WebElementFacade element)
  • Method Details