Some alternatives to @Arup's answer: tree.xpath("//p[b='Header 2']/following-sibling::table[1]") select the first table sibling following the p containing ...
確定! 回上一頁