回答編集履歴
2
修正
test
CHANGED
@@ -34,7 +34,9 @@
|
|
34
34
|
|
35
35
|
|
36
36
|
|
37
|
+
|
38
|
+
|
37
|
-
title = driver.find_element_by_
|
39
|
+
title = driver.find_element_by_xpath('//*[@id="block-mspiral-core-custom-page-title"]/div/div')
|
38
40
|
|
39
41
|
|
40
42
|
|
1
修正
test
CHANGED
@@ -34,7 +34,7 @@
|
|
34
34
|
|
35
35
|
|
36
36
|
|
37
|
-
title = driver.find_element_by_class
|
37
|
+
title = driver.find_element_by_class_name('//*[@id="block-mspiral-core-custom-page-title"]/div/div')
|
38
38
|
|
39
39
|
|
40
40
|
|