More than 5 years have passed since last update.
(1)XPathの取得
Chromeのdeveloppers toolから取得する
(2)Pythoコード例
xpath='//*[@id="kobetsu_right"]/div[4]/table/tbody'
table_text=browser.find_element_by_xpath(xpath + '/tr[3]/td')
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme
