【selenium】selenide使用总结

简介:selenide是对selenium的一个封装,使用了更简单的写法,无需考虑元素的等待时间。 优点: 内置隐式等待 用例运行完后自动关闭浏览器 代码简单,易读 自动对失败用例截图 由于是对selenium的封装,所以可以和selenium一起使用 官方文档:https://selenide.org/documentation.html 安装 maven项目在pom.xml添加如下依赖即可 <
相关文章
相关标签/搜索