E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Autoit
UI自动化测试(四)
AutoIT
工具使用和robot对象模拟键盘按键操作
AutoIT
简介
AutoIt
目前最新是v3版本,这是一个使用类似BASIC脚本语言的免费软件,它设计用于WindowsGUI(图形用户界面)中进行自动化操作。
温一壶清酒
·
2017-10-05 12:00
selenium webdriver 右键另存为下载文件(结合robot and
autoIt
)
最近一直在研究seleniumwebdriver右键菜单,发现seleniumwebdriver无法操作浏览器右键菜单,如图如果我想右键另存为,根本操作不了。也有在网上看到webdriverrightclickoption的一些代码,拿来用发现不能用的。Actionsact=newActions(driver);WebElementlink=driver.findElement(By.id("xp
温一壶清酒
·
2017-09-18 12:00
c++中stl的map的[]取下标运算符需要慎用
代码如下:unordered_mapun;for(
autoit
=un.begin();it!
dong_beijing
·
2017-09-14 23:35
c++
autoit
学习安装说明及例子
下载安装包或者绿色版本进行使用,我使用的版本是3.3.9.0第一汉化版命令行安装:"au3tool.exe/s"命令行卸载:"au3tool.exe/u"其中;标识注释1Local$passwd=IniRead("C:\config.ini","account","password","11111")2Local$sh_stkcode=IniRead("C:\config.ini","SH","s
Tim&Blog
·
2017-08-23 08:00
RobotFramework引入
AutoIt
Library
(python的版本可以按照以下步骤查看:cmd->python)2.安装
AutoIt
Library1)下载:csdn下载地址:http://downl
linanzhiyu
·
2017-08-22 18:53
JsonCpp遍历json
ReaderJsonReader;typedefJson::ValueJsonValue;voidprint(JsonValuev){JsonValue::Membersmem=v.getMemberNames();for(
autoit
er
hai0808
·
2017-08-04 16:23
jsoncpp
关于C++的点滴
2,用于返回值占位vectornumNatural;for(
autoit
em:numNatural){couthour=15;7.27指针初始化的问题:定义一个类的指针后,只是随机开辟了一块空间,但是开发者并不知道这个地址在哪里
chilinnai5463
·
2017-07-27 19:17
cocos ide 调试lua 程序自动关闭问题处理
OldYueJuPubModel\Classes\Runtime-Lua\runtimerapidjson::Document*filecfgjson=_fileserver->getFileCfgJson();for(
autoit
晨曦_ceb9
·
2017-07-27 14:22
autoit
使用
AutoIt
WindowInfo:用于识别Windows控件信息CompileScriptto.exe:用于将
AutoIt
编写的脚本转换成可执行的文件RunScript:用于执行
AutoIt
脚本SciTEScriptEditor
dittoyy3991
·
2017-07-10 19:30
AutoIt
入门教学--自动化测试上传文件应用
貌似仅仅能应对input标签,所以当开发运用别的方法开发控件,那我们就需要用其他方法了二种是模拟keyboard操作,一步步滴操作,不过这种我没有试过不做评价三种使用插件直接对系统窗口做操作这里推荐一种叫
AutoIt
smmtest
·
2017-05-12 18:44
设计模式:observer
;};classSubject{public:Subject(){}virtual~Subject(){}voidnotifyAll(){MutexLockGuardguard(mutex);for(
autoit
er
shiyang6017
·
2017-04-19 00:00
c++
design-pattern
multi-thread
Robot Framework 自动化测试框架 学习方法 开源代码
对常见的web测试,手机测试都提供了测试库,对CS端的测试也提供了类似
autoit
library的库,能够满足基本
huhuliuxia
·
2017-04-18 23:08
Robot
Framework
RIDE
Robot Framework引入
autoit
library显示红色问题
今天主要给大家介绍一下为什么RobotFramework引入
autoit
library显示红色,明明我的
autoit
library库装上了,为什么引入进来就是显示红色呢,很头疼。
M.Blog
·
2017-03-08 12:16
Robot
Framework
selenium webdriver实现windows 身份验证
认证时,可以使用在URL中加入用户名和密码语法:http://username:password@url例如:http://admin:
[email protected]
/en.asp2.使用
AutoIT
Lolita_mays
·
2017-02-24 14:39
【WebDriver】使用
AutoIt
上传文件
【WebDriver】使用
AutoIt
上传文件在用webdriver做自动化测试时,有时会遇到上传本地文件的情况,但是webdriver只能操作web页面,对选择文件对话框的操作就可以使用
AutoIt
来实现
灵枢_
·
2017-02-14 19:01
自动化测试
自动化测试
AutoIt
Library安装报错(robotframework)解决
AutoIt
Library安装报错(robotframework)解决官网下载地址:http://www.softpedia.com/get/Programming/Components-Libraries
鸭血
·
2017-02-14 11:18
用 go 实现跨平台
Autoit
/AutoHotkey 和按键精灵功能示例代码
Robotgov0.40.0对鼠标键盘操作进行了大幅度的完善,由于跨平台切换测试麻烦、合并对比几个平台的代码浪费时间,再加上C代码生产效率与Go和JavaScript不在一个级别上,没有支持窗口和进程对应窗口的选择以及窗口Bounds,将会在下一个版本完善,键盘操作可能在某些输入法上有些问题,请切换到系统输入法,目前优先完成窗口句柄的问题,后面会解决该问题.项目地址:https://github.
vway
·
2016-11-24 00:00
autohotkey
golang
c
迭代器vector的访问与使用
=s.end()){
autoit
=s.begin();*it=toupper(*it);//for(decltype(s.size())i=0;i!
Henryxwd
·
2016-11-03 14:51
C++
自动化测试: 通过FF.au3 实现
AutoIt
控制 Firefox 浏览器
参考:http://www.phperz.com/article/15/0413/60641.html目标:Selenium2做不了的事(比如处理文件上传、保存对话框)交给
Autoit
去做。
kimqcn4
·
2016-11-01 11:04
selenium2 python自动化测试之利用
AutoIt
工具实现本地文件上传
selenium2python自动化测试之利用
AutoIt
工具实现本地文件上传本人在学习基于python语言的selenium2自动测试方法的过程中,发现涉及本地上传文件的测试时,selenium2在定位本地
数聚传媒
·
2016-10-13 16:45
用
AutoIt
自动安装和卸载程序
原来他们使用了一款叫做
AutoIt
的工具。个人以为,要实现这种自动化的功能,要么让程序以
bilinyee
·
2016-10-13 14:55
AUTOIT
Script
selenium2 python自动化测试之利用
AutoIt
工具实现本地文件上传
selenium2python自动化测试之利用
AutoIt
工具实现本地文件上传本人在学习基于python语言的selenium2自动测试方法的过程中,发现涉及本地上传文件的测试时,selenium2在定位本地
飞鱼之恋
·
2016-10-12 11:29
测试
AutoIt
数聚传媒
Python selenium —— 文件下载,不弹出窗口,直接下载到指定路径
今天谈谈文件下载吧,很多人不会处理弹出的文件下载框,其实跟上传类似,可以用
autoit
和win32api解决,方法类似,可以看博主之前的文章Pythonselenium——文件上传所有方法整理总结,今天这里博主主要想讲讲更漂亮的一种处理办法
huilan_same
·
2016-10-11 17:15
python
selenium
文件下载
chrome
firefox
Selenium
Python
Selenium自动化测试详解
AU3软件自动化安装教程
一、1、实验环境软件一台win7系统主机2、win7主机中安装AU3程序编辑软件名称为(
autoit
3)3、准备(QQ软件、新建文件夹、新建au3脚本文件)-QQ软件与新建AU3脚本文件存放到新建文件夹中
王泽民
·
2016-10-05 15:06
软件
AU
自动化
桌面运维
使用
autoit
实现自动操作
使用
autoit
自动登录vmware的例子主要使用了几个自动操作run:运行程序WinWaitActive:等待某个窗口加载完成,可以根据title【默认】,可以根据classsend:发送内容,如果不转义的话
mush_me
·
2016-09-21 09:09
其它java技术
关于set_difference和set_symmtirc_difference遇到的一个坑
begin(),v1.end(),[](inta,intb){returna
autoit
蓝胖爹爹
·
2016-09-01 10:17
C++
STL
各种事件的回调函数写法
[cpp]
autoit
emNor=Sprite::create("CloseNormal.png");automenuItem=MenuItemSprite::create(itemNor,nullptr
Mr. HLW
·
2016-07-08 16:55
cocos2d-x
各种事件的回调函数写法
[cpp]
autoit
emNor = Sprite::create("CloseNormal.png"); automenuItem = MenuItemSprite::create(itemNor
HLW0522
·
2016-07-08 16:00
(seleluim 八) 定位窗口
现记录如下:关键字:弹窗模态对话框js
autoit
问题:defswitch_to_win(driver,uimethod,uipath):#methodvaluehavename/id/xpath/class
fanxiyanhong
·
2016-06-14 16:20
web自动化
Py
AutoIt
0.3库安装和使用
Py
AutoIt
0.3库安装和使用专门针对Python语言的
AutoIt
X3.dll的接口库。
caimouse
·
2016-06-13 09:00
python
autoit
从n个数中,找出最小的k个数
在头文件中加入functional.voidFindNums(constvector&data,multiset>&m,intk) { if(kdata.size()) return;
autoit
er
taoyanqi8932
·
2016-06-02 21:00
电脑怎么彻底清除Skypee快捷方式病毒?
电脑中了Skypee快捷方式病毒(
AutoIt
3木马)即在每个盘的每个文件夹创建快捷方式,几乎所有国产杀毒软件无法准确查杀,而且网上的部分教程只给出了如何批量删除快捷方式,重启电脑后会再次出现,无法彻底处理
佚名
·
2016-05-20 15:45
map的坑
intmain(){std::unordered_mapmm;mm[3];mm.insert(pair(1,2));mm.insert(pair(1,5));mm.insert(pair(2,3));for(
autoit
rockets311
·
2016-05-18 11:31
一步一步CPP
AUTOIT
做的小软件
因此自学了C,C++,C#,VBA,
Autoit
等简单的语法。也能用这些编程语言通过VS(MFC,VC#),QT,Excel等写一些简单的程序(请见我的下载资源)。
yuwanfei
·
2016-05-09 13:00
sqlite
SAP
autoit
Selenium+
autoit
+java 上传文件
【1】selenium:触发点击事件打开上传控件【2】
autoit
:控制windows组件【注意点:.au3文件是源文件,执行文件是exe;若在源文件界面F5运行会报错“拒绝访问”】(http://img.blog.csdn.net
u014355941
·
2016-04-22 15:00
selenium
autoit
常用操作
一丶鼠标选定 使用
autoit
获取框中需要点击的文本框,出现title的值,出现元素infoControlFocus("TITLE","","Edit1")//ControlFocus("TITLE
qq458639026
·
2016-04-11 13:00
vector迭代器失效场景
vectorvec={1,2,3,4};//size:4capacity:4
autoit
er=vec.begin(); vec.push_back(5);//size:5capacity:8 coutvec
qq100440110
·
2016-03-20 14:00
vector
STL
常用
autoit
资源
Windows常用消息大全http://www.oschina.net/question/565065_72616
autoit
script会员隐藏信息帖子https://www.
autoit
script.com
心翔
·
2016-03-12 17:00
微软在线测试之lucky string,有关斐波那契的题目都在此了
intargc,_TCHAR*argv[]) { size_tfib[]={1,2,3,5,8,13,21,34}; stringstr,tempstr; cin>>str; tempstr=str;
autoit
wangyaninglm
·
2016-03-06 11:00
[LeetCode] Meeting Rooms II 会议室之二
si &intervals){ mapm; for(autoa:intervals){ ++m[a.start]; --m[a.end]; } introoms=0,res=0; for(
autoit
Grandyang
·
2016-03-05 13:00
C++ STL map I don't want it to sort!
include #include intmain() { std::maptest_map={ {3,"string3"}, {2,"string2"}, {1,"string1"} }; for(
autoit
er
wangshubo1989
·
2016-03-04 21:00
C++
sort
STL
贪吃蛇的设计(1)(无界面版本)
/******返回false代表失败*************/ boolSnake::move(stringms) { /************处理头部的坐标变换************/
autoit
er
pp634077956
·
2016-01-29 15:00
VS2015--win32工程配置的一些想法之算法min/max与windows中的 min/max宏冲突
看下面的代码:#include #include #include intmain() {
autoit
=std::min(1,2);//错误,应输入标识符 return0; }如果把windows的头文件注释掉就不会发生错误
wangshubo1989
·
2016-01-27 23:00
windows
算法
Visual
Studio
vector和list删除元素
0,1,1,2,3,5,8,13,21,55,89}; 9vectorivec(ia,ia+11); 10listilist(ia,ia+11); 11 12//删除vector中的偶数 13for(
autoit
er
薛定谔的喵
·
2016-01-24 18:00
泛型算法(二十)之最大最小值算法
std::coutc={1,5,0,8,11,4}; //找出c中最小的元素
autoit
er=std::min_element(c.begin(),c.end()); //输出 std::coutc
dongerlei
·
2016-01-21 09:00
泛型算法(二十)之最大最小值算法
std::coutc={1,5,0,8,11,4}; //找出c中最小的元素
autoit
er=std::min_element(c.begin(),c.end()); //输出 std::coutc
dongerlei
·
2016-01-21 09:00
泛型算法(十九)之搜索算法
std::vectorc={0,1,2,3,4,4,5,6,7,8,9}; //在c中发现第一对相邻且值相等的元素
autoit
er=std::adjacent_find(c.begin(),c.end
dongerlei
·
2016-01-20 17:00
泛型算法(十九)之搜索算法
std::vectorc={0,1,2,3,4,4,5,6,7,8,9}; //在c中发现第一对相邻且值相等的元素
autoit
er=std::adjacent_find(c.begin(),c.end
dongerlei
·
2016-01-20 17:00
[OJ] Insert Interval
InsertInterval(Hard)classSolution{ public: vectorinsert(vector&intervals,IntervalnewInterval){ vectorv;
autoit
lzl124631x
·
2016-01-06 23:00
使用
autoit
实现自动加域
#Region;****由AccAu3Wrapper_GUI创建指令**** #
AutoIt
3Wrapper_Icon=C:\Users\helpdesk07\Desktop\
autoit
脚本\fuwuqi.ico
我家有个小豌豆
·
2016-01-06 12:00
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他