回答編集履歴

1

追記

2019/10/29 14:57

投稿

shirai
shirai

スコア1290

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```python
6
6
 
7
- driver.find_element_by_xpath('//input[@type=¥'checkbox¥']')
7
+ driver.find_element_by_xpath('//input[@type=¥'checkbox¥']').click()
8
8
 
9
9
  ```
10
10