A model for management system sign-in

Hierarchy

  • SignInPage

Constructors

  • Parameters

    • page: Page

      The playwright page object.

    Returns SignInPage

Properties

axAuthButton: Locator = ...

A locator to the "Sign in with AxAuth" button.

axAuthForm: SignInWithAxAuthForm = ...

A model for the AxAuth sign-in form

axAuthemailField: Locator = ...
axAuthpasswordField: Locator = ...
axinomButton: Locator = ...

A locator to the "Sign in with Axinom" button.

googleButton: Locator = ...

A locator to the "Sign in with Google" button.

googleForm: SignInWithGoogleForm = ...

A model for the Google sign-in form

message: MessageBar = ...

A locator to a message which is displayed when the environment is disabled.

microsoftButton: Locator = ...

A locator to the "Sign in with Microsoft" button.

microsoftForm: SignInWithMicrosoftForm = ...

A model for the Microsoft sign-in form

page: Page

The playwright page object.

Generated using TypeDoc