我想在www.tab.com.au的“Racing-Next to Go”部分的 HTML 中抓取 URL 。
以下是 HTML 的摘录:
<a ng-href="/racing/2020-07-31/MACKAY/MAC/R/8" href="/racing/2020-07-31/MACKAY/MAC/R/8"><i ng-
我只想抓取 HTML 的最后一点,它是一个链接,所以:
/racing/2020-07-31/MACKAY/MAC/R/8
我尝试使用 xpath 查找元素,但无法获取所需的 URL。
我的代码:
driver = webdriver.Firefox(executable_path=r"C:\Users\Harrison Pollock\Downloads\Python\geckodriver-v0.27.0-win64\geckodriver.exe")
driver.get('https://www.tab.com.au/')
elements = driver.find_elements_by_xpath('/html/body/ui-view/main/div[1]/ui-view/version[2]/div/section/section/section/race-list/ul/li[1]/a')
for e in elements:
print(e.text)
慕哥6287543
凤凰求蛊
慕斯709654
相关分类