标签: selenium selenium-webdriver
你能告诉我跟随xpath轴的css等价物吗?
1. ancestor 2. descendant 3. following 4. following-sibling 5. preceding 6. preceding-sibling
这样我就可以拥有xpath的css替代方案,如下所示:
1. //table/descendant::td/input 2. //td/following-sibling::td