Class Table


  • public class Table
    extends Collection
    The Table component wrapper.
    • Constructor Detail

      • Table

        public Table​(java.lang.String selector)
        Creates the wrapper element for the table identified by the provided selector.
        Parameters:
        selector - - the CSS selector identifying the table html element to wrap.
    • Method Detail

      • scrollToEnd

        public void scrollToEnd()
        Scroll to the end of the table.
      • scrollToTop

        public void scrollToTop()
        Scroll to the top of the table.
      • selectAllCheckbox

        public com.codeborne.selenide.SelenideElement selectAllCheckbox()
        Gets the select all checkbox element of the this table collection component.
        Returns:
        the checkbox element for the select all.