上一页 1 2 3 4 5 6 7 ··· 42 下一页
摘要: Session Create New Session Java: DesiredCapabilities desiredCapabilities = new DesiredCapabilities(); desiredCapabilities.setCapability(MobileCapabili 阅读全文
posted @ 2019-03-07 08:52 bamboo233 阅读(823) 评论(0) 推荐(0)
摘要: Execute Mobile Command Java: Python: Description Execute a variety of native, mobile commands that aren't associated with a specific endpoint Syntax i 阅读全文
posted @ 2019-03-07 08:46 bamboo233 阅读(536) 评论(0) 推荐(0)
摘要: Status Java: Python: Description Returns information about whether a remote end is in a state in which it can create new sessions and can additionally 阅读全文
posted @ 2019-03-07 08:44 bamboo233 阅读(449) 评论(0) 推荐(0)
摘要: Waits Selenium Webdriver provides two types of waits implicit & explicit . An explicit wait makes WebDriver wait for a certain condition to occur befo 阅读全文
posted @ 2019-03-06 10:01 bamboo233 阅读(218) 评论(0) 推荐(0)
摘要: Navigating Navigate a link with WebDriver: driver.get("http://www.google.com") 1.Interacting with the page Element define: Find: element = driver.find 阅读全文
posted @ 2019-03-06 09:41 bamboo233 阅读(276) 评论(0) 推荐(0)
摘要: Locating Elements Location Methods: find_element_by_id find_element_by_name find_element_by_xpath find_element_by_link_text find_element_by_partial_li 阅读全文
posted @ 2019-03-06 09:21 bamboo233 阅读(282) 评论(0) 推荐(0)
摘要: 如下一段html: </form 定位form id="loginForm": login_form = driver.find_element_by_xpath("/html/body/form[1]") login_form = driver.find_element_by_xpath("//f 阅读全文
posted @ 2019-03-06 09:08 bamboo233 阅读(114) 评论(0) 推荐(0)
摘要: 需求:从FTP某目录取每日构建的apk下载到本地 难点:文件名中有构建时间,而这个时间不算固定值,因此文件名不固定 解决方案:mget匹配文件名后下载 BAT版本: :: Filename:Projectname_2019 03 04_0123.apk @echo off set date1=%da 阅读全文
posted @ 2019-03-04 14:01 bamboo233 阅读(686) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-03-04 10:12 bamboo233 阅读(1) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-03-01 10:18 bamboo233 阅读(0) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 42 下一页