Skip to content

Commit

Permalink
[IDLE-000] 고용24 사이트 공고 전체 조회 페이지 리뉴얼에 따른 크롤링 로직 일부 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Nov 12, 2024
1 parent 0540e6f commit 2fb4e96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ object WorknetCrawler {
try {
val originalWindow = driver.windowHandle

val element = driver.findElement(By.xpath("//*[@id=\"list$i\"]/td[2]/a"))
val element = driver.findElement(By.xpath("//*[@id=\"list$i\"]/td[1]/div/div[2]/a"))
element.click()

if (handleAlertIfPresent()) {
Expand Down

0 comments on commit 2fb4e96

Please sign in to comment.