質問編集履歴
1
誤記
title
CHANGED
File without changes
|
body
CHANGED
@@ -67,7 +67,7 @@
|
|
67
67
|
|
68
68
|
### 試したこと
|
69
69
|
|
70
|
-
ヘッドレスで起動したときの xpath や css_slector を使用して find_element_by_xpath や find_element_by_css_selector を使用して各要素を叩いてみましたが、以下エラーがでました。(ヘッドレスではない場合は普通に通る)
|
70
|
+
ヘッドレスでない状態で起動したときの xpath や css_slector を使用して find_element_by_xpath や find_element_by_css_selector を使用して各要素を叩いてみましたが、以下エラーがでました。(ヘッドレスではない場合は普通に通る)
|
71
71
|
|
72
72
|
```
|
73
73
|
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"#identifierId"}
|