摘要: # 11.Js处理滚动条操作 driver.execute_script('arguments[0].scrollIntoView();',target) target 为find_element_by_XXX找到的元素对象# (1)先通过selenium 先找到元素# (2)通过js语句,将元素滚 阅读全文
posted @ 2018-11-08 17:14 JiaxyGogogo 阅读(179) 评论(0) 推荐(0) 编辑
摘要: # -*- coding:utf-8 -*-'''@project: jiaxy@author: Jimmy@file: work_20181108.py@ide: PyCharm Community Edition@time: 2018-11-08 16:01@blog: https://www.cnblogs.com/gotesting/'''# 1:一个足球队在寻找年龄在x岁到y岁的小女孩(... 阅读全文
posted @ 2018-11-08 17:02 JiaxyGogogo 阅读(219) 评论(0) 推荐(0) 编辑
摘要: # -*- coding:utf-8 -*-'''@project: jiaxy@author: Jimmy@file: study_函数.py@ide: PyCharm Community Edition@time: 2018-11-08 09:08@blog: https://www.cnblogs.com/gotesting/'''# 函数# append pop insert len ... 阅读全文
posted @ 2018-11-08 16:01 JiaxyGogogo 阅读(171) 评论(0) 推荐(0) 编辑