Skip to content

devtanna/xpath-identifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 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