質問編集履歴

1

行いたい動作の説明を加えました。

2020/03/27 09:24

投稿

tohon
tohon

スコア10

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  driver = webdriver.Chrome('C:/Program Files/chromedriver_win32/chromedriver.exe', options=options)
26
26
 
27
- html = driver.get("http://www.data.jma.go.jp/gmd/risk/obsdl/index.php")
27
+ html = driver.get("http://www.data.jma.go.jp/gmd/risk/obsdl/index.php")#気象庁ダウンロードサイトへ行く
28
28
 
29
29
  time.sleep(1)
30
30
 
@@ -122,7 +122,7 @@
122
122
 
123
123
  select_list = ['東京', '小河内']#今回取得したい2地点
124
124
 
125
- driver.find_element_by_xpath('//*[@id="pr44"]').click()#東京都を選択
125
+ driver.find_element_by_xpath('//*[@id="pr44"]').click()#東京都(pr44)を選択
126
126
 
127
127
  time.sleep(2)
128
128