python selenium5 模拟点击+拖动+按照指定相对坐标拖动 58同城验证码
摘要:#!/usr/bin/python # -*- coding: UTF-8 -*- # @Time : 2019年12月9日11:41:08 # @Author : shenghao/10347899@qq.com '''test with selenium's move by x,y''' from builtins import print from selenium import webdr
阅读全文
posted @
2019-12-09 11:57
山高似水深
阅读(911)
推荐(0) 编辑
python selenium4 模拟点击+拖动+保存验证码 测试对象+以验证码的返回ID保存命名 58同城验证码
摘要:#!/usr/bin/python # -*- coding: UTF-8 -*- # @Time : 2019/12/5 17:30 # @Author : shenghao/10347899@qq.com '''test with selenium's move''' from builtins import print from selenium import webdriver...
阅读全文
posted @
2019-12-09 11:16
山高似水深
阅读(418)
推荐(0) 编辑
python selenium3 模拟点击+拖动+保存验证码 测试对象 58同城验证码
摘要:#!/usr/bin/python # -*- coding: UTF-8 -*- # @Time : 2019/12/5 17:30 # @Author : shenghao/10347899@qq.com '''test with selenium's move''' from selenium import webdriver from selenium.webdriver.sup...
阅读全文
posted @
2019-12-09 11:15
山高似水深
阅读(524)
推荐(0) 编辑
python selenium2 模拟点击+拖动 测试对象 58同城验证码
摘要:#!/usr/bin/python # -*- coding: UTF-8 -*- # @Time : 2019/12/5 17:30 # @Author : shenghao/10347899@qq.com '''test with selenium's move''' from selenium import webdriver from selenium.webdriver.support.
阅读全文
posted @
2019-12-09 11:14
山高似水深
阅读(371)
推荐(0) 编辑
python selenium1 模拟点击 测试对象 58同城验证码
摘要:#!/usr/bin/python# -*- coding: UTF-8 -*-# @Time : 2019/12/5 17:30# @Author : shenghao/10347899@qq.com'''test with selenium's click''''''click 58 urls
阅读全文
posted @
2019-12-05 18:24
山高似水深
阅读(1007)
推荐(0) 编辑
python3 datetime 时间格式相减 计算间隔
摘要:重点,timedelta 时间间隔算法,只支持days 和 seconds 不支持hour 和min 方法
阅读全文
posted @
2019-12-03 10:49
山高似水深
阅读(5540)
推荐(0) 编辑