Skip to content

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

License

Notifications You must be signed in to change notification settings

dataspects/HTMLElementPathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages