Interface ByLocator

All Known Subinterfaces:
Container, HasActions<T>
All Known Implementing Classes:
AbstractCheckbox, AbstractComboBox, AbstractComponent, AbstractDetails, AbstractDropdownComponent, AbstractField, AbstractMenu, AbstractMultiSelectComboBox, AbstractOverlay, AbstractOverlayComponent, AbstractTextInput, Accordion, Accordion.Panel, Button, Checkbox, CheckboxGroup, CodeEditor, ComboBox, ComboBoxOverlay, ComboButton, Composite, DataGrid, DatePicker, DateTimePicker, Details, DialogWindow, DropdownButton, EntityComboBox, EntityPicker, HorizontalMenu, ListMenu, MenuBarOverlay, MultiSelectComboBox, MultiSelectComboBoxPicker, MultiValuePicker, Notification, PasswordField, RadioButtonGroup, Select, SelectOverlay, TabSheet, TabSheet.Tab, TextArea, TextField, TimePicker, Unknown, ValuePicker, View

public interface ByLocator
Interface for web-element wrappers that have a By selector.
See Also:
  • By
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openqa.selenium.By
     
  • Method Details

    • getBy

      org.openqa.selenium.By getBy()
      Returns:
      By selector by which the current web-element can be found