Cargando…

Learning Robotic Process Automation : Create Software robots and automate business processes with the leading RPA tool - UiPath.

Robotic Process Automation (RPA) enables automating business processes using software robots. Software robots interpret, trigger responses, and communicate with other systems just like humans do. Robotic processes and intelligent automation tools can help businesses improve the effectiveness of serv...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Tripathi, Alok Mani
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2018.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: What is Robotic Process Automation?; Scope and techniques of automation; What should be automated?; What can be automated?; Techniques of automation ; Robotic process automation; What can RPA do?; Benefits of RPA; Components of RPA; Recorder; Development studio; Extensions and plugins; Bot runner; Control center; RPA platforms; Automation Anywhere; UiPath; Blue Prism; WorkFusion; Thoughtonomy; KOFAX; About UiPath; UiPath Studio; UiPath Robot; UiPath Orchestrator.
  • The future of automationSummary; Chapter 2: Record and Play; UiPath stack; UiPath Studio; UiPath Robot; Types of Robots; UiPath Orchestrator; Downloading and installing UiPath Studio; Learning UiPath Studio; Projects; The user interface; The Ribbon; The Quick Access Toolbar; Designer panel; Properties panel; Activities panel; Project panel; Outline panel; Output panel; Library panel; Variable panel; Argument; Task recorder; Advanced UI interactions; Input methods; Output methods; Step-by-step examples using the recorder; Emptying trash in Gmail; Emptying Recycle Bin; Summary.
  • Chapter 3: Sequence, Flowchart, and Control FlowSequencing the workflow ; What is a Sequence?; Activities ; Using activities with workflows; What Flowcharts are and when to use them; Control flow, various types of loops, and decision making; The Assign activity; The Delay activity; Example; The Break activity; Example; The While activity; Example; The Do while activity; Example; The For each activity; Example; The If activity; The Switch activity; Example; Step-by-step example using Sequence and Flowchart; How to use a Sequence; How to use a Flowchart.
  • Step-by-step example using Sequence and Control flowSummary; Chapter 4: Data Manipulation; Variables and scope; Collections; Arguments
  • Purpose and use; Data table usage with examples; Building a data table; Building a data table using data scraping (dynamically); Clipboard management; File operation with step-by-step example; Read cell; Write cell; Read range; Write range; Append range; CSV/Excel to data table and vice versa (with a step-by-step example); Reading an Excel file and creating a data table by using data from the Excel file.
  • Creating a data table and then writing all its data to an Excel fileSummary; Chapter 5: Taking Control of the Controls; Finding and attaching windows; Implementing the Attach Window activity; Finding the control; Anchor base; Element Exists; Element scope; Find children; Find element; Find relative element; Get ancestor; Indicate on screen; Techniques for waiting for a control; Wait Element Vanish; Wait Image Vanish; Wait attribute; Act on controls
  • mouse and keyboard activities; Mouse activities; The Click activity; The Double-click activity; The Hover activity; Keyboard activities.