g1ant

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:/

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

How to fix G1ANT imap not retrieving any emails?

有些话、适合烂在心里 提交于 2020-01-03 03:13:05
问题 I'm trying to get this G1ANT robot to retrieve unread emails from a test email ID, however the retrieved list ♥list has a count of zero even when there are two unread emails. How do I get around this? No error messages are displayed as well. I tried using imap.getemails instead of mail.imap command also, yet it returns the same results. Here is the code for that line: mail.imap imap.getmails host imap.gmail.com port 993 login ♥login password ♥password onlyunreadmessages true sincedate ♥date

The 'image.find' command of Images Addon is not working properly

自闭症网瘾萝莉.ら 提交于 2019-12-25 18:04:24
问题 I am using this code which is supposed to download and open an image on my screen and then the G1ant software is supposed to search if the image popped up on my screen or not. Problem is the image did pop up but the program outputs 'The image was not found in the search area'. How can I fix this? My code is- ♥image = ♥environment⟦USERPROFILE⟧\Desktop\image.png file.download https://jeremykun.files.wordpress.com/2012/01/img49.png filename ♥image program ♥image image.find ♥image result ♥point

The 'image.find' command of Images Addon is not working properly

ε祈祈猫儿з 提交于 2019-12-25 18:04:09
问题 I am using this code which is supposed to download and open an image on my screen and then the G1ant software is supposed to search if the image popped up on my screen or not. Problem is the image did pop up but the program outputs 'The image was not found in the search area'. How can I fix this? My code is- ♥image = ♥environment⟦USERPROFILE⟧\Desktop\image.png file.download https://jeremykun.files.wordpress.com/2012/01/img49.png filename ♥image program ♥image image.find ♥image result ♥point