Uses of Class
core.support.objects.UserObject
Packages that use UserObject
-
Uses of UserObject in core.helpers
Methods in core.helpers with parameters of type UserObjectModifier and TypeMethodDescriptionvoidLoginbuilder.build(UserObject... user) booleanLoginbuilder.isLoggedIn(UserObject user) determine if user is logged in and on main pagebooleanLoginbuilder.isSigleSignInLoginRequired(UserObject... user) determines if login is required checks different login uses and if the main app page is present carries over config and login info to the next test -
Uses of UserObject in core.support.objects
Methods in core.support.objects that return UserObjectModifier and TypeMethodDescriptionUserObject.withPassword(String password) UserObject.withSuccessIndicator(EnhancedBy loginSuccessElement) UserObject.withUsername(String username)