0

我有一个网络表单,我试图通过使用 HtmlUnit 的代码填写。

我被困在与列表项的交互阶段。我需要向用户显示数据,然后在网页表单中选择值,但根据 API 可用的唯一方法是:

String  getTypeAttribute() - Returns the value of the attribute "type".  
String  getValueAttribute() - Returns the value of the attribute "value".

如何选择列表,将其显示给用户,然后接受他们的输入并将其设置在表单上?

4

1 回答 1

0

好的,有一个 htmlselect 我忽略了大约十次:D 对不起!

于 2012-06-22T14:48:22.940 回答