Skip to content

[πŸ› Bug]: Typo in invisibilityOf method documentationΒ #16455

@ethbra

Description

@ethbra

Description

Documentation has a typo:

  /**
   * An expectation for checking the element to be invisible
   *
   * @param element used to check its invisibility
   * @return Boolean true when elements is not visible anymore
   */
  public static ExpectedCondition<Boolean> invisibilityOf(final WebElement element) {

elements is not -> element is not, as the method handles a singular WebElement object.

Reproducible Code

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-javaJava BindingsI-defectSomething is not working as intended

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions