rpa

Why robot gives me error whenever i use “addon ocrabbyy” commands?

大憨熊 提交于 2021-02-11 16:47:50
问题 I have tried to use different commands of "addon ocrabbyy" in different robots but it always gives me the same error and I even don't know its meaning. Can someone explain what's going wrong? 回答1: Take a look at my question here which addresses this issue: Here You need to own a license for the software to be able to use the addon. 来源: https://stackoverflow.com/questions/59916715/why-robot-gives-me-error-whenever-i-use-addon-ocrabbyy-commands

How to resolve “Retrieving COM Class factory for component with CLSID” error with the Abbyy Addon in G1ANT studio?

时光怂恿深爱的人放手 提交于 2021-01-29 02:04:27
问题 Getting an Error message: "Retrieving COM class for component CLSID" when trying to use the Abbyy Addon in G1ANT Studio. Here is the code: addon ocrabbyy version 4.101.0.0 addon core version 4.101.0.0 addon language version 4.103.0.0 chrome g1ant.com window ✱G1ANT✱ style maximize ocrabbyy.fromscreen 170⫽250⫽1500⫽800 dialog ♥result As suggested in another reply to a question with a similar issue, I tried enabling IIS in the control panel, yet It does not resolve the issue. 来源: https:/

Robot Framework - Selenium Library Import Issue on Ride (Python 3.7)

拟墨画扇 提交于 2021-01-28 13:30:10
问题 I had some troubles to install selenium library at first, after I went trough some websites, I installed the library using the command pip install -U selenium on prompt command, however, after importing the library to Ride, the name appears in red as photos below shows I looked into Lib (Ananconda3) folder to check if there was any folder related to Selenium and I found it out there, therefore, I dont understand why Ride is not importing it properly Any help will be highly appreciate (ps. I

How to read row details of a GuiTree control using GUI Script

与世无争的帅哥 提交于 2020-12-12 07:53:27
问题 I need to read a specific column value of the last row of the below Variant table in SAP. When I record the script to navigate through the rows of the table, I get below lines. I need to extract specific cell value. Manually, I can copy and paste the content of the row to note pad. But, I am unable to figure out how to read the content of the specific column or entire row. I have been trying different ways: session.findById("wnd[0]/usr/subTABSTRIP:SAPLATAB:0100/tabsTABSTRIP100/tabpTAB06/" _ &

How to read row details of a GuiTree control using GUI Script

一笑奈何 提交于 2020-12-12 07:53:22
问题 I need to read a specific column value of the last row of the below Variant table in SAP. When I record the script to navigate through the rows of the table, I get below lines. I need to extract specific cell value. Manually, I can copy and paste the content of the row to note pad. But, I am unable to figure out how to read the content of the specific column or entire row. I have been trying different ways: session.findById("wnd[0]/usr/subTABSTRIP:SAPLATAB:0100/tabsTABSTRIP100/tabpTAB06/" _ &

Unable to Invoke Inserted Javascript Fragment

谁说胖子不能爱 提交于 2020-08-19 05:38:05
问题 I am attempting to insert a Javascript fragment into a webpage and then invoke it using blue prism. The purpose of this is to analyse what elements are returned from a search to determine where to go next in the overall process flow. I have tested the Javascript code on the intended website using the IE 11 developer console and it works without issue. The code is below in case it is useful. function includes(stringToCheck, CharacterToSearchFor) { var found = new Boolean(); var splitString =

How to close the child tab using Close tab activity in UIPath

青春壹個敷衍的年華 提交于 2020-05-31 22:28:14
问题 UiPath is closing the main window instead of child window. I have defined a browser variable in the attach browser activity and passed that browser variable to the Close tab activity. The main Chrome window is still getting closed. Also attached is the project xaml file https://drive.google.com/drive/folders/1ykpHvFEc7DkCI7enUAOgExWBN6KHKQo-?usp=sharing 回答1: In my opinion, It would be alot more easier, if you use send hotkey activity of UI path with "CTRL + w" to close the active tab. 来源:

How to close the child tab using Close tab activity in UIPath

戏子无情 提交于 2020-05-31 22:26:02
问题 UiPath is closing the main window instead of child window. I have defined a browser variable in the attach browser activity and passed that browser variable to the Close tab activity. The main Chrome window is still getting closed. Also attached is the project xaml file https://drive.google.com/drive/folders/1ykpHvFEc7DkCI7enUAOgExWBN6KHKQo-?usp=sharing 回答1: In my opinion, It would be alot more easier, if you use send hotkey activity of UI path with "CTRL + w" to close the active tab. 来源:

Can i find the coordinates of items on my desktop?

ぐ巨炮叔叔 提交于 2020-01-16 13:12:07
问题 There are several items on my desktop such as files and software, I want to know the coordinate of these items or just the coordinate of their centre only in the script so that I can use them later in my script. Is it possible to do that? 来源: https://stackoverflow.com/questions/59535162/can-i-find-the-coordinates-of-items-on-my-desktop

GUI application automation when no user logged in windows server 2016

廉价感情. 提交于 2020-01-16 11:31:50
问题 I am trying to automate Rumba TN3270 7.2 on windows server 2016(AWS) where my web application is also hosted. I have written the VBA script which will do the automation on Rumba. To run the script I have to open the Rumba (.WDM file). We have wrapped the all code in simple console .net app and set that in task scheduler. The task runs when we logged in but it does not run when user logged off. After 3 days found that GUI application won't run without kind of active session. Is there anyway to