回答編集履歴

2

修正

2020/08/25 19:48

投稿

Reach
Reach

スコア733

test CHANGED
@@ -34,7 +34,9 @@
34
34
 
35
35
 
36
36
 
37
+
38
+
37
- title = driver.find_element_by_class_name('//*[@id="block-mspiral-core-custom-page-title"]/div/div')
39
+ title = driver.find_element_by_xpath('//*[@id="block-mspiral-core-custom-page-title"]/div/div')
38
40
 
39
41
 
40
42
 

1

修正

2020/08/25 19:48

投稿

Reach
Reach

スコア733

test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
 
36
36
 
37
- title = driver.find_element_by_className('//*[@id="block-mspiral-core-custom-page-title"]/div/div')
37
+ title = driver.find_element_by_class_name('//*[@id="block-mspiral-core-custom-page-title"]/div/div')
38
38
 
39
39
 
40
40