7
使用Selenium for .NET,如何從html輸入中獲取當前值?如何使用C#使用Selenium獲取文本輸入的值?
有可能.GetAttribute()
獲得value
屬性,但這是html屬性,而不是輸入到文本框中的當前值;這種方法類似於jQuery的.val()
而不是jQuery的.attr()
。
使用Selenium for .NET,如何從html輸入中獲取當前值?如何使用C#使用Selenium獲取文本輸入的值?
有可能.GetAttribute()
獲得value
屬性,但這是html屬性,而不是輸入到文本框中的當前值;這種方法類似於jQuery的.val()
而不是jQuery的.attr()
。
Element.Text
沒有爲我工作。我用element.GetAttribute("value")
退房這種問答&一個 Setting input textbox text and then retrieving it in Specflow & Selenium