我正在使用谷歌地图api,
我从前端提供经度和纬度,我需要断言的是,地图显示指定经度和纬度。
的文字我想声明'22 .396428,114.109497'文字包含在指定的网址中, 我能做到这一点。
谢谢
答案 0 :(得分:0)
This an example of how you'd do that with Hamcrest.
MatcherAssert.assertThat(driver.getCurrentUrl(),
Matchers.containsString("22.396428,114.109497"));