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