質問編集履歴

1

追記

2021/04/14 10:53

投稿

yuki-yuki-
yuki-yuki-

スコア2

test CHANGED
File without changes
test CHANGED
@@ -89,3 +89,23 @@
89
89
 
90
90
 
91
91
  ### 補足情報(FW/ツールのバージョンなど)
92
+
93
+ これとは別で、
94
+
95
+ ```Python
96
+
97
+
98
+
99
+ Sample = = browser.find_elements_by_css_selector(".aaaaa")
100
+
101
+ Sample[0].click()
102
+
103
+ ```
104
+
105
+ を試しましたが、以下のようなエラーが出ました。
106
+
107
+
108
+
109
+ StaleElementReferenceException: Message: stale element reference: element is not attached to the page document
110
+
111
+ (Session info: chrome=89.0.4389.114)