Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Include the overlapping xpath for ClickeFailed from obscured elements #534

Closed
wants to merge 3 commits into from

Commits on Jul 12, 2013

  1. Include the overlapping xpath for ClickeFailed from obscured elements

    This makes it easier to debug failed clicks because of modals, etc.
    
    Example message:
    
        Failed to click element /html/body/div[@id='one'] because of overlapping
        element /html/body/div[@id='two'] at position 199, 199
    jferris committed Jul 12, 2013
    Copy the full SHA
    ff14220 View commit details
    Browse the repository at this point in the history
  2. Fix Node#path

    * Also adds missing specs for capybara's Node#path
    jferris committed Jul 12, 2013
    Copy the full SHA
    6da6743 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a7766f1 View commit details
    Browse the repository at this point in the history