使用须知
Aibot能力:
1、AndroidBot,底层自主研发,支持安卓原生APP和H5界面元素和图色定位。元素元素定位速度是Appium框架的的10倍,2340*1080 图色定位仅需要50毫秒!
2、WindowsBot,底层自主研发,支持Windows应用、.NET、WinForm、WPF、QT、JAVA(Swing和AWT等GUI库)和Electron 等语言开发的窗口界面元素和图色定位,独家xpath算法 简洁急速,
元素/图色定位速度分别是可视化RPA的3倍和20倍!
3、WebBot,底层自主研发,支持chromium内核的所有浏览器和应用。C/C++语言基于浏览器内核协议研发而成的一款web自动化框架。速度是selenium 10倍!
4、Android远程投屏,底层自主研发,可在一台电脑监控观察多台安卓RPA机器人运行状态并批量管理操作
5、自建OCR服务器,支持文字识别和定位,免费且不限制使用次数!
6、自研AiboteScriptUI界面开发工具,提供人机交互功能,打包exe发布机器人可以在离线环境运行!
AndoridBot开源协议
Aibote安卓云端自动化框架,采用云端服务模式构建。由安卓手机客户端主动连接服务器/电脑服务端程序,
服务端应采用多线程TCP协议和多个安卓设备通信。构架模式决定了自动化代码部署在云端,能有效防止脚本被第三方恶意破解。
结合Aibote远程投屏技术,可直接连接远程用户设备做自动化机器人编写,完美解决远程自动化测试需求。独家图色定位算法,
50毫秒以内的速度遍历查找2340*1080分辨率的设备。为了让更多人体验到我们产品,我们决议在此公布框架协议,
希望有更多开发者能完善并封装成各种计算机语言,封装请参考nodejs版的函数说明
发送命令协议格式:len/len/len...\ndata
接收命令协议格式:len/data
协议示例:
sendData("saveScreenshot", "/storage/emulated/0/Android/data/com.aibot.client/files/1.png", 80, 150, 30, 30, 0, 127, 255);
发送数据包:14/61/2/3/2/2/1/3/3\nsaveScreenshot/storage/emulated/0/Android/data/com.aibot.client/files/1.png8015030300127255
返回数据包:"false"或者 "true"
sendData("getColor", 100, 200);
数据包:8/3/3\ngetColor100200
返回数据包:#000000
sendData("findImage", "/storage/emulated/0/Android/data/com.aibot.client/files/1.png", 0, 0, 0, 0, 0.95, 0, 0, 0);
数据包:9/61/1/1/1/1/4/1/1/1\nfindImage/storage/emulated/0/Android/data/com.aibot.client/files/1.png00000.95000
返回数据包:成功"x|y" 失败"-1.0|-1.0"
sendData("matchTemplate", "/storage/emulated/0/Android/data/com.aibot.client/files/1.png", 0, 0, 0, 0, 0.95, 0, 0, 1);
数据包:13/61/1/1/1/1/4/1/1/1\nmatchTemplate/storage/emulated/0/Android/data/com.aibot.client/files/1.png00000.95001
返回数据包:单坐标点成功"x|y" 多坐标点成功 "x1|y1/x2|y2..." 失败"-1.0|-1.0"
sendData("findAnimation", 100, 0, 0, 0, 0);
数据包:13/3/0/0/0/0\nfindAnimation1000000
返回数据包:单坐标点成功"x|y" 多坐标点成功 "x1|y1/x2|y2..." 失败"-1.0|-1.0"
sendData("findColor", "#e8f2f8", "1020#e7f0f7", 0, 0, 0, 0, 1);
数据包:9/7/11/1/1/1/1/1\nfindColor#e8f2f81020#e7f0f700001
返回数据包:成功"x|y" 失败"-1.0|-1.0"
sendData("compareColor", 100, 200, "#e8f2f8", "1020#e7f0f7", 0, 0, 0, 0, 1);
数据包:12/3/3/7/11/1/1/1/1/1\ncompareColor100200#e8f2f81020#e7f0f700001
返回数据包:"false"或者 "true"
sendData("press", 10, 20, 3000);
数据包:5/2/2/4\npress10203000
返回数据包:"false"或者 "true"
sendData("move", 10, 20, 3000);
数据包:4/2/2/4\nmove10203000
返回数据包:"false"或者 "true"
sendData("release");
数据包:7\nrelease
返回数据包:"false"或者 "true"
sendData("click", 200, 500);
数据包:5/3/3\nclick200500
返回数据包:"false"或者 "true"
sendData("doubleClick", 200, 500);
数据包:11/3/3\ndoubleClick200500
返回数据包:"false"或者 "true"
sendData("longClick", 10, 20, 3000);
数据包:9/2/2/4\nlongClick10203000
返回数据包:"false"或者 "true"
sendData("swipe", 10, 10, 200, 200, 1000);
数据包:5/2/2/3/3/4\nswipe10102002001000
返回数据包:"false"或者 "true"
sendData("dispatchGesture", "1000/1558\n100/100\n799/800\n234/89", 3000);
数据包:15/35/4\ndispatchGesture1000/1558\n100/100\n799/800\n234/893000
返回数据包:"false"或者 "true"
sendData("sendKeys", "aibot");
数据包:8/5\nsendKeysaibot
返回数据包:"false"或者 "true"
sendData("back");
数据包:4\nback
返回数据包:"false"或者 "true"
sendData("home");
数据包:4\nhome
返回数据包:"false"或者 "true"
sendData("recents");
数据包:7\nrecents
返回数据包:"false"或者 "true"
sendData("sendVk", 187);
数据包:6/3\nsendVk187
返回数据包:"false"或者 "true"
sendData("startApp", "QQ");
数据包:8/2\nstartAppQQ
返回数据包:"false"或者 "true"
sendData("getWindowSize");
数据包:13\ngetWindowSize
返回数据包:"width|height"
sendData("getImageSize", "/storage/emulated/0/Android/data/com.aibot.client/files/1.png");
数据包:12/61\nsaveScreenshot/storage/emulated/0/Android/data/com.aibot.client/files/1.png
返回数据包:"width|height"
sendData("getAndroidId");
数据包:12\ngetAndroidId
返回数据包:"1f73c8f2f3b2f108"
sendData("ocr", 0, 0, 0, 0, 1.0);
数据包:3/1/1/1/1\3\nocr00001.0
返回数据包:[[[7.0, 18.0], [61.0, 18.0], [61.0, 38.0], [7.0, 38.0]], ('办公自动化', 0.8806074261665344)][[[4.0, 94.0], [49.0, 94.0], [49.0, 118.0], [4.0, 118.0]], ('rpa', 0.978314220905304)]
sendData("urlRequest", "http://www.baidu.com", "GET", "null", "null");
数据包:10/20/3/4/4\nurlRequesthttp://www.baidu.comGETnullnull
返回数据包:返回请求数据内容
sendData("showToast", "rpa");
数据包:9/2\nshowToastrpa
返回数据包:"false"或者 "true"
sendData("getCaptcha", "/storage/emulated/0/Android/data/com.aibot.client/files/1.png", "username", "password", "123456", "1004", "0");
数据包:10/61/8/8/6/4/1\n/storage/emulated/0/Android/data/com.aibot.client/files/1.pngusernamepassword12345610040
返回数据包:"{"err_no":0,"err_str":"OK","pic_id":"9160109360600112681","pic_str":"8vka","md5":"35d5c7f6f53223fbdc5b72783db0c2c0"}"
sendData("errorCaptcha", "username", "password", "123456", "9160109360600112681");
数据包:12/8/8/6/19\nerrorCaptchausernamepassword1234569160109360600112681
返回数据包:"{"err_no":0,"err_str":"OK"}"
sendData("scoreCaptcha", "username", "password");
数据包:12/8/8\nscoreCaptchausernamepassword
返回数据包:"{"err_no":0,"err_str":"OK","tifen":821690,"tifen_lock":0}"
sendData("getElementRect", "com.aibot.client/com.aibot.client:id=inputServer");
数据包:14/48\ngetElementRectcom.aibot.client/com.aibot.client:id=inputServer
返回数据包:"239|628|989|764"
sendData("getElementDescription", "com.aibot.client/com.aibot.client:id=inputServer");
数据包:21/48\ngetElementDescriptioncom.aibot.client/com.aibot.client:id=inputServer
返回数据包:"192.168.2.7"
sendData("getElementText", "com.aibot.client/com.aibot.client:id=inputServer");
数据包:14/48\ngetElementTextcom.aibot.client/com.aibot.client:id=inputServer
返回数据包:"192.168.2.7"
sendData("setElementText", "com.aibot.client/com.aibot.client:id=inputServer", "rpa");
数据包:14/48/3\nsetElementTextcom.aibot.client/com.aibot.client:id=inputServerrpa
返回数据包:"false"或者 "true"
sendData("clickElement", "com.aibot.client/com.aibot.client:id=inputServer");
数据包:12/48\nclickElementcom.aibot.client/com.aibot.client:id=inputServer
返回数据包:"false"或者 "true"
sendData("scrollElement", "com.aibot.client/com.aibot.client:id=inputServer", 0);
数据包:13/48/1\nclickElementcom.aibot.client/com.aibot.client:id=inputServer0
返回数据包:"false"或者 "true"
sendData("existsElement", "com.aibot.client/com.aibot.client:id=inputServer");
数据包:13/48\nexistsElementcom.aibot.client/com.aibot.client:id=inputServer
返回数据包:"false"或者 "true"
sendData("isSelectedElement", "com.aibot.client/com.aibot.client:id=inputServer");
数据包:17/48\nisSelectedElementcom.aibot.client/com.aibot.client:id=inputServer
返回数据包:"false"或者 "true"
sendData("pushFile", "/storage/emulated/0/1.png", fileData);
数据包:8/25/655423\npushFile/storage/emulated/0/1.pngfileData
返回数据包:"false"或者 "true"
sendData("pullFile", "/storage/emulated/0/1.png");
数据包:8/25\npullFile/storage/emulated/0/1.png
返回数据包:文件字节数据
sendData("openUri", "alipayqr://platformapi/startapp?saId=10000007");
数据包:7/45\nopenUrialipayqr://platformapi/startapp?saId=10000007
返回数据包:"false"或者 "true"
sendData("callPhone", "10086");
数据包:9/5\ncallPhone10086
返回数据包:"false"或者 "true"
sendData("sendMsg", "10086", "123");
数据包:7/5/3\nsendMsg10086123
返回数据包:"false"或者 "true"
sendData("getActivity");
数据包:11\ngetActivity
返回数据包:".MainActivity"
sendData("getPackage");
数据包:10\ngetPackage
返回数据包:"com.aibot.client"
sendData("setClipboardText", "aibote");
数据包:16/6\nsetClipboardTextaibote
返回数据包:"false"或者 "true"
sendData("getClipboardText");
数据包:16\ngetClipboardText
返回数据包:"aibote"
sendData("createTextView", 100, "Aibote TextView", 10, 10, 300, 100);
数据包:14/3/15/2/2/3/3\ngetcreateTextView100Aibote TextView1010300100
返回数据包:"false"或者 "true"
sendData("createEditText", 101, "Aibote EditText", 10, 10, 300, 100);
数据包:14/3/15/2/2/3/3\ngetcreateExitView101Aibote ExitView1010300100
返回数据包:"false"或者 "true"
sendData("createCheckBox", 102, "Aibote CheckBox", 10, 10, 300, 100);
数据包:14/3/15/2/2/3/3\ngetcreateCheckBox102Aibote CheckBox1010300100
返回数据包:"false"或者 "true"
sendData("getScriptParam");
数据包:14\ngetScriptParam
返回数据包:{"100":"Aibote TextView"}
WindowsBot开源协议
Aibote Windows自动化框架,由node.js客户端连接 WindowsDriver.exe服务端程序,采用TCP协议传输命令。
全国领先xpath元素定位算法,一键拾取控件元素、图色 坐标等属性。与安卓端代码统一书写格式,降低用户学习成本。
独家图色定位算法,50毫秒以内的速度遍历查找1920*1080分辨率的设备。为了让更多人体验到我们产品,
我们决议在此公布框架协议,希望有更多开发者能完善并封装成各种计算机语言,封装请参考nodejs版的函数说明
发送命令协议格式:len/len/len...\ndata
接收命令协议格式:len/data
协议示例:
sendData("findWindow", "className", "windowName");
发送数据包:10/9/10\nfindWindowclassNamewindowNmae
返回数据包:成功"65862",失败 "null"
sendData("findWindows", "className", "windowName");
发送数据包:11/9/10\nfindWindowsclassNamewindowNmae
返回数据包:成功返回多个句柄"65862|65863|65864",失败 "null"
sendData("findSubWindow", 65862, "className", "windowName");
发送数据包:13/5/9/10\nfindSubWindow65862classNamewindowNmae
返回数据包:成功"460538",失败 "null"
sendData("findParentWindow", 460538);
发送数据包:16/6/\nfindParentWindow460538
返回数据包:成功"65862",失败 "null"
sendData("getWindowName", 65862);
发送数据包:13/5\ngetWindowName65862
返回数据包:成功"aibote",失败 "null"
sendData("showWindow", 65862, true);
发送数据包:10/5/4\nshowWindow65862true
返回数据包:"false"或者 "true"
sendData("setWindowTop", 65862);
发送数据包:12/5\nsetWindowTop65862
返回数据包:"false"或者 "true"
sendData("moveMouse", 65862, 100, 100, false);
发送数据包:9/5/3/3/5\nmoveMouse65862100100false
返回数据包:"true"
sendData("moveMouseRelative", 65862, 100, 100, false);
发送数据包:17/5/3/3/5\nmoveMouseRelative65862100100false
返回数据包:"true"
sendData("rollMouse", 65862, 100, 100, 10, false);
发送数据包:9/5/3/3/2/5\nrollMouse658621001002false
返回数据包:"true"
sendData("clickMouse", 65862, 100, 100, 1, false);
发送数据包:9/5/3/3/1/5\nclickMouse658621001001false
返回数据包:"true"
sendData("sendKeys", "rpa");
发送数据包:8/3\nsendKeysrpa
返回数据包:"true"
sendData("sendKeysByHwnd", 65862, "rpa");
发送数据包:14/5/3\nsendKeysByHwnd65862rpa
返回数据包:"true"
sendData("sendVk", 13, 1);
发送数据包:6/2/1\nsendVk131
返回数据包:"true"
sendData("sendVkByHwnd", 65862, 13, 1);
发送数据包:12/5/2/1\nsendVkByHwnd65862131
返回数据包:"true"
sendData("saveScreenshot", 65862, "d:/1.png", 80, 150, 30, 30, 0, 127, 255, false);
发送数据包:14/5/8/2/3/2/2/1/3/3/5\nsaveScreenshot65862d:/1.png8015030300127255false
返回数据包:"false"或者 "true"
sendData("getColor", 65862, 100, 200, false);
数据包:8/5/3/3/5\ngetColor65862100200false
返回数据包:#000000
sendData("findImage", 65862, "d:/1.png", 0, 0, 0, 0, 0.95, 0, 0, 1, false);
数据包:9/5/8/1/1/1/1/4/1/1/1/5\nfindImage65862d:/1.png00000.95001false
返回数据包:单坐标点成功"x|y" 多坐标点成功 "x1|y1/x2|y2..." 失败"-1.0|-1.0"
sendData("findAnimation", 65862, 100, 0, 0, 0, 0, false);
数据包:13/5/3/0/0/0/0/5\nfindAnimation658621000000false
返回数据包:单坐标点成功"x|y" 多坐标点成功 "x1|y1/x2|y2..." 失败"-1.0|-1.0"
sendData("findColor", 65862, "#e8f2f8", "1020#e7f0f7", 0, 0, 0, 0, 1, false);
数据包:9/5/7/11/1/1/1/1/1/5\nfindColor65862#e8f2f81020#e7f0f700001false
返回数据包:成功"x|y" 失败"-1.0|-1.0"
sendData("compareColor", 65862, 100, 200, "#e8f2f8", "1020#e7f0f7", 0, 0, 0, 0, 1, false);
数据包:12/5/3/3/7/11/1/1/1/1/1/5\ncompareColor65862100200#e8f2f81020#e7f0f700001false
返回数据包:"false"或者 "true"
sendData("ocr", 65862, 0, 0, 0, 0, 1.0, false);
数据包:3/5/1/1/1/1/3/5\nocr6586200001.0false
返回数据包:[[[7.0, 18.0], [61.0, 18.0], [61.0, 38.0], [7.0, 38.0]], ('办公自动化', 0.8806074261665344)][[[4.0, 94.0], [49.0, 94.0], [49.0, 118.0], [4.0, 118.0]], ('rpa', 0.978314220905304)]
sendData("ocrByFile", "d:/1.png", 0, 0, 0, 0, 1.0);
数据包:9/8/1/1/1/1/3\nocrByFiled:/1.png00001.0
返回数据包:[[[7.0, 18.0], [61.0, 18.0], [61.0, 38.0], [7.0, 38.0]], ('办公自动化', 0.8806074261665344)][[[4.0, 94.0], [49.0, 94.0], [49.0, 118.0], [4.0, 118.0]], ('rpa', 0.978314220905304)]
sendData("getElementName", 65862, "Window/Text");
数据包:14/5/11\ngetElementName65862Window/Text
返回数据包:"aibote is pure code RPA"
sendData("getElementValue", 65862, "Window/Edit");
数据包:15/5/11\ngetElementValue65862Window/Edit
返回数据包:"aibote RPA"
sendData("getElementRect", 65862, "Window/Button");
数据包:14/5/13\ngetElementRect65862Window/Button
返回数据包:"239|628|989|764"
sendData("getElementWindow", 65862, "Window/Button");
数据包:16/5/13\ngetElementWindow65862Window/Button
返回数据包:"460538"
sendData("clickElement", 65862, "Window/Button", 1);
数据包:12/5/13/1\nclickElement65862Window/Button1
返回数据包:"false"或者 "true"
sendData("setElementFocus", 65862, "Window/Button");
数据包:15/5/13\nsetElementFocus65862Window/Button
返回数据包:"false"或者 "true"
sendData("setElementValue", 65862, "Window/Button", "rpa");
数据包:15/5/13/3\nsetElementValue65862Window/Buttonrpa
返回数据包:"false"或者 "true"
sendData("setElementScroll", 65862, "Window", -1, 0.1);
数据包:16/5/6/2/3\nsetElementScroll65862Window-10.1
返回数据包:"false"或者 "true"
sendData("closeWindow", 65862, "Window");
数据包:11/5/6\ncloseWindow65862Window
返回数据包:"false"或者 "true"
sendData("setWindowState", 65862, "Window", 2);
数据包:14/5/6/1\nsetWindowState65862Window2
返回数据包:"false"或者 "true"
sendData("setClipboardText", "rpa");
数据包:16/3\nsetClipboardTextrpa
返回数据包:"false"或者 "true"
sendData("getClipboardText");
数据包:16\ngetClipboardText
返回数据包:"rpa"
sendData("startProcess", "cmd", true, false);
数据包:12/3/4/5\nstartProcesscmdtruefalse
返回数据包:"false"或者 "true"
sendData("executeCommand", "ipconfig", 300);
数据包:14/8/3\nexecuteCommandipconfig300
返回数据包:返回cmd执行结果
sendData("downloadFile", "http://www.gogo.com/rpa.rar", "d:/rpa.rar", true);
数据包:12/27/10/4\ndownloadFilehttp://www.gogo.com/rpa.rard:/rpa.rartrue
返回数据包:"true"
sendData("openExcel", "D:/rpa.xlsx");
数据包:9/11\nopenExcelD:/rpa.xlsx
返回数据包:"null"或者 {"book":"088173SDFU13","path":"D:/rpa.xlsx"}
sendData("openExcelSheet", "088173SDFU13", "D:/rpa.xlsx", "sheet1");
数据包:14/12/11/6\nopenExcelSheet088173SDFU13D:/rpa.xlsxsheet1
返回数据包:"null"或者 "A123HHI123F132"
sendData("saveExcel", "088173SDFU13", "D:/rpa.xlsx");
数据包:9/12/11\nsaveExcel088173SDFU13D:/rpa.xlsx
返回数据包:"false"或者 "true"
sendData("writeExcelNum", "A123HHI123F132", 0, 0, 123);
数据包:13/14/1/1/3\nwriteExcelNumA123HHI123F13200123
返回数据包:"false"或者 "true"
sendData("writeExcelStr", "A123HHI123F132", 0, 0, "rpa");
数据包:13/14/1/1/3\nwriteExcelStrA123HHI123F13200rpa
返回数据包:"false"或者 "true"
sendData("readExcelNum", "A123HHI123F132", 0, 0);
数据包:12/14/1/1\nreadExcelNumA123HHI123F13200
返回数据包:123
sendData("readExcelStr", "A123HHI123F132", 0, 0);
数据包:12/14/1/1\nreadExcelStrA123HHI123F13200
返回数据包:"rpa"
删除excel表格行
sendData("removeExcelRow", 0, 0);
数据包:14/1/1\nremoveExcelRow00
返回数据包:"false"或者 "true"
删除excel表格列
sendData("removeExcelCol", 0, 0);
数据包:14/1/1\nremoveExcelCol00
返回数据包:"false"或者 "true"
WebBot开源协议
Aibote web自动化框架,由node.js客户端连接 WebDriver.exe服务端程序,采用TCP协议传输命令。
WebBot 基于chromium内核研发而成的一款web自动化框架,因此支持chromium内核的所有浏览器和应用程序。框架稳定,运行速度非常快!
为了让更多人体验到我们产品,我们决议在此公布框架协议,希望有更多开发者能完善并封装成各种计算机语言,封装请参考nodejs版的函数说明
发送命令协议格式:len/len/len...\ndata
接收命令协议格式:len/data
协议示例:
sendData("goto", "http://www.ai-bot.net);
数据包:4/21\ngotohttp://www.ai-bot.net
返回数据包:"false"或者 "true"
sendData("newPage", "http://www.ai-bot.net);
数据包:7/21\nnewPagehttp://www.ai-bot.net
返回数据包:"false"或者 "true"
sendData("back");
数据包:4\nback
返回数据包:"false"或者 "true"
sendData("forward");
数据包:7\nforward
返回数据包:"false"或者 "true"
sendData("refresh");
数据包:7\nrefresh
返回数据包:"false"或者 "true"
sendData("getCurPageId");
数据包:12\ngetCurPageId
返回数据包:"E2DB8A0856D83C4C3C194B79BBC2235F"
sendData("getAllPageId");
数据包:12\ngetAllPageId
返回数据包:"E2DB8A0856D83C4C3C194B79BBC2235F|E2DB8A0856D83C4C3C194B79BBC22352"
sendData("switchCurPage");
数据包:13\nswitchCurPage
返回数据包:"false"或者 "true"
sendData("switchPage", "E2DB8A0856D83C4C3C194B79BBC2235F");
数据包:10/32\nswitchPageE2DB8A0856D83C4C3C194B79BBC2235F
返回数据包:"false"或者 "true"
sendData("closePage");
数据包:9\nclosePage
返回数据包:"false"或者 "true"
sendData("getCurrentUrl");
数据包:13\ngetCurrentUrl
返回数据包:"http://www.ai-bot.net",失败返回 "webdriver error"
sendData("getTitle");
数据包:8\ngetTitle
返回数据包:"RPA自动化平台",失败返回 "webdriver error"
sendData("switchFrame", "https://passport.126.com/webzj");
数据包:11/30\nswitchFramehttps://passport.126.com/webzj
返回数据包:"false"或者 "true"
sendData("switchMainFrame");
数据包:15\nswitchMainFrame
返回数据包:"false"或者 "true"
sendData("clickElement", "/html/body/header/div/nav/ul/li[5]/a");
数据包:12/36\nclickElement/html/body/header/div/nav/ul/li[5]/a
返回数据包:"false"或者 "true"
sendData("setElementValue", "/html/body/header/div/nav/ul/li[5]/a", "rpa");
数据包:15/36/3\nclickElement/html/body/header/div/nav/ul/li[5]/arpa
返回数据包:"false"或者 "true"
sendData("getElementText", "/html/body/header/div/nav/ul/li[5]/a");
数据包:14/36\ngetElementText/html/body/header/div/nav/ul/li[5]/a
返回数据包:"rpa"
sendData("setElementAttribute", "/html/body/header/div/nav/ul/li[5]/a", "src", "http://www.ai-bot.net");
数据包:19/36/3/22\nsetElementAttribute/html/body/header/div/nav/ul/li[5]/asrchttp://www.ai-bot.net
返回数据包:"false"或者 "true"
sendData("getElementAttribute", "/html/body/header/div/nav/ul/li[5]/a", "src");
数据包:19/36/3\ngetElementAttribute/html/body/header/div/nav/ul/li[5]/asrc
返回数据包:"http://www.ai-bot.net"
sendData("getElementRect", "/html/body/header/div/nav/ul/li[5]/a");
数据包:14/36\ngetElementRect/html/body/header/div/nav/ul/li[5]/a
返回数据包:'{"left":74,"top":19,"right":117, "bottom":42,"width":43, "height":23}'
sendData("isSelected", "/html/body/header/div/nav/ul/li[5]/a");
数据包:10/36\nisSelected/html/body/header/div/nav/ul/li[5]/a
返回数据包:成功返回"true",失败返回"webdriver error"
sendData("isDisplayed", "/html/body/header/div/nav/ul/li[5]/a");
数据包:11/36\nisDisplayed/html/body/header/div/nav/ul/li[5]/a
返回数据包:成功返回"true",失败返回"webdriver error"
sendData("clearElement", "/html/body/header/div/nav/ul/li[5]/a");
数据包:12/36\nclearElement/html/body/header/div/nav/ul/li[5]/a
返回数据包:"false"或者 "true"
sendData("sendKeys", "/html/body/header/div/nav/ul/li[5]/a", "aibote");
数据包:8/36/6\nsendKeys/html/body/header/div/nav/ul/li[5]/aaibote
返回数据包:"false"或者 "true"
sendData("sendEnter");
数据包:9\nsendEnter
返回数据包:"false"或者 "true"
sendData("moveMouse", "100", "200");
数据包:9/3/3\nmoveMouse100200
返回数据包:"false"或者 "true"
sendData("wheelMouse", "0", "100");
数据包:10/1/3\nwheelMouse0100
返回数据包:"false"或者 "true"
sendData("takeScreenshot");
数据包:14\ntakeScreenshot
返回数据包:成功返回PNG图片格式 base64 字符串,失败返回null
sendData("takeScreenshot", "/html/body/header/div/nav/ul/li[5]/a");
数据包:14/36\ntakeScreenshot/html/body/header/div/nav/ul/li[5]/a
返回数据包:成功返回PNG图片格式 base64 字符串,失败返回null
sendData("clickAlert", "true", "promptText");
数据包:10/4/10\nclickAlerttruepromptText
返回数据包:"false"或者 "true"
sendData("getAlertText");
数据包:12\ngetAlertText
返回数据包:"aibote rpa"
sendData("getCookies", "http://www.ai-bot.net");
数据包:10/21\ngetCookieshttp://www.ai-bot.net
返回数据包:成功返回json格式的字符串,失败返回null
sendData("getAllCookies");
数据包:13\ngetAllCookies
返回数据包:成功返回json格式的字符串,失败返回null
sendData("executeScript", "(function () {return 'aibote rpa'})();");
数据包:13/38\nexecuteScript(function () {return 'aibote rpa'})();
返回数据包:"aibote rpa" 假如注入代码为函数且有return语句,则返回retrun 的值,否则返回null;