selenuim/selenium之CSS定位汇总
摘要:二:组合属性定位 https://www.cnblogs.com/zuodaozhudemeng/p/7487798.html 三山:黄山、庐山、雁荡山/五岳:泰山、华山、衡山、嵩山、恒山。 洞庭湖,鄱阳湖,巢湖,太湖,洪泽湖/东海,西海【现今的黄海】,南海,北海【现今的渤海】。
阅读全文
posted @
2018-12-24 09:01
盧鵬
阅读(148)
推荐(0) 编辑
selenium
摘要:'use strict'; // 使用包的引入const {Builder, By, Key, until,promise} = require('selenium-webdriver');const firefox = require('selenium-webdriver/firefox');c
阅读全文
posted @
2018-12-14 10:21
盧鵬
阅读(209)
推荐(0) 编辑
selenium 关于selele option的处理__wait(untile
摘要:选中当前select所在的id或者name //await driver.findElement(By.id('alt_up_1')).click(); await driver.findElement(By.xpath('//*[@id="alt_up_1"])).click(); 然后使用Xpa
阅读全文
posted @
2018-12-13 09:19
盧鵬
阅读(270)
推荐(0) 编辑