[Selenium] stale element reference: element is not attached to the page document 해결방법 [오래된 요소 참조: 페이지 이동에 따른 변수 값 초기화]
·
▣ Framework/Selenium🌕
- stale element reference: element is not attached to the page document 크롤링을 하던 중, 만나게 된 에러..😫😫 - stale element reference: ~ 해결 방법 에러를 분석해보니, 뒤로가기 후 다음 게시글을 클릭할 때 에러가 발생하였다. for(int i = 101 ; i < total ; i++) { List gets = driver.findElements(By.cssSelector(".bbs_tit a")); for(int j = 0 ; j < gets.size() ; j++) { gets.get(j).click(); // 크롤링 진행 System.out.println("================================..