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
1
vote
2 answers
How to fix G1ANT imap not retrieving any emails?
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…

VIGNESH N
- 208
- 1
- 7
1
vote
1 answer
G1ANT - disposing of unmanaged code in C# macros
I am enjoying using G1ANT's "macros" capability to call unmanaged code, but the unmanaged objects are of course not being automatically garbage collected absent code to do it.
My request is specifically for best practices in disposing of unmanaged…

burque505
- 318
- 3
- 7
1
vote
1 answer
C# event handlers in G1ANT - correct syntax needed
I am enjoying using G1ANT's ability to embed C# code in my scripts. However, I haven't been able to successfully code event handlers that work. Below is G1ANT code for a basic form with buttons and an edit box - but with no event handlers. (Note I'm…

burque505
- 318
- 3
- 7
1
vote
1 answer
G1ANT SDK installation for VS 2019
I cloned the repository at the G1ANT.Robot github page and opened G1ANT.Sdk.sln in VS Studio 2019 CE 16.1.5, Win10 Pro with latest updates. I left the default build properties as "Debug" and "AnyCPU". The following error can't be resolved, as I…

burque505
- 318
- 3
- 7
1
vote
2 answers
Is there a possibilty to run parallel scripts in G1ANT.Studio
Greetings fellow software engineers,
As the title of this post states, I was wondering if there's any possibility to run two scripts at once (any kind of multithreading) inside of G1ANT.Studio?
Thanks a lot!

MarekK
- 428
- 3
- 12
1
vote
2 answers
Is it possible to use G1ANT Studio to automate outlook?
Greetings fellow software engineers,
I've extremely new to RPA and I'm looking forward to using some of the best tools. The first task that I want to robotize/automate involves heavy use of outlook. I've seen that G1ANT gives the biggest…

MarekK
- 428
- 3
- 12
0
votes
2 answers
Selenium Driver - How to use the same new driver in different classes in C#
I need to know how we can use the same instances of a Selenium Driver in different classes? So I have created an instance of the driver in a class, using the code :
IWebDriver driver = new…

Krishna Rajule
- 1
- 2
0
votes
1 answer
Getting "selenium manager does not exist in the current context" error while writing command in Visual Studio
selenium manager does not exist in the current context, even i have also install selenium web driver packages also.But still I am facing this issue
C# Code: https://i.stack.imgur.com/8t8yx.png
0
votes
1 answer
chromedriver error - the error persists even with replacing the chromedriver executable from the said URL
It gives me this error of the chromedriver.exe does not exists after using the selenium packages. Please let me know what is the issue. I have also followed the instructions as told in the dialog box, but the issue persists! Below are some images of…

Krishna Rajule
- 1
- 2
0
votes
1 answer
Faced an Error while creating an add-on on Visual Studio using Selenium for G1ANT
I faced this error while building my solution.
Severity Code Description Project File Line Suppression State
Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download…

Rishabh
- 3
- 2
0
votes
1 answer
Command Not Found for Addon in G1ANT Studio
So I was able to create an addon using the Selenium drivers and packages. However, even after successful loading of the addon in the Studio, when I try to run my command, I am getting an error mentioning that the command was not found.
Here's the…
0
votes
1 answer
Facing Issue Creating an Addon, Visual Studio, G1ANT
I tried making an addon using the existing selenium addon codes and resources.
I was able to make an addon with just one command (for testing) to open Flipkart.
I used the selenium.open command code and edited it slightly by entering default value…
0
votes
1 answer
I cannot find my project dll in visual studio code
enter image description here
Can anyone help me find the problem here even after I am uninstalling and reinstalling G1ANT and its extension I am getting this error.Please give me a solution for this
0
votes
1 answer
Visual Studio does not have the template G1ANT.Robot Addon
The Visual Studio does not have the G1ANT.Robot Addon Template. How to install the G1ANT SDK in the Visual Studio? What should I do? and which type of Visual Studio I had to download? Community or Enterprise or Professional?? Now I have downloaded…

Krishna Rajule
- 1
- 2
0
votes
1 answer
Not able to extract my mails to my desktop using IMAP
I have been trying to extract all my emails from my gmail account and download it by addressing a path and storing it in my desktop. Even though there is smooth execution, none of my mails are getting stored in the desktop to the path that is…

Abhishek
- 11
- 2