SYMBOL INDEX (134 symbols across 9 files) FILE: [第三方] 读写Excel演示脚本.mjs function excelAppend (line 78) | async function excelAppend(filename,line=[]) { FILE: pbottleRPA.js function keycode (line 391) | function keycode(name) { function getHtml (line 937) | function getHtml(url, headersJson = {}, method = 'GET') { function sendMail (line 967) | function sendMail( function downloadFile (line 1043) | function downloadFile(fileUrl, filename, headersJson = {}) { function zipDir (line 1238) | function zipDir(directory, zipFilePath = "") { function unZip (line 1266) | function unZip(zipFilePath, directory = "") { function deviceID (line 1339) | function deviceID() { function clusterCenter (line 1352) | function clusterCenter() { function cloud_GPT (line 1387) | function cloud_GPT(question, modelLevel = 0, options = { function cloud_GPTV (line 1415) | function cloud_GPTV(question, imagePath, modelLevel = 0) { function cloud_GPTA (line 1446) | function cloud_GPTA(action = '点击', question = "桌面微信图标") { function waitImage (line 1884) | function waitImage(tpPath, intervalFun = () => { }, timeOut = 30, miniSi... function waitImageDisappear (line 1914) | function waitImageDisappear(tpPath, intervalFun = () => { }, timeOut = 3... function waitFile (line 1944) | function waitFile(dirPath, keyWords = '', intervalFun = () => { }, timeO... function waitFileDisappear (line 1972) | function waitFileDisappear(dirPath, keyWords = '', intervalFun = () => {... function waitInput (line 2000) | function waitInput(inputPrompt = '输入提示词', timeOut = 600) { function isNumeric (line 2215) | function isNumeric(value) { function hasData (line 2230) | function hasData(value) { function getTime (line 2270) | function getTime(format = 'Y-m-d H:i:s', timestamp = null) { function searchFile (line 2304) | function searchFile(directory, words = '', recursive = false) { function uniqid (line 2342) | function uniqid(prefix = '', moreEntropy = false) { function substringFromTo (line 2366) | function substringFromTo(str, from = '', to = '') { FILE: python示例/[第三方] 读写Excel演示脚本.py function excel_append (line 27) | def excel_append(filename, line=None): FILE: python示例/pbottleRPA.py class RPAError (line 50) | class RPAError(Exception): class TimeoutError (line 56) | class TimeoutError(RPAError): function urlencode (line 63) | def urlencode(input_str): function isNumeric (line 68) | def isNumeric(value): function hasData (line 81) | def hasData(value): function getTime (line 100) | def getTime(format_str="Y-m-d H:i:s", timestamp=None): function searchFile (line 128) | def searchFile(directory, words="", recursive=False): function uniqid (line 152) | def uniqid(prefix="", moreEntropy=False): function substringFromTo (line 166) | def substringFromTo(s, from_str="", to_str=""): function setDefaultDelay (line 183) | def setDefaultDelay(millisecond): function sleep (line 192) | def sleep(milliseconds): function wait (line 205) | def wait(seconds=1): function beep (line 222) | def beep(): function showMsg (line 227) | def showMsg(title, content): function showRect (line 238) | def showRect(fromX=0, fromY=0, width=500, height=500, color="red", msec=... function exit_script (line 258) | def exit_script(*args): function exit (line 270) | def exit(*args): function kill (line 278) | def kill(processName, force=False): function moveMouseSmooth (line 297) | def moveMouseSmooth(x, y, interval=0): function moveAndClick (line 314) | def moveAndClick(x, y): function mouseClick (line 324) | def mouseClick(leftRight="left", time_ms=30): function mouseDoubleClick (line 335) | def mouseDoubleClick(): function mouseWheel (line 341) | def mouseWheel(data=-720): function mouseLeftDragTo (line 350) | def mouseLeftDragTo(x, y): function mouseRightDragTo (line 362) | def mouseRightDragTo(x, y): function getScreenColor (line 374) | def getScreenColor(x, y): function screenShot (line 385) | def screenShot(savePath="", x=0, y=0, w=-1, h=-1): function keycode (line 407) | def keycode(name): function keyToggle (line 530) | def keyToggle(key, upDown="down"): function keyTap (line 546) | def keyTap(key): function mouseKeyToggle (line 563) | def mouseKeyToggle(key="left", upDown="down"): function findScreen (line 577) | def findScreen(tpPaths, miniSimilarity=0.85, fromX=0, fromY=0, width=-1,... function findText (line 608) | def findText(inputTxt, fromX=0, fromY=0, width=-1, height=-1): function waitText (line 626) | def waitText( function findContours (line 652) | def findContours(minimumArea=1000, fromX=0, fromY=0, width=-1, height=-1): function imgSimilar (line 676) | def imgSimilar(path1, path2, checkType="ORB"): function paste (line 692) | def paste(txt): function copyText (line 702) | def copyText(txt): function copyFile (line 711) | def copyFile(filepath): function getClipboard (line 724) | def getClipboard(): function wxMessage (line 733) | def wxMessage(title, content, key): function postJson (line 745) | def postJson(url, msgJson, headersJson=None, method="POST"): function postJsonFile (line 767) | def postJsonFile(url, msgJsonFile, headersJson=None, method="POST"): function getHtml (line 791) | def getHtml(url, headersJson=None, method="GET"): function downloadFile (line 806) | def downloadFile(fileUrl, filename, headersJson=None): function sendMail (line 823) | def sendMail( function tts (line 857) | def tts(text): function openURL (line 867) | def openURL(myurl): function openDir (line 878) | def openDir(filePath): function getResolution (line 893) | def getResolution(): function aiOcr (line 902) | def aiOcr(imagePath="screen", x=0, y=0, width=-1, height=-1): function aiObject (line 935) | def aiObject(minimumScore=0.5, x=0, y=0, width=-1, height=-1): function zipDir (line 964) | def zipDir(directory, zipFilePath=""): function unZip (line 982) | def unZip(zipFilePath, directory=""): function bufferGet (line 997) | def bufferGet(n=0): function bufferSet (line 1007) | def bufferSet(content, n=0): function delaySet (line 1017) | def delaySet(scriptPath=""): function deviceID (line 1030) | def deviceID(): function clusterCenter (line 1039) | def clusterCenter(): class cloud (line 1049) | class cloud: method GPT (line 1051) | def GPT(question, modelLevel=0, options=None): method GPTV (line 1080) | def GPTV(question, imagePath, modelLevel=0): method GPTA (line 1111) | def GPTA(action="点击", question="桌面微信图标"): class browserCMD (line 1165) | class browserCMD: method alert (line 1167) | def alert(msg): method closeTab (line 1174) | def closeTab(type="current"): method fetch (line 1184) | def fetch(fetch_url, options=None): method waitPageReady (line 1197) | def waitPageReady(readyURL, timeout=20): method url (line 1214) | def url(urlStr=None): method count (line 1226) | def count(selector): method dblclick (line 1237) | def dblclick(selector, options=None): method offset (line 1250) | def offset(selector): method click (line 1261) | def click(selector, options=None): method show (line 1274) | def show(selector): method hide (line 1281) | def hide(selector): method remove (line 1288) | def remove(selector): method text (line 1295) | def text(selector, content=None): method html (line 1308) | def html(selector, content=None): method val (line 1320) | def val(selector, content=None): method cookie (line 1332) | def cookie(cName, cValue=None, expDays=None): method css (line 1349) | def css(selector, propertyname, value=None): method attr (line 1366) | def attr(selector, propertyname, value=None): method prop (line 1383) | def prop(selector, propertyname, value=None): class hid (line 1401) | class hid: method keyToggle (line 1403) | def keyToggle(key, upDown="down"): method keyTap (line 1415) | def keyTap(key): method _mouseCMD (line 1429) | def _mouseCMD(button=1, x=0, y=0, wheel=0, time_ms=10): method moveMouse (line 1436) | def moveMouse(x, y): method mouseClick (line 1441) | def mouseClick(button="left", time_ms=10): method moveAndClick (line 1449) | def moveAndClick(x, y): method mouseDoubleClick (line 1455) | def mouseDoubleClick(): method mouseLeftDragTo (line 1462) | def mouseLeftDragTo(x, y): method mouseRightDragTo (line 1470) | def mouseRightDragTo(x, y): method mouseWheel (line 1478) | def mouseWheel(data=-1): function waitImage (line 1486) | def waitImage(tpPath, intervalFun=None, timeOut=30, miniSimilarity=0.85): function waitImageDisappear (line 1510) | def waitImageDisappear(tpPath, intervalFun=None, timeOut=30, miniSimilar... function waitFile (line 1534) | def waitFile(dirPath, keyWords="", intervalFun=None, timeOut=30): function waitFileDisappear (line 1556) | def waitFileDisappear(dirPath, keyWords="", intervalFun=None, timeOut=30): function waitInput (line 1578) | def waitInput(inputPrompt="输入提示词", timeOut=600): class utils (line 1598) | class utils: FILE: python示例/常用工具 Utils 演示.py function main (line 18) | def main(): FILE: python示例/异步子流程模板.py function 同步子流程 (line 20) | def 同步子流程(脚本路径): function 异步子流程 (line 46) | def 异步子流程(脚本路径, *args): function 动态导入子模块 (line 68) | def 动态导入子模块(模块路径): function 子流程2 (line 85) | def 子流程2(params): function main (line 94) | def main(): FILE: python示例/微信朋友圈自动点赞.py function loop (line 53) | def loop(): FILE: 异步子流程模板.js function main (line 16) | async function main() { function 子流程2 (line 53) | async function 子流程2(params) { // 定义一个内联的异步函数作为子流程,接收参数,子流程推荐使用中文命名 FILE: 微信朋友圈自动点赞.js function 重复 (line 49) | function 重复() {