V2AS
问路
意见反馈
↓ 按住下拉
selenium+python处理Alert弹窗
from selenium import webdriver import win32api import
win32con
from time import sleep driver = webdriver.Ie() import time from selenium import webdr ......
弹窗
alert
driver
selenium
win32api
使用python获取window注册表值的方法
提供regfullpath的方法,可以自行封装个regpath的函数import loggingimport pywintypes import win32apiimport
win32con
def getValue(strKeyPath, intAccessMask ......
python
获取
path
win32con
方法
w32模块模拟鼠标键盘操作
win32api.keybd_event 该函数原型:keybd_event(bVk, bScan, dwFlags, dwExtraInfo) 第一个参数:虚拟键码(键盘键码对照表见附录); 第二个参数:硬件扫描码,一般设 ......
event
win32api
keybd
win32con
KEYEVENTF
pyttsx3 winsound win32api.MessageBox使用案例
import requests,time from lxml import etree import win32api,
win32con
import winsound import pyttsx3 cookies = str(input('请输入cookies:')) def ring( ......
import
html
win32api
time
adsbygoogle
python 用win32修改注册表,修改打开IE浏览器的配置
打开注册表:win+r, regedit,注册表的管理是按照文件夹的形式的。 注册表总共有五项: HKEY_CLASSES_ROOT 是HKEY_LOCAL_MACHINE\Software的子项,保存打开文件所对应 ......
注册表
HKEY
修改
CURRENT
权限
python 检测目录
!/usr/bin/env python -*- coding:utf-8 -*-import osimport win32fileimport
win32con
ACTIONS = { 1 : "Created", 2 : "Deleted", 3 : "Updated", 4 : " ......
Python
目录
FILE
win32con
python
Python Excel 操作
1.Excel Code import os import time import re import win32com.client def dealpath(pathname='') -> str: """ deal with windows file path : ......
self
sheet
param
session
col
关于python中selenium一些知识点
selenium几种元素操纵方法 切换至xx iframe层 driver.switch_to.frame("name and id") 切回主HTML层 driver.switch_to.default_content() 切回上一层 driv ......
driver
element
selenium
By
浏览器
Python之win32模块
如果想在Windows操作系统上使用Python去做一些自动化工作,pywin32模块常常会被用到,它方便了我们调用Windows API。 通过命令pip install pywin32 进行安装。安装 ......
hwnd
模块
time
Python
win32gui
Python编写简易木马程序(转载乌云)
Python编写简易木马程序 light · 2015/01/26 10:07 0x00 准备 文章内容仅供学习研究、切勿用于非法用途! 这次我们使用Python编写一个具有键盘记录、截屏以及通信 ......
python
Python
client
socket
编写
V2AS = Way To Ask
V2AS 一个技术分享与创造的静土
手机扫一扫
移动阅读更方便
近15日热搜文章
Paxos协议超级详细解释+简单实例
winds dlib人脸检测与识别库
DevStack部署OpenStack开发环境 - 问题总结
4
C++20初体验——concepts
5
Linux下安装ffmpeg,视频格式转换
6
std::sort为什么保证严格弱序?
7
UPX源码分析——加壳篇
8
Knockout.Js官网学习(数组observable)
9
卷积及理解图像卷积操作的意义
10
查看显卡报错:NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.