import PasswordPage from 'automation.client.ui/src/page_objects/web/profile/password.page.js'PasswordPage
Extends:
* → PasswordPage
PasswordPage
Constructor Summary
| Public Constructor | ||
| public | constructor(args: args) | |
Method Summary
| Public Methods | ||
| public | async changePassword(currentPassword: String, newPassword: String, confirmPassword: String) Fill in fields on password page, and update. | |
| public | confirmPasswordField(): * | |
| public | currentPasswordField(): * | |
| public | newPasswordField(): * | |
| public | updateButton(): * | |
Public Constructors
public constructor(args: args) source
Params:
| Name | Type | Attribute | Description | 
| args | args | Args from controller | 
