由于您使用的是 @FindBy 注释,因此您必须在使用之前初始化元素。您可以通过创建接受 WebDriver 类型作为参数的参数化构造函数来做到这一点。 PageFactory.initElements(driver, this);```and call this constructor after opening the browser.i.e after this line ```driver = new ChromeDriver();```从上面的值,我想从完整文档中只获取“标记”或“实用”JSON,以避免将完整文档从 MongoDB 传输到客户端的网络负载。
添加回答
举报
0/150
提交
取消