A direct child in XPATH is defined by the use of a “/“, while on CSS, it's defined using “>”. Examples: XPath: //div/a CSS: div > a ...
確定! 回上一頁