Skip to content

Given an html or similar input xpath-identifier returns the xpath of it's location in the input

License

Notifications You must be signed in to change notification settings

ardupad/xpath-identifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xpath-identifier

Given an html or similar input xpath-identifier returns the xpath of it's location in the input

Usuage

from xpath_identifier import search_html
test_html = open("src/tests/fixtures/test_html.html").read()
xpaths = search_html(html_fixture, "Send them a gift tracking link")
print(xpaths)

About

Given an html or similar input xpath-identifier returns the xpath of it's location in the input

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%