摘要: 一.场景: 代码: 阅读全文
posted @ 2017-09-17 16:45 女林 阅读(1482) 评论(0) 推荐(0) 编辑
摘要: 一.弹出框警告框 场景: 1.alert 方法: switch_to.alert() 代码: 2.confirm 3.prompt 阅读全文
posted @ 2017-09-17 16:08 女林 阅读(775) 评论(0) 推荐(0) 编辑
摘要: 一.select下拉框 场景: 百度首页->设置->搜索设置 定位方法: 1.直接使用xpath进行定位 driver.find_element_by_xpath(".//*[@id='nr']/option[2]").click() 代码: 2.先定位下拉框,再定位选项 s=driver.find 阅读全文
posted @ 2017-09-17 15:16 女林 阅读(714) 评论(0) 推荐(0) 编辑