質問編集履歴

1

説明の追記

2018/01/23 02:23

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -28,9 +28,11 @@
28
28
 
29
29
  elem = driver.find_element_by_xpath('//*[@id="goodprice"]')
30
30
 
31
- price = elem.text.strip()
31
+ price = elem.text.strip()//ここの時点で「¥1,280」が変数に入っています。
32
32
 
33
33
  ```
34
+
35
+
34
36
 
35
37
 
36
38