質問するログイン新規登録

質問編集履歴

2

追加情報

2021/02/22 12:41

投稿

Tomato_leaf
Tomato_leaf

スコア178

title CHANGED
File without changes
body CHANGED
@@ -26,4 +26,7 @@
26
26
  time.sleep(1)
27
27
  ```
28
28
 
29
- ![イメージ説明](4c680a0286417a8a6686c37ef1e58c45.png)
29
+ ![イメージ説明](4c680a0286417a8a6686c37ef1e58c45.png)
30
+
31
+ 写真追記
32
+ ![イメージ説明](415192d7e3b20b01ede9cafadcebe058.png)

1

修正

2021/02/22 12:41

投稿

Tomato_leaf
Tomato_leaf

スコア178

title CHANGED
File without changes
body CHANGED
@@ -21,7 +21,7 @@
21
21
 
22
22
  ```Python3
23
23
  # I accept the terms and conditions
24
- check = driver.find_element_by_xpath("checkbox")
24
+ check = driver.find_element_by_class_name("checkbox")
25
25
  check.click()
26
26
  time.sleep(1)
27
27
  ```