Class TargetText
- java.lang.Object
-
- net.serenitybdd.screenplay.questions.targets.TargetText
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringansweredBy(Actor actor)TargetTextContentignoringVisibility()Return text values even if they are off screen By default, Selenium will throw an exception for off-screen elements.-
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.Question
getSubject
-
-
-
-
Method Detail
-
ignoringVisibility
public TargetTextContent ignoringVisibility()
Return text values even if they are off screen By default, Selenium will throw an exception for off-screen elements.
-
answeredBy
public String answeredBy(Actor actor)
- Specified by:
answeredByin interfaceQuestion<String>
-
-