pyautogui自动打开浏览器访问网站

import pyautogui
import time
import subprocess
import pyperclip
#while True:
# # 获取鼠标当前坐标
# x, y = pyautogui.position()
# # 打印坐标
# print(f"当前坐标:({x}, {y})")
# # 暂停1秒
# time.sleep(1)
#exit()
# 等待1秒,确保所有内容都已加载
time.sleep(1)
# 截取整个屏幕并保存为文件
screenshot = pyautogui.screenshot()
screenshot.save('entire_screen.png')
# 或者,直接使用函数保存截图
#pyautogui.screenshot('part_of_screen.png')
# 如果找到图像,点击其中心
#button_location = pyautogui.locateOnScreen("F:\\cross.png")
#if button_location is not None:
# button_x, button_y = pyautogui.center(button_location)
# pyautogui.click(button_x + 40, button_y)
#else:
# print('未找到按钮图像')
#exit()
#启动chrome
subprocess.Popen('"C:\Program Files\Google\Chrome\Application\chrome.exe"');
time.sleep(3)
# 在指定的坐标输入文本
pyautogui.moveTo(320, 72) # 移动鼠标到指定位置
pyautogui.doubleClick() # 双击鼠标,确保输入焦点
#pyautogui.typewrite('http://localhost') # 输入文本
pyperclip.copy("http://localhost") # 复制
pyautogui.hotkey('ctrl', 'v') # 粘贴
# 等待一会,让系统有时间处理输入
time.sleep(3)
# 如果需要输入特殊字符或格式,可以使用press()函数
pyautogui.press('enter') # 输入回车键
time.sleep(3)
pyperclip.copy("yansiyu") # 复制支持中文
pyautogui.hotkey('ctrl', 'v') # 粘贴
pyautogui.press('enter') # 输入回车键
time.sleep(3)
pyperclip.copy("111111") # 复制
pyautogui.hotkey('ctrl', 'v') # 粘贴
pyautogui.press('enter') # 输入回车键
# 获取屏幕尺寸
screenWidth, screenHeight = pyautogui.size()
# 计算中间点坐标
middleX = screenWidth // 2
middleY = screenHeight // 2
# 在屏幕中间点击
pyautogui.click(middleX, middleY)
# 在指定的坐标输入文本
pyautogui.moveTo(288, 19) # 移动鼠标到指定位置
pyautogui.click() # 双击鼠标,确保输入焦点
pyperclip.copy("https://www.cloud:5001/") # 复制
pyautogui.hotkey('ctrl', 'v') # 粘贴
# 等待一会,让系统有时间处理输入
time.sleep(3)
# 如果需要输入特殊字符或格式,可以使用press()函数
pyautogui.press('enter') # 输入回车键
time.sleep(3)
pyautogui.press('enter') # 输入回车键
time.sleep(3)
pyautogui.press('enter') # 输入回车键
time.sleep(3)
pyautogui.moveTo(320, 72) # 移动鼠标到指定位置
pyautogui.doubleClick() # 双击鼠标,确保输入焦点
pyautogui.hotkey('ctrl', 't')
pyperclip.copy("https://www.cloud:5001/oo/r/zhAK7KuyxPTAp0EzZn7fftifFhKsX96z") # 复制
pyautogui.hotkey('ctrl', 'v') # 粘贴
pyautogui.press('enter') # 输入回车键
time.sleep(3)
pyautogui.moveTo(320, 72) # 移动鼠标到指定位置
pyautogui.doubleClick() # 双击鼠标,确保输入焦点
pyautogui.hotkey('ctrl', 't')
pyperclip.copy("http://sh.www.work:33000/") # 复制
pyautogui.hotkey('ctrl', 'v') # 粘贴
pyautogui.press('enter') # 输入回车键
time.sleep(3)
pyautogui.moveTo(320, 72) # 移动鼠标到指定位置
pyautogui.doubleClick() # 双击鼠标,确保输入焦点
pyautogui.hotkey('ctrl', 't')
pyperclip.copy("http://csoa.www.work") # 复制
pyautogui.hotkey('ctrl', 'v') # 粘贴
pyautogui.press('enter') # 输入回车键
# 如果需要输入特殊字符或格式,可以使用press()函数
pyautogui.press('enter') # 输入回车键
time.sleep(3)
pyperclip.copy("yansiyu") # 复制支持中文
pyautogui.hotkey('ctrl', 'v') # 粘贴
pyautogui.press('enter') # 输入回车键
time.sleep(3)
pyperclip.copy("111111") # 复制
pyautogui.hotkey('ctrl', 'v') # 粘贴
pyautogui.press('enter') # 输入回车键
time.sleep(3)
pyautogui.moveTo(320, 72) # 移动鼠标到指定位置
pyautogui.doubleClick() # 双击鼠标,确保输入焦点
pyautogui.hotkey('ctrl', 't')
pyperclip.copy("http://10.1.8.56:8080") # 复制
pyautogui.hotkey('ctrl', 'v') # 粘贴
pyautogui.press('enter') # 输入回车键

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: