just a small practice for selenium and java
Just create a .jar file or download the JAR file(link above), and import it as dependency in your project.
// Just define the training name
Google google_properties = new Google("robot framework");
OR
Google google_properties = new Google("robot framework", "youtube.com");
// Search will print out the results and it will create a csv file.
google_properties.searchTrainings(10);
JAR:
https://github.com/M0Rph3U56031769/training-search/releases/download/v0.1/trainingsearch.jar