我正在尝试在下载之前在网页中设置过滤器。
代码剪断
webClient.waitForBackgroundJavaScript(10 * 1000);
HtmlElement fromDate = pageAnchorReport.getFirstByXPath("//div[contains(@class,'x-grid3-col-FilterFieldFilterFrom')]");
fromDate.setAttribute("Value(s)/From","01/05/2018");
System.out.println("1");
HtmlElement toDate = pageAnchorReport.getFirstByXPath("//div[contains(@class,'x-grid3-col-FilterFieldFilterTo')]");
toDate.setAttribute("To","15/10/2018");
System.out.println("2");
但它的拍摄日期仅在网站中提到,而不是来自正在传递的代码。
请提出任何建议。我错过了什么吗?
精慕HU
陪伴而非守候
相关分类