Class HoverOptions

java.lang.Object
com.codeborne.selenide.HoverOptions

@ParametersAreNonnullByDefault public class HoverOptions extends Object
  • Method Details

    • withOffset

      @CheckReturnValue @Nonnull public static HoverOptions withOffset(int offsetX, int offsetY)
    • offsetX

      @CheckReturnValue public int offsetX()
    • offsetY

      @CheckReturnValue public int offsetY()
    • toString

      public String toString()
      Overrides:
      toString in class Object