201810-25 Selenium的3种等待方式 转自:https://blog.csdn.net/u013250071/article/details/79133116 一、等待是做什么的,为什么需要等待 在做自动化测试,设计测试用例的时候,有时下一步的操作会依赖上一步的结果或者内容,上一步操作成功之后才能进行下一步操作等,这时候,我们就需要使用.... Read More >
201810-25 Python 爬虫基础Selenium库的使用 转自:https://blog.csdn.net/weixin_36279318/article/details/79475388?utm_source=blogxgwz3 (一)Selenium基础 入门教程:Selenium官网教程 1.Selenium简介 Selenium是一个用于测试网站的.... Read More >