标签: testing xpath
对于以下html示例,如何获得所有锚标记,包括子代和孙代?
我使用了以下
xPath = "//div[@id='ctl00_PlaceHolderLeftNavBar_QuickLaunchNavigationManager']//a"
但是它只能获得第一级锚标签。