Using Selenium for.NET , how can I get the current value from html input?
You can .GetAttribute() get the value attribute, but this is the html attribute, not the current value entered in the text field; an approach like jQuery .val() , not jQuery .attr() .
Stuperuser
source share