Alice can:
- PerformActivities (PerformActivitiesAsPlaywrightSteps)
- AnswerQuestions
- RaiseErrors
- ScheduleWork { scheduler: { clock: { timeAdjustment: { milliseconds: 0 } }, interactionTimeout: { milliseconds: 5000 } } }
- BrowseTheWeb (BrowseTheWebWithPlaywright)
- TakeNotes { notepad: {} }
- CallAnApi { baseURL: "https://todo-app.serenity-js.org/", headers: { common: { Accept: "application/json, text/plain, */*" } }, timeout: 10000 }
|