如题,求问各位大佬怎么往工行网银的密码输入框里键入密码。。。Type into所有的选项试过了都不行。。。
网址:中国工商银行新一代网上银行
(需要先安装安全控件,密码输入框才可用)
谢谢!
试试以下方法
@davyfwd 感谢回复;Win10软键盘和JS试过了都不行
用Type secure text呢? 好使吗?
@Lampard 一样不行。。。activity不会报错但是密码就是打不进去
控件安装了没有?
send hotkey 一个个地输入 可以不用indicate
@Puleoo 装了,不装看不到密码输入框
@gareth_Hua 也试过hotkey, 同样输不进去…如果您有成功的例子可以麻烦分享一下吗?
你是用那个activity的,这种要用type into secure text的。如果浏览器用chrome的话,也要安装一个uipath的插件在浏览器上。
“type into secure text"
额 我这边招行网银 本来也是输入不进去的 用send hotkey 成功了 不要indicate 你可以输入账号后 send一个tab。再不行就试试管理员打开studio和robot 蓝的白的都要管理员打开。
hello @Masatoi
First Use Get password activity and type your password in properties and create an output for it
Then Use type secure text Activity indicate the password Box and enter the variable created in get password activity
Let me know if this works
@Puleoo 我这里只有IE…按上面Lampard说的试过了,Type Into,Set Text,Type secure text都敲不进去…您如果能成功的话可以把您的workflow分享一下吗?
@vickydas The password is fetched from Orchestrator as securestring. However the ‘Type secure text’ activity failed to enter the password into the password textbox…
@gareth_Hua 正好接下来也会做招行…这样么?用管理员权限运行UiPath了,还是输不进去呀。。。
另外我这边版本是企业版2018.4.3
您好, 我用@gareth_Hua的办法试了一下是可行的。但可能您需要把输入法设成英文,而不要用比如搜狗拼音里的英文输入。而且密码的那个输入框要在页面上能看到的位置,附上了我试验用的workflow。
Sequence.xaml (9.0 KB)
@Guang_Yang1 感谢您的回复!试了一下您的workflow的确可行,然后发现招行这边其实用Send Hotkey和普通的Type Into都可以,只要勾选"SendWindowMessage" 就能正常输入用户名和密码。
然而这个办法对工行不起作用。。。
装了个搜狗输入法,仿佛打通任督二脉,各种方法都可以了
或者可以尝试 credentials 或者 assets 都可以
ie 直接type into 就好用啊
部分网银对模拟输入会有屏蔽功能,可以采用幽灵键鼠的方式模拟输入。需要外置幽灵键鼠的U盘,然后简单写一个脚本来实现。
好方法。