2020-11-24 Python操作selenium Python操作selenium logging用法logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s') logger = logging.getLogger(__name__) logger.info("test")pyautogui坐标点击识别图片coords = pyautogui.locateOnScreen('1.png')获取坐标x, y = pyautogui.center(coords)点击坐标pyautogui.leftClick(x, y) 冷酷 2020-11-24 闲杂乱码,Python 232 阅读 0 评论 2020年11月24日 232 阅读 0 评论