回答編集履歴
1
複数形に修正
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
```Python
|
2
2
|
|
3
|
-
driver.find_element_by_css_selector('section.wrap_box>article')
|
3
|
+
driver.find_elements_by_css_selector('section.wrap_box>article')
|
4
4
|
|
5
5
|
```
|
6
6
|
|