Skip to main content

Posts

G1ANT Add-on - Python

About Python Add-on Python is an interpreted, high-level, general-purpose programming la nguage. With the help of python add-on we can use the features of python language in G1ANT.  How to install Python Add-on ? In order to install the Python Add-on follow the steps : Open G1ANT.robot Go to Tools Then go to Marketplace Select the python add-on Click on install button How to use ? Python add-on might be in development stage so  we cant access the commands and structures of the python add-on. But there are various ways from which we can access the python through G1ANT. By using program command we can call python console and with the help of keyboard command we can enter the desired code.  Scripts written using above command are uploaded on GitHub. Click this link     
Recent posts

G1ANT Language Add-On

About Language Add-on Language Add-on is the most important as well as most useful add-on on G1ANT.robot. This add-on contains mostly structures like list, dictionary etc. We don't need to import this add-on externally, this add-on automatically imported on new script.  Language Add-on consist of various commands and structure. Commands -  1) end =  This command ends a command block started with the following commands: for , while , foreach, if , procedure, try 2) error = This command allows error handling using variables of error structure. Structure -  1)bool  =       This structure is used for variables storing the Boolean values: `true` and `false` 2)datatable =   The datatable structure stores information about array of arrays. 3)date  = The date structure stores information about the date in the following fields 4)datetime =  The datetime structure stores information about date and time in the following fields 5)html =  This structure stores values of imported HTML files 6)j

G1ANT Watson Add-On

What is Watson  ? Watson is a question-answering computer system capable of answering questions posed in natural language, developed in IBM's DeepQA project by a research team led by principal investigator David Ferrucci. Watson was named after IBM's founder and first CEO, industrialist Thomas J. Watson. What you can do with Watson on G1ANT ? We can do image classification and speech to text conversion with the help of Watson on G1ANT. In order to use Watson  follow the steps:  1) We have to create  account on IBM cloud. 2) Click on Catalog and select the Visual Recognition  and Speech to Text   3) Click on create then open the services and select the required service click on create credentials. 4) Copy the API Key and paste in the G1ANT script in order to use them.  There are two Watson commands available in G1ANT   1)  watson.classifyimage :  This command classifies a specified image. Class scores range from 0 - 1, where a higher score indicates greater likelihood of the

G1ANT Add-On Selenium and UI

SELENIUM ADD-ON What is Selenium Add-on ? With the help of this add-on  we can access internet applications like Chrome and Firefox through G1ANT and perform various tasks/processes automatically. In order to use this add-on one should enable it from Addons window. Commands of Selenium Add-on  1) selenium.alertaction = Waits for an alert and performs a specified action  2) selenium.activatetab = This command activates a browser tab specified by a part of its title or URL address  3) selenium.callfunction = This command calls a function on a specified element  4) selenium.click = This command clicks a specified element on an active web page  5) selenium.close = This command closes a web browser  6) selenium.closetab = This command closes the current tab in the current browser  7) selenium.getattribute = This command gets a specified attribute of a specified element  8) selenium.gethtml = This command gets full Html of a web page  9) selenium.gettable = This command get

G1ANT OCR Google Addon and OCR Tesseract Addon

What is OCR ? Optical character recognition or optical character reader is the electronic or mechanical conversion of images of typed, handwritten or printed text into machine-encoded text, whether from a scanned document, a photo of a document, a scene-photo or from subtitle text superimposed on an image. OCR Google Add-on This add-on helps to use OCR technique via G1ANT. robot. This add-on helps to recognize text from images/screen on google.com. This add-on comprises of various commands like  ocrgoogle.find ocrgoogle.fromscreen ocrgoogle.login To use this command one should activate his/her google developer account and generate a API key or JSON file. A credit /debit card is must to activate the account, either you choose free trail or paid subscription credit/debit card is needed. OCR  Tesseract Add-on This add-on helps to use OCR technique via G1ANT.robot also. This add-on helps to recognize text from images/screen on windows applications like notepad, internet explorer. This ad

G1ANT - Robotic Process Automation

  About G1ANT G1ANT, the new-level RPA platform for enterprise and large-scale uses! It combines advanced extensibility, high performance, and world-class support to offer you a rock-solid base for business automation. Build highly efficient and automated end-to-end business processes.   G1ANT is open-source, with all of its code audited and deemed appropriate even for high-risk data (banking, insurance, military, health). We are featuring an innovative automation language, fantastic documentation, and support for every single desktop or web applications. Features  Web Automation : Supporting web testing, and data extraction across all major browsers (Chrome, Safari, Firefox, IE, and Edge) Desktop Apps : Automate any mouse, keyboard, and window elements. Custom Apps : Use OCR to find elements and clipboard to capture data. Mobile Apps : Control and monitor Android devices with ease! Integrates Well : G1ANT works with your existing stack: SalesForce, Sage, ERP, SAP, JIRA, Office etc. Cl