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
2
votes
1 answer

Is it possible to create 2D array in g1ant?

I have worked on lists in g1ant but lists are 1D array, now I want to work on 2D array but I don't know how to do that it g1ant. Is there any way of doing it?
2
votes
2 answers

Custom addon not displayed in the addons menu in G1ANT studio

I am trying to create a new addon but the addon is not being displayed in the addons menu in G1ANT Studio. Even other addons installed from the marketplace are also not displayed. I am using the latest version. I have tried running G1ANT studio as…
VIGNESH N
  • 208
  • 1
  • 7
2
votes
0 answers

What are the names of the directional or navigation keys in g1ant robot?

I want to use directional keys of the keyboard to move the cursor in notepad but I don't know the conventional names of these keys. For example using the enter key I can write: keyboard ⋘enter⋙.
1
vote
0 answers

Can i find the coordinates of items on my desktop?

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?
1
vote
1 answer

How to write keywords in xpath of elements?

I am working on some robot where I need to use xpath of some particular element which has keyword "label" in its address, so whatever I am writing after keyword label its robot is taking it as argument of label. here, it's taking the "by" as…
1
vote
1 answer

'Element not visible' error when opening Chrome with G1ANT

Occasionally when G1ANT attempts to open a program (Google Chrome) it gives an error "element not visible", it does not happen often, in fact very rarely. When it does happen it's at the start of the script on the below line, the URL is a standard…
Gavin Lane
  • 37
  • 3
1
vote
1 answer

How to make the trigger in G1ANT run every 3 minutes but if its in the middle of a process then let it complete it?

I was told to use crontab expression to make my schedule trigger run every 3 minutes, however, I notice that it's not actually running every 5 minutes, what its doing is it runs a process for a period of 3 minutes and then it stops even if the…
Gavin Lane
  • 37
  • 3
1
vote
2 answers

How to automate reading files in the folder?

I have some folder on my desktop, let's call it FOLDER_X. I want to read all the names of files which are in the FOLDER_X. Is it possible to do it with G1ANT, how can I do that?
Thomas
  • 81
  • 4
1
vote
1 answer

Robot won't connect to a new connection on our SQL server to AWS

I’ve been connecting the G1ANT robot to SQL server and it works fine. However now I've created a new connection on our SQL server to AWS but it's not connecting to it. This connection string works…
Gavin Lane
  • 37
  • 3
1
vote
2 answers

How to save to different drive using feature called 'environment' in G1ANT?

There is a feature called ‘environment’ in G1ANT.Studio which allows me to save attachments to the C drive directory e.g. ♥environment⟦USERPROFILE⟧\Documents\Attachments\♥attachment⟦filename⟧ can you tell me how to save to a different drive, I…
Thomas
  • 81
  • 4
1
vote
1 answer

Use mouse and keyboard at the same time

Is it possibile to use mouse and mouse at the same time? I have to select a few row in windows program. You can make in by holding <> and mouse.click on window element.
hobibit
  • 11
  • 1
1
vote
1 answer

IMAP doesn't connect to the mailbox

I’m trying to read mails from an Exchange server for a specific g1ant account. I want to use mails to provide as attachment to g1ant files to process and instructions for processing them. But when I try to connect to the mailbox I receive this…
Salvatore
  • 15
  • 4
1
vote
0 answers

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

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…
VIGNESH N
  • 208
  • 1
  • 7
1
vote
1 answer

mouse.click command works in loop?

When I run this program, it every time works in five steps or loops between defined mouse position or you can five breaking points. I am not using any loop and between every break, it waits for 5 secs which I had defined in mousedelay. Even no…
1
vote
1 answer

Is it possible to control G1ANT software by itself using ui automation.?

Take will be recursive loop I guess, that's why I haven't tried it so far as it can harm and in worst case even can crash the system...but is there any way through which i can control G1ANT itself through G1ANT.?
1
2 3 4 5 6