We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfd762 commit 12bc79bCopy full SHA for 12bc79b
build.gradle
@@ -30,6 +30,7 @@ ext {
30
}
31
32
dependencies {
33
+ implementation 'org.seleniumhq.selenium:selenium-java:4.25.0'
34
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
35
implementation 'org.springframework.boot:spring-boot-starter-web'
36
developmentOnly 'org.springframework.boot:spring-boot-docker-compose'
src/main/search/handleSearch.java renamed to src/main/java/org/codedevils/scraper/cd_scraper/search/handleSearch.java
@@ -1,3 +1,5 @@
1
+package org.codedevils.scraper.cd_scraper.search;
2
+
3
import org.openqa.selenium.By;
4
import org.openqa.selenium.WebElement;
5
import org.openqa.selenium.WebDriver;
0 commit comments