You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just like with the Actions class, a Questions class should permit to create a question without having to create a class:
publicstaticIQuestion<int>RemainingItems(){returnQuestions.Create("Remaining items",
actor =>actor.AsksFor(TextContent.Of(ToDoPage.ToDoItemsLeftCounter).AsInteger())));}
An overload with an ability should also be available.
The text was updated successfully, but these errors were encountered:
Just like with the
Actions
class, aQuestions
class should permit to create a question without having to create a class:An overload with an ability should also be available.
The text was updated successfully, but these errors were encountered: