" Page Object Model Diagram
%%{init: {'theme':'dark', 'themeVariables': { 'primaryColor': '#4fd1c7', 'primaryTextColor': '#fff', 'primaryBorderColor': '#4fd1c7', 'lineColor': '#f8f9fa', 'secondaryColor': '#6c757d', 'tertiaryColor': '#2c3e50' }}}%% graph TD A[Test Class] --> B[Login Page] A --> C[Dashboard Page] A --> D[Profile Page] B --> B1[Username Input] B --> B2[Password Input] B --> B3[Login Button] B --> B4[login method] B --> B5[isErrorDisplayed method] C --> C1[Welcome Message] C --> C2[Navigation Menu] C --> C3[User Info] C --> C4[logout method] C --> C5[navigateToProfile method] D --> D1[Name Field] D --> D2[Email Field] D --> D3[Save Button] D --> D4[updateProfile method] D --> D5[getProfileData method] B4 --> E[WebDriver Commands] C4 --> E C5 --> E D4 --> E D5 --> E style A fill:#e74c3c style B fill:#3498db style C fill:#27ae60 style D fill:#f39c12 style E fill:#9b59b6