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 b38cd83 commit 1afb333
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).GetAttribute("value");
return InputField_textbox(fieldName).GetDomAttribute("value");
}

#endregion
Expand Down

0 comments on commit 1afb333

Please sign in to comment.