Package net.serenitybdd.screenplay.questions
package net.serenitybdd.screenplay.questions
-
ClassDescriptionDetermine whether an element is not present on the pageRetrieve the value of a specific attribute of an element.Determine whether a checkbox has been checked or not.Retrieve the value of a specific CSS attribute of an element.Check whether an element is currently enabled, without waiting.Check whether an element is disabled.Check whether an element is displayed.Check whether an element is enabled.Deprecated.Check whether an element is present in the DOM.Return the selected value of a SELECT dropdown list.Get the visible (i.e. not hidden by CSS) text of this element, including sub-elements.Provides coordinates of an element for advanced interactions.Where on the page is the top left-hand corner of the rendered element?What is the width and height of the rendered element?UIState<T>Deprecated.Deprecated.Created by john on 14/01/2016.Find the HTML value attribute of a given HTML element.Is this web element present and visible on the screen This method will not throw an exception if the element is not on the screen at all.