“ Get_Attribute”属性不存在,但是“ get_attribute”属性存在:
items = driver.find_elements_by_tag_name("a")print itemsfor item in items: href = item.get_attribute('href') print href
欢迎分享,转载请注明来源:内存溢出
“ Get_Attribute”属性不存在,但是“ get_attribute”属性存在:
items = driver.find_elements_by_tag_name("a")print itemsfor item in items: href = item.get_attribute('href') print href
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)