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

Respect "hidden" attributes when testing Wrapper.isVisible() #1257

Merged
merged 2 commits into from Jun 12, 2019
Merged

Respect "hidden" attributes when testing Wrapper.isVisible() #1257

merged 2 commits into from Jun 12, 2019

Commits on Jun 11, 2019

  1. Respect "hidden" attributes when testing Wrapper.isVisible()

    Elements that are hidden via the HTML `hidden` attribute were erroneously being reported as being
    visible by the `isVisible()` method, even though they were not actually visible in the DOM.
    stevegrunwell committed Jun 11, 2019
    Copy the full SHA
    dad23e0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2833055 View commit details
    Browse the repository at this point in the history