Skip to content

rohm1/Css2Xpath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Css2Xpath

##CSS Selectors##

  • E
  • E F
  • E > F
  • .class
  • #id
  • :first-child
  • :last-child
  • :nth-child
  • :not()
  • [attribute]
  • [attribute="value"]
  • [attribute^="value"]
  • [attribute$="value"]
  • [attribute*="value"]
  • [attribute|="value"]
  • [attribute~="value"]
  • [attribute!="value"]

About

PHP CSS to XPATH parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages