質問編集履歴
2
追加情報
title
CHANGED
File without changes
|
body
CHANGED
@@ -26,4 +26,7 @@
|
|
26
26
|
time.sleep(1)
|
27
27
|
```
|
28
28
|
|
29
|
-

|
29
|
+

|
30
|
+
|
31
|
+
写真追記
|
32
|
+

|
1
修正
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.
|
24
|
+
check = driver.find_element_by_class_name("checkbox")
|
25
25
|
check.click()
|
26
26
|
time.sleep(1)
|
27
27
|
```
|