質問編集履歴

1

誤字の修正

2022/08/17 04:11

投稿

ishiha
ishiha

スコア6

test CHANGED
File without changes
test CHANGED
@@ -53,7 +53,7 @@
53
53
  os_tr_soup = BeautifulSoup(os_tr_html, 'lxml')
54
54
 
55
55
  # メモ欄を取得して変数に格納
56
- os_td_memo_css = 'memo + str(i) + 'txtmemo_' + str(i) + '_I'
56
+ os_td_memo_css = 'memo' + str(i) + 'txtmemo_' + str(i) + '_I'
57
57
  os_td_memo_box = driver.find_element(By.ID, os_td_memo_css)
58
58
 
59
59
  # 例外処理:メモ欄に何か入力されている場合はスキップする