Interface WebElementActions

    • Method Detail

      • scrollIntoView

        default InteractiveUiElement scrollIntoView()
        Centers the element in the viewport
      • scrollIntoView

        InteractiveUiElement scrollIntoView​(org.openqa.selenium.Point offset)
        Centers the element in the viewport with a given offset
        Parameters:
        offset -
      • highlight

        InteractiveUiElement highlight​(java.awt.Color color)
        Highlights the element with a specified color