Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 832 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 832 Bytes

training-search

just a small practice for selenium and java

How to use as a library?

Just create a .jar file or download the JAR file(link above), and import it as dependency in your project.

Usage exapmle

// 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);

Release

JAR:

https://github.com/M0Rph3U56031769/training-search/releases/download/v0.1/trainingsearch.jar

https://github.com/M0Rph3U56031769/training-search/releases

Future Architect

Future Architect - Not the actual architecture