質問編集履歴
1
情報追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
BeautifulSoupで以下のようにしてxxxxxxを含むimgタグを抽出しています。
|
1
|
+
BeautifulSoupで以下のようにしてxxxxxxを含むimgタグを抽出しています。driverはseleniumです。
|
2
2
|
|
3
3
|
html = driver.page_source.encode('utf-8')
|
4
4
|
soup = BeautifulSoup(html, "html.parser")
|