报错“The result of the xpath expression is: [object Attr]. It should be an element” yutube爬虫动态加载,需要用到selenium-webdriver,使用过程中,首先使用 find_elements_by_xpath进行批量标签的定位选取,之后 使用find_element_by_xpath精细筛选选标签的时候出现上面错误提示, 原因是这个webdriver的定位方法和浏览器xpath不一样,不能直接定位到标签