For the mighty mr. Magi that always forgets to mark his schedules.
Kotlin + Java selenium connector + Java webdriver manager
- create a
jibbleConfig.jsonfile in thesrc/main/resourcesfolder of the project.
Example of the file:
{ "profile": { "email": "your.email@something.com", "password": "mightylord69" }, "schedule": { "base": { "from": "08:00", "to": "17:30" }, "breaks": [] } }