All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codeborne.selenide.ClickMethod Maven / Gradle / Ivy

There is a newer version: 7.6.1
Show newest version
package com.codeborne.selenide;

public enum ClickMethod {

  /**
   * Click the element via JavaScript
   */
  JS,

  /**
   * Click the element via WebDriver default click
   */
  DEFAULT
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy