我有一个网页表单,我试图通过使用HtmlUnit的代码填写。
我陷入与列表项的交互阶段。我需要向用户显示数据,然后在网页表单中选择值,但根据API可用的唯一方法是:
String getTypeAttribute() - Returns the value of the attribute "type".
String getValueAttribute() - Returns the value of the attribute "value".
如何选择列表,将其显示给用户,然后将其输入并在表单上进行设置?
答案 0 :(得分:0)