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

What's the difference between addon recorder and recording?

I have used both addon recording and recorder, recorder basically used for UI and recording for every application in the system but both are quite the same as I can record even UI using addon recording. Is there any major difference between them?
0
votes
1 answer

How to use selenium.waitforvalue command without javascript?

I haven't work on javascript but I do want to use waitforvalue command in chrome as I have done in internet explorer. ie.waitforvalue script document.getElementsByClassName("footer").length expectedvalue 1 Is there any other format in which I can…
0
votes
1 answer

Is there anyway to hide the credential values in variables panel?

I have created the credential for my email id and password but when I use them in a robot and the value of those credentials is visible in variables panel, is there any way through which I can hide my credentials even in variables panel? In this…
0
votes
1 answer

Can figures be copied from the pdf?

using the variable clipboard in g1ant I can copy the store or copy the content of pdf but I have noticed it does not copy the images from the document. Is there any way from which I can copy the images? keyboard ⋘ALT⋙⋘DOWN⋙⋘4⋙ keyboard…
0
votes
1 answer

How to copy only specific page content of pdf to clipboard?

I had tried to copy the whole document(which is in pdf format) to notepad and word but now I want to move at some specific page of document let say 3 and I want to store the content only of that page to the clipboard. Is there any way to do…
0
votes
1 answer

Why position of mouse always take absolute position and colour at position command always return relative colour of window?

I want to take the colour of the window at some position, I had tried to use both absolute position and relative position of the mouse(when the question dialogue box pops up) and with both the arguments of colour position relative true and false but…
0
votes
1 answer

g1ant: jsonpath with method length() not implemented

I have problem to get size items of array. Function of jsonPath "length()" not implemented in g1ant, because throwing exception "Array index expected". Below is sample in g1ant script for test. addon core version 4.103.0.0 addon language version…
0
votes
1 answer

Why I am getting false if both the lists are same?

Why I am getting false if both the lists are the same? Check the code below ♥list1⟦⟧=a❚b❚c❚d ♥list2⟦⟧=a❚b❚c❚d dialog ♥list1==♥list2
Thomas
  • 81
  • 4
0
votes
1 answer

I'm trying to create an auto installer bot

I will place a fold with the installer in desktop then automate the installing process. Does the bot will also wait if the pc lags? Why do I need to submit email/license etc every time I open the app? Please create a proper installer and how to…
Thomas
  • 81
  • 4
0
votes
1 answer

How to fix the "Expected Command postfix" error?

I am trying to create an add-on with a command called "mycommand". After building it with VS 2019 Community edition and putting it in the add-on G1ANT.Robot/Add-on folder, it causes G1ANT to crash on start up or displays the error message like so:…
VIGNESH N
  • 208
  • 1
  • 7
0
votes
1 answer

Why is the Addon XLSX not working for the following code in my system?

I am trying to access two excel files that are opening using Excel Viewer but when I use the G1ANT Studio it says the files are corrupted. Code- addon xlsx version 4.101.0.0 addon core version 4.101.0.0 addon language version 4.103.0.0 xlsx.open…
0
votes
1 answer

how can i connect to imap gmail or outlook.office365.com using G1ant robot RPA

Can someone help with the below issue: I'm using the latest version of G1ANT robotic software. I've been able to successfully connect to outlook using the office addon however now I need to access emails on gmail and office 365. As a first step i'm…
serag
  • 11
  • 2
0
votes
1 answer

Split a text similar to ini file in a dictionary

I'd like to split the content of a text variable in a dictionary. The content is a sequence of rows with format key = value. Owner = name1@domain.com \r\n Validator = name2@domain.com \r\n Approver = name3@domain.com \r\n Thank you for your…
Salvatore
  • 15
  • 4
0
votes
1 answer

Why "Money" And "Float" are giving same result that is "1"?

♥float = ⟦float⟧1.00000000000000000000000000006 ♥money = ⟦money⟧1.00000000000000000000000000006 program notepad dialog ♥float dialog ♥money I am getting text as "1" in dialoge box for both the variables.
0
votes
0 answers

Why setattribute with hidden value is not hiding the logo?

I had tried both values invisible and hidden but no change is observed in the logo. Code: selenium.open chrome url duckduckgo.com delay 2 selenium.setattribute class value invisible search logo_homepage by class This is the image: