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.
Questions tagged [g1ant]
84 questions
0
votes
1 answer
What does error "call was rejected by callee" mean?
When running the following code, an error occurs at line 4:
call was rejected by callee"
excel.open
window ✱Excel
keyboard ‴Remember, remember!‴
excel.setvalue value ‴The fifth of November‴ row 2 colindex 1
excel.setvalue value ‴The Gunpowder…

Himani Varshney
- 113
- 8
0
votes
1 answer
text.matches command not found in core addon
I tried to use text.matches command in G1ANT but it gives the error that text.matches command not found.
text.matches ‴Name: John Surname: Smith‴ regexes \wn.mE
dialog ♥result

Himani Varshney
- 113
- 8
0
votes
1 answer
What does mouse position argument signify in mouse.move command?
In this particular code if for mouse.move command I am giving argument 1100/500 it is moving toward right and if I am giving argument as 100/500 it is moving towards left doesn't matter where the target position is. Even for 500/500, it is moving…

Himani Varshney
- 113
- 8
0
votes
1 answer
color command output with argument relative true or relative false?
I am having a red desktop and I took a mouse position on it, but G1ANT has a white background in its software. When I take either relative false or relative true in this particular robot, it gives me the same output i.e. FFFFFF which is white. But…

Himani Varshney
- 113
- 8
0
votes
1 answer
Can someone explain about script variable "environment"?
what is environment variable and how does it work?
♥image = ♥environment⟦USERPROFILE⟧\Desktop\image.png

Himani Varshney
- 113
- 8
0
votes
1 answer
Why is "ie.waitforcomplete 10000" not working?
According to the syntax of ie.waitforcomplete command, it takes input in terms of milliseconds but while I was running this code, it does for 10 seconds as it should.
ie.open google.com nowait true
window ✱internet✱
ie.seturl g1ant.com…

Himani Varshney
- 113
- 8
0
votes
1 answer
How to fix "Input string was not in a correct format" error in G1ANT Studio?
I am trying to the have G1ANT Studio copy cells from on google docs sheet to another. I keep getting the "Input string was not in a correct Format" Error when trying to copy the value of the cells A1, B1 and C1 from one sheet to the other.
Here is…

VIGNESH N
- 208
- 1
- 7
0
votes
1 answer
No Choose Process option is there in trigger menu
There no option of Choose process window in the Trigger menu even I have tried ctrl+G but it shows "No Process to Run". What to do?

Himani Varshney
- 113
- 8
0
votes
1 answer
How to get Selenium drivers to work with G1ANT / Windows 7?
Here is the one-line G1ANT script (not counting Add-ons):
addon selenium version 4.101.0.0
addon core version 4.101.0.0
addon language version 4.103.0.0
selenium.open type firefox url ‴https://www.autohotkey.com‴
But it IS started, and…

burque505
- 318
- 3
- 7
0
votes
1 answer
Why is the same code in G1ANT showing different results in different iterations?
For example, let there be statements like :-
Keyboard variable1
keyboard enter
Keyboard variable2
keyboard enter
.
.
.
.
.
In such cases, in some iterations it will be correctly entered, however in some iterations the two keyboard commands will run…
0
votes
1 answer
How to fix problem with recorder in G1ANT
I'm trying to use recorder to record action in google chrome. Actually I see an error message. How to fix it?

marcin kuszner
- 11
- 1
0
votes
1 answer
Cannot click on specified element on UI-Windows Tree using G1ANT Robot
I'm trying to use UI addon command-click. After looking for an element in windows tree I decided to use that tool to choose a specific button, which opens in the dialog window on my desktop application. Unfortunately, it wasn't working in the main…

D.Wilk
- 1
0
votes
2 answers
Cant't login to desktop application on Remote Desktop Connetion using G1ANT robot
I encountered a problem with the robot's work on Remote Desktop Connetion. As I have the virtual machine window opened or minimaized, the robot works perfectly on both the web and desktop applications. When I close the Desktop Connetion window and…

wojtek84
- 1
- 1
-1
votes
2 answers
why so many errors are occuring in building the addon?
I am unable to resolve these errors and also can't understand their cause.Can anybody help?I have also refreshed dependencies, it is occuring after that too.
I uninstall and then installed g1ant from manage nutmeg package still I am facing this…

Khushi Bansal
- 1
- 1
-1
votes
1 answer
How we use G1ANT.Addon.Msoffice in real life?
How we used this format in real life and what is the benefit to used it?