最新回答 / 慕神5572475
那就是使用idea工具创建Java+maven项目,然后在创建的项目中找到pom.xml文件 xml里面 加
&grodependencies&ele &enidependency&pId &tifgroupId&;seorg.seleniumhq.selenium&Id&/groupId& &.0&...
2018-11-02
最新回答 / qq_中伏_03231484
定位元素有九种方法。。。都不行吗?
/** * 定位元素的九种方法 * By.id * By.name * By.tagName * By.className * By.xpath //常用 * By.css("#kw") * By.partialLinkText //模糊匹配 * By.linkText("糯米") eg:<a>糯米<a/> * 层级定位 */
2018-09-08