質問編集履歴

2

コードの変更

2020/04/22 23:43

投稿

Anon_
Anon_

スコア334

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
 
40
40
 
41
- driver.find_elements_by_xpath("//*[contains(text(), 'ログ')]").click()
41
+ driver.find_element_by_xpath("//*[contains(text(), 'ログ')]").click()
42
42
 
43
43
 
44
44
 

1

エラーの追記

2020/04/22 23:43

投稿

Anon_
Anon_

スコア334

test CHANGED
File without changes
test CHANGED
@@ -45,3 +45,15 @@
45
45
  print(driver.current_url)
46
46
 
47
47
  ```
48
+
49
+
50
+
51
+ エラー内容
52
+
53
+ ```
54
+
55
+ ElementNotInteractableException: element not interactable
56
+
57
+ (Session info: headless chrome=84.0.4121.0)
58
+
59
+ ```