diff --git a/README.md b/README.md index 1fba526..fc4ceeb 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,8 @@ This will build a fully self-contained JAR, ready to be run anywhere. - [ ] Add action to view logged time - [ ] Improve help menu + - [ ] Build native binary with [GraalVM Native Image](https://www.graalvm.org/reference-manual/native-image/) + - [ ] Automated time sheet export and upload for submission ## License diff --git a/src/atoss_cli/atoss.clj b/src/atoss_cli/atoss.clj index bfa190b..933dfa5 100644 --- a/src/atoss_cli/atoss.clj +++ b/src/atoss_cli/atoss.clj @@ -63,6 +63,7 @@ This is where all of the data entry must happen." [driver] (doto driver + (api/wait 2) (api/wait-visible nav-menu-btn) (api/click nav-menu-btn) (api/wait-visible zeitkorr-btn)