
RPA
ZXFC88
这个作者很懒,什么都没留下…
展开
-
1、使用Automation Anywhere中的Database相关组件连接数据库进行相关操作时提示“执行命令时出现异常。“驱动程序未加载! com.mysql.cj.jdbc..Driver ”
使用Automation Anywhere(A2019)中的Database相关组件连接数据库进行相关操作时提示“执行命令时出现异常。“驱动程序未加载! com.mysql.cj.jdbc.Driver ”解决办法:使用“Connect”组件连接MySQL的时候,将属性框中的”“Use specific database”属性选中,同时选择Driver File文件“mysql-connector-java-8.0.25.jar”,可将此组件上传到Control Room后选择,也可从本地.原创 2021-07-11 11:21:56 · 426 阅读 · 0 评论 -
BluePrism中Navigate组件调用Invoke Javascript function时报错解决方法
BluePrism中Navigate组件调用Invoke Javascript function时报错Internal : Failed to perform step 1 in Navigate Stage 'Invoke JavaScript' on page 'Action 1' - Failed while invoking javascript method:异常来自 HRESULT...原创 2019-11-17 17:56:52 · 863 阅读 · 0 评论 -
C#调用SendInput模拟键盘输入string字符串
最近参与公司RPA项目开发,其中遇到了自动化输入功能,主要从三中不同的模式实现,包括(Ui Automation、Windows Message、Simulate),其中Simulate需要调用Win32API中的SendInput函数模拟键盘输入字符串,下面就详细介绍下SendInput函数的使用。Win 32 API 中SendInput函数描述UINT WINAPI SendInp...原创 2019-04-28 09:36:57 · 7048 阅读 · 4 评论