teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

最後の1文を追記

2021/05/12 11:44

投稿

michir
michir

スコア12

title CHANGED
File without changes
body CHANGED
@@ -12,4 +12,6 @@
12
12
  ```
13
13
  1つの目の処理は想定にでき、その後、以下のエラー文が表示されます。
14
14
 
15
- selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: element is not attached to the page document
15
+ selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: element is not attached to the page document
16
+
17
+ なお、「hoge.find_element(By.XPATH, 'td[2]/a').click()」のリンク先はPOSTで送信されているため、hrefの値を取得することよって遷移することはできません。