connie_tong

导航

 

2022年4月7日

摘要: import requests import re url = 'https://ad-api.uogroup.com/bin/v1/getAdContent' doumain = 'https://www.dytt89.com/' agent = { 'user-agent': 'Mozilla/ 阅读全文
posted @ 2022-04-07 23:24 connie_tong 阅读(125) 评论(0) 推荐(0) 编辑
 

2022年3月17日

摘要: from selenium import webdriver import unittest from HwTestReport import HTMLTestReport from HwTestReport import HTMLTestReportEN import time from PIL 阅读全文
posted @ 2022-03-17 14:30 connie_tong 阅读(66) 评论(0) 推荐(0) 编辑
 

2021年12月2日

摘要: from selenium import webdriver import time import csv from selenium.webdriver.common.action_chains import ActionChains data = csv.reader(open(".\\PROD 阅读全文
posted @ 2021-12-02 13:01 connie_tong 阅读(155) 评论(0) 推荐(0) 编辑
 

2021年11月25日

摘要: 阅读全文
posted @ 2021-11-25 11:26 connie_tong 阅读(88) 评论(0) 推荐(0) 编辑
 

2021年11月18日

摘要: window = driver.find_element_by_xpath('//div[@aria-labelledby="请先实名认证"]') if window.is_displayed(): driver.find_elements_by_xpath('//div[@role="dialog 阅读全文
posted @ 2021-11-18 14:30 connie_tong 阅读(652) 评论(0) 推荐(0) 编辑
 
摘要: 浏览器缩小75% driver.execute_script("document.body.style.zoom='75%'") from selenium import webdriver import time import csv data = csv.reader(open("D:\\pyt 阅读全文
posted @ 2021-11-18 13:01 connie_tong 阅读(305) 评论(0) 推荐(0) 编辑
 

2021年11月12日

摘要: # 获取订单编号order = driver.find_elements_by_xpath('//div[@class="goods-list"]/div')[1]order_num = order.textprint(order_num)# 提取订单编号number = re.split('订单编 阅读全文
posted @ 2021-11-12 12:14 connie_tong 阅读(182) 评论(0) 推荐(0) 编辑
 

2021年5月22日

摘要: 创建py文件 编写一个py文件,内容如下: from selenium import webdriver import time from PIL import Image from aip import AipOcr # 识别验证码 def get_valiCode(): app_id = str 阅读全文
posted @ 2021-05-22 16:04 connie_tong 阅读(219) 评论(0) 推荐(0) 编辑
 

2021年3月25日

摘要: 报错 pyinstaller报错 with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: 权限没有 解决方法: 关闭360杀毒软件 阅读全文
posted @ 2021-03-25 16:13 connie_tong 阅读(478) 评论(0) 推荐(0) 编辑
 
摘要: upx64位下载地址: 链接: https://pan.baidu.com/s/1yKZsQrOzmp6dD2Tm_bSIIQ 提取码: 4fpv upx官网: https://upx.github.io/ 放到SCript文件夹 阅读全文
posted @ 2021-03-25 14:13 connie_tong 阅读(328) 评论(0) 推荐(0) 编辑