Skip to content

Automation application which collect data in the browser

Notifications You must be signed in to change notification settings

include9it/java_data_scrapper

Repository files navigation

Installation and running

Tools

- JDK 17
- Gradle 7.6

Troubleshooting:

Websocket issue


Solution - 1:

  • Add dependency 'org.seleniumhq.selenium:selenium-http-jdk-client:4.8.1'
  • Add System.setProperty("webdriver.http.factory", "jdk-http-client");

Solution - 2:

  • Add options for driver options.addArguments("--remote-allow-origins=*");

About

Automation application which collect data in the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages