Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTMLページの一連の入力タグから値を読み取る必要があります。誰かがこの点で私を助けることができますか?
前もって感謝します..
次の方法でJWebUnitを使用すると、Webページの入力タグの値を取得できます。
getElementAttributeByXPath( "table // tr [2] // td [2] / input [1]"、 "value")
入力タグのvalue属性の値を示します。