Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

HTMLElementPathfinder

HTMLElementPathfinder can reveal the hierarchical tag path to an element starting from body.

How to use

you@yourcomputer:~/HTMLElementPathfinder$ URL='' TEXT='' ruby run.rb

What you get

Find '' in '':
body class="page page--search "
  div class="l--main"
    div class="l--holder"
      div class="l--wrapper"
        section class="container"
          div class="container__body"
            div class="l--row"
              div class="l--col l--col--2of3"
                div class="card card--search"
                  article class="teaser"
                    a class="teaser__link"
                      div class="teaser__text"
                        h2 class="title "
                          div class="title__name"

About

HTMLElementPathfinder can reveal the hierarchical tag path to an element starting from body.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages