Questions tagged [g1ant]

G1ANT.Studio is a software that can work exactly with the same way as office employees; humans working on their computers. Our robot interacts with the user interface of a computer system exactly as a human. G1ANT.Studio lets you create a robot to help and automate any repetitive tasks. Once deployed, your robot will do all the work for you.

84 questions
0
votes
1 answer

G1ANT Studio Watson Addon

The watson.classifyimage command is not working in the watson addon. Reason seems to be an incorrect api key. The error message displays connection error. Anyone else facing a similar issue?
0
votes
1 answer

Ui Addon shows some error when I run it on G1ANT RPA Studio

I have used the Ui addon and it shows this error, please have look and see what I should do make it correct. This link has error that has occurred when I executed some program using the Ui addon. https://i.stack.imgur.com/IJ8EH.png Thank You
0
votes
1 answer

OCRGoogle API Key not successful

I have created an API key for the Google Cloud Vision, but it is still asking for the same. I have attached a link to this post, this link consists of the error message that I have got after I ran the G1ANT Program and the credential details of my…
0
votes
1 answer

Why is addon ocrtesserac not available in my g1ant software?

enter image description here I am unable to use octetesserac addon. It is not available in my software, where do I find it?
0
votes
1 answer

Google OCR Addon G1ANT Studio

While using the google OCR addon in the G1ANT Studio, I fount that even after entering appropriate API Key or JSON Credentials, I was unable to log into my google cloud service account and it kept giving me an error saying that the entered…
0
votes
1 answer

Why does my G1ANT software do not contain addon ocrtesseract in its addons list?

My software do not have addon ocrtesseract in its addon list even if I try to add it manually its shows me an error which I have attached list of addons present Error displayed
0
votes
0 answers

why error is occuring while using ocrabbyy addon in g1ant?

enter image description here This dialog box is getting displayed and I am unable to run the program.
0
votes
1 answer

Why I am repeatedly getting this error whenever I try to use ie.attach command?

Error picture I even tried while keeping Internet Explorer running in the background
0
votes
1 answer

G1ANT Studio Advance Course Lesson 8 Error

Error Image occuring in advance course Lesson 8: Code used is program mtsc ♥rdc = /ui[@name='Remote Desktop Connection'] waitfor.ui ‴♥rdc/ui[@id='5017']/ui[@name='Show Options ']‴ ui.click ‴♥rdc/ui[@id='5017']/ui[@name='Show Options ']‴ ui.settext…
0
votes
1 answer

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

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?
0
votes
1 answer

How to find any "txt" file at particular location in system?

I have a robot to find a file of the given name at a particular location in a system but now I want to find all the text files at that particular location. I have tried to use "*.txt", but it didn't worked out. Is there a way to do that?…
0
votes
0 answers

Can software's icon be read by commands of addon image?

There are some softwares installed in my system such as MATLAB, CATIA, etc. and there is their desktop shortcut too. Is it possible to find the coordinates of these shortcuts using their software icon with the help of image addon?
0
votes
1 answer

How i can program a robot to ask for confirmation before saving the image or document?

I am already having an image on my desktop with the name ABC.png and using robot I am downloading another image from the web and saving it on my Desktop but before image would have been saved I want the robot to ask "Do you want to replace the…
0
votes
1 answer

Where does image.expected command search image?

I have downloaded some image from the web and later I am opening that particular image using my robot but when I use image.expected command it gives false always doesn't matter whether I am searching on an absolute window or relative window. In…
0
votes
1 answer

Are addon core and language part of addon recording?

I had recorded some of the actions in the system to a robot which includes some commands such as "mouse.click" and "keyboard", which comes under "addon core" but even when I ran that robot without including "addon core" to my robot it works…