Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#2635 Add ability to perform click at disabled elements #2636

Merged
merged 5 commits into from
Feb 4, 2024

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    4d43ee8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27568f1 View commit details
    Browse the repository at this point in the history
  3. #2635 unify implementations of "Click" and its subclasses

    NB! It's important to call `e.click()`, not `actions.moveToElement(e, 0, 0).click().perform()`
    because the latter doesn't check that the element is covered by other element, and doesn't throw "element is not clickable at point. Other element would receive the click" error.
    asolntsev committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    9b97b97 View commit details
    Browse the repository at this point in the history
  4. fix flaky test: scroll instantly

    ... to avoid the risk that the following click misses the element because it's still moving
    asolntsev committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    0bdb7dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a07a9fb View commit details
    Browse the repository at this point in the history