当我在Chrome或PhantomJs上运行时,NoraUi演示是正常的,但是在Internet explorer上,我遇到了这个错误: at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:232) at noraui.ap
ResponseEntity<Integer> entity = new RestTemplate().getForEntity("http://localhost:" + port + "/noraui");
ResponseEntity<Integer> entity = new RestTemplate().exchange("http://localhost:" + port + "/noraui</
* TCP_NODELAY set> GET /noraui/api/hello/columns HTTP/org.springframework.http.converter.HttpMessageNotWritableException: No converter for [class com.github.noraui.data.rest.DataModel
我使用NoraUI (非回归自动化的用户接口)和Chrome驱动程序在我的windows笔记本电脑,我有这个大的错误堆栈跟踪。昨天,我的代码起了作用,我确信我没有改变任何东西。<init>(CommonSteps.java:22) at noraui.browser.DriverFactory.getDriver(DriverFact