Another update to the xpath-to-css converter
Another update to the xpath-to-css converter
- Handle the case of
//
in the middle of an xpath selector
Example:
self.convert_xpath_to_css("//section//p/p//div")
'section p > p div'
See the xpath cheatsheet for more details: https://devhints.io/xpath