From cf9e8451bd8a35a2e234e824ecc5a8763b4e2484 Mon Sep 17 00:00:00 2001 From: Question Everything Date: Thu, 12 Dec 2024 16:22:10 +0000 Subject: [PATCH] fix --- CynkyAutomation/PageObjects/OrangeHRM/MyInfoPage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CynkyAutomation/PageObjects/OrangeHRM/MyInfoPage.cs b/CynkyAutomation/PageObjects/OrangeHRM/MyInfoPage.cs index d1796b4..61d2f38 100644 --- a/CynkyAutomation/PageObjects/OrangeHRM/MyInfoPage.cs +++ b/CynkyAutomation/PageObjects/OrangeHRM/MyInfoPage.cs @@ -25,7 +25,7 @@ public void UpdateInfo(PersonalDetails personalDetails) public string GetTextFromInputField(string fieldName) { - return InputField_textbox(fieldName).GetDomAttribute("value"); + return InputField_textbox(fieldName).GetDomProperty("value"); } #endregion