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