Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DeLaphante committed Dec 12, 2024
1 parent 1afb333 commit cf9e845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CynkyAutomation/PageObjects/OrangeHRM/MyInfoPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf9e845

Please sign in to comment.