com.vaadin.testbench.
Interface HasSearchContext
-
All Known Subinterfaces:
All Known Implementing Classes:
AnchorElement, AppLayoutElement, AppLayoutMenuElement, BoardElement, ButtonElement, ChartElement, CheckboxElement, ComboBoxElement, ConfirmDialogElement, CookieConsentElement, CrudElement, DatePickerElement, DescriptionListElement, DialogElement, DivElement, EmphasisElement, FormLayoutElement, GridElement, GridTHTDElement, GridTRElement, H1Element, H2Element, H3Element, H4Element, H5Element, H6Element, HorizontalLayoutElement, HrElement, ImageElement, InputTextElement, IronListElement, LabelElement, ListItemElement, MenuItemElement, NativeButtonElement, NotificationElement, OrderedListElement, ParagraphElement, ParallelTest, PasswordFieldElement, ProgressBarElement, RadioButtonElement, RadioButtonGroupElement, RowElement, SelectElement, SpanElement, SplitLayoutElement, TabElement, TabsElement, TestBenchElement, TestBenchTestCase, TextAreaElement, TextFieldElement, UnorderedListElement, UploadElement, VerticalLayoutElement
public interface HasSearchContext
Interface for classes providing a
SearchContext
, i.e. if a class can provide a search context while not directly implementing theSearchContext
interface, this interface should be implemented
-
-
Method Summary
All Methods Modifier and Type Method and Description org.openqa.selenium.SearchContext
getContext()
Get a reference or a new instance of the SearchContext applicable to this class
-