在线将CSS选择器转换为对应的XPath表达式
  • 本工具可以将css选择器转换为xpath, 其中XPath 和 CSS Selector 对于不同类型的选择器具有不同的优势,因此可以根据需要进行选择。
  • Xpath的常用特性:ancestor、parent 或 preceding-sibling,attribute,child ,descendant,following-sibling,self。
  • Css Selector: :has() , :scope 或 :host ,属性选择器,子代组合器,后代组合器,后续兄弟组合器。