Spring Boot
crawling 크롤링
onnnzeoz
2023. 6. 8. 16:54
crawling 크롤링
1. jsoup : 파이썬에서 쓰는 뷰티풀soup을 자바버전으로 만든
하나의 요소 가져올 때 : 0번 인덱스
2. selenium
ChromeDriver - WebDriver for Chrome - Downloads
Current Releases If you are using Chrome version 114, please download ChromeDriver 114.0.5735.90 If you are using Chrome version 113, please download ChromeDriver 113.0.5672.63 If you are using Chrome version 112, please download ChromeDriver 112.0.5615.49
chromedriver.chromium.org
https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java
하나의 요소 가져올 때 : findElement()