import ProfileModal from 'automation.client.ui/src/page_objects/web/profile/profile.modal.js'ProfileModal
Extends:
ProfileModal
Constructor Summary
| Public Constructor | ||
| public |
constructor(args: args) |
|
Method Summary
| Public Methods | ||
| public |
changePasswordLink(): * |
|
| public |
async getChangePasswordUrl(): String Fetching URL to check for changing password has the correct extension |
|
| public |
async getExtensionFromPasswordURL(): String Extracting Extension from Change Password Link |
|
| public |
async goToChangePassword() Open page for changing password |
|
| public |
async goToMyProfile() Open my profile page |
|
| public |
async goToSettings() Open settings page |
|
| public |
myProfile(): * |
|
| public |
settings(): * |
|
Public Constructors
public constructor(args: args) source
Params:
| Name | Type | Attribute | Description |
| args | args | Args from controller |