随笔分类 -  Selenium Webdirver

Selenium Webdirver学习笔记
摘要:在使用appium过程中遇到了执行一个用例时有多个不同的acitivity的情况,以下为app内部切换acitivity的方法:如果仅需要切换一次activity,可以通过设置desired_caps['appWaitActivity'] = 'xxxxxx'来实现。如果需要多次切换activity... 阅读全文
posted @ 2015-11-19 10:01 sukekes 阅读(7131) 评论(1) 推荐(0)
摘要:文件循环读取 阅读全文
posted @ 2014-11-18 14:45 sukekes 阅读(1564) 评论(2) 推荐(0)
摘要:登录 对话框 阅读全文
posted @ 2014-11-13 09:21 sukekes 阅读(558) 评论(1) 推荐(0)
摘要:Selenium Webdriver百度搜索设置,代码参照虫师selenium_webdriver(python)第一版中百度搜索框设置的代码#coding:utf-8from selenium import webdriverimport timedr=webdriver.Ie()dr.get("... 阅读全文
posted @ 2014-09-30 09:34 sukekes 阅读(923) 评论(0) 推荐(0)