質問編集履歴

1

2019/10/07 13:44

投稿

normal_users
normal_users

スコア6

test CHANGED
File without changes
test CHANGED
@@ -44,9 +44,15 @@
44
44
 
45
45
  ### 試したこと
46
46
 
47
+ ```python
48
+
47
49
 
48
50
 
49
51
  driver.find_element_by_xpath(“//input[@name=‘a’][@type=‘checkbox][@value=‘b’]”).click()
52
+
53
+
54
+
55
+ ```
50
56
 
51
57
 
52
58