用element_by_xpath('‘)或者elements_by_xpath('')提取多个div下的a标签中属性值位href的值
类似这样
.find_elements_by_xpath('//div[@class="dual-col"]/div/a/@href')
如有帮助,望采纳!谢谢!