html = driver.page_source soup = BeautifulSoup(html) for tag in soup.find_all(['a']): print (tag.text). I want to extract the 2 nd tag in the ...
確定! 回上一頁