I'm working with a DOM node
<input type = "form-control" type="text" data-bind="textInput: EnterpriseId" disabled autocomplete="off">
How can I get it's value? I'm struggling since element.getText() does not work and return blank.
Any suggestions would be of great help.