VOOZH about

URL: https://qiita.com/NT1123/items/e8579a6a47eb66441c0a

⇱ xpathの使い方 #Selenium - Qiita


👁 Image
1

Go to list of users who liked

1

Share on X(Twitter)

Share on Facebook

Add to Hatena Bookmark

More than 5 years have passed since last update.

@NT1123(TAK 1123)

xpathの使い方

1
Posted at

(1)XPathの取得

Chromeのdeveloppers toolから取得する

👁 32.JPG

(2)Pythoコード例

xpath='//*[@id="kobetsu_right"]/div[4]/table/tbody'
table_text=browser.find_element_by_xpath(xpath + '/tr[3]/td')
1

Go to list of users who liked

1
0

Go to list of comments

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1

Go to list of users who liked

1