Using Selenium for .NET, how can I get the current value from a html input?
It's possible to .GetAttribute()
to get the value
attribute but this is the html attribute rather than the current value entered into the text box; an approach similar to jQuery's .val()
rather than jQuery's .attr()
.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…