Mouse. Mouse Action Location. Image Location

Similar documents
How to Use RPA Recorder

Review other manuals that may assist you in navigating and using the Kettering CAFM website. Follow these steps to retrieve the user guides:

OnCOR Silverlight Viewer Guide

Creating a Presentation

User Manual Version 1.1 January 2015

How to make a power point presentation. Dr. Mohamed F. Foda

SAPPHIRE Viewer: The Collaboration Tool

NetDoc AD is a tool for the semi-automatic documentation of Active Directory Directory services based on Microsoft Visio.

File Storage & Windows Tips

SERVICE MANU SER VICE MANU

Introduction to XDisp Qt The New HKL-2000 and HKL-3000 Diffraction Image Display

Web Viewer Guide. HiPER LOOK Version Copyright 2016 PIXIA Corp. All Rights Reserved.

WEEK NO. 12 MICROSOFT EXCEL 2007

Press the Plus + key to zoom in. Press the Minus - key to zoom out. Scroll the mouse wheel away from you to zoom in; towards you to zoom out.

Introduction. Table Basics. Access 2010 Working with Tables. Video: Working with Tables in Access To Open an Existing Table: Page 1

Website address: hrapacs.com. Logging in. The home page. Page 2 of 7. Click on the check box to save your login info. List of Studies done

Lesson 4 Page Styles

GIMP WEB 2.0 ICONS. GIMP is all about IT (Images and Text) OPEN GIMP

Status Bar: Right click on the Status Bar to add or remove features.

1 Ctrl + X Cut the selected item. 2 Ctrl + C (or Ctrl + Insert) Copy the selected item. 3 Ctrl + V (or Shift + Insert) Paste the selected item

Intermediate Microsoft Word 2010

User manual. SmartPSS. Manual includes

DiBos/DiBos Micro. Operation Manual

SketchUp Tool Basics

Vizit Essential for SharePoint 2013 Version 6.x User Manual

Getting Started with Crazy Talk 6

1. Move your mouse to the location you wish text to appear in the document. 2. Click the mouse. The insertion point appears.

DiBos/DiBos Micro. Operation Manual

Bosch Recording Station. Operating Manual

SketchUp Starting Up The first thing you must do is select a template.

Google Earth. Tutorials. Tutorial 2: Annotating Google Earth

DW DIGs Model Windows Tricks

The OCR Action can be used for recognition of images that contains the Latin and numeric characters only.

How to use the Acrobat interface and basic navigation

Center for Faculty Development and Support Creating Powerful and Accessible Presentation

OpenForms360 Validation User Guide Notable Solutions Inc.

Overview of Adobe InDesign CS4 workspace

HOW TO USE THE CONTENT MANAGEMENT SYSTEM (CMS) TABLE OF CONTENTS

Blender: Introduction, Modelling and Exporting

Anatomy of a Window (Windows 7, Office 2010)

Oskari UX Guide Cybercom Finland Oy

User Guide. General Navigation

PowerPoint Tips and Tricks

Fall Leaves Andrea Mattina

Working with Prime Network Vision Maps

2 SELECTING AND ALIGNING

Contents... 1 Installation... 3

Recipes4Success. Draw and Animate a Rocket Ship. Frames 5 - Drawing Tools

Software User s Manual

IMAGE STUDIO LITE. Tutorial Guide Featuring Image Studio Analysis Software Version 3.1

Quick XPath Guide. Introduction. What is XPath? Nodes

Power Point 2000 Level 1

VisualPST 2.4. Visual object report editor for PowerSchool. Copyright Park Bench Software, LLC All Rights Reserved

Digital City: Introduction to 3D modeling

GIMP WEB 2.0 BUTTONS

Using Adobe Photoshop

Frequently Asked Questions (FAQ) ONEOK Interstate Interactive Pipeline System Maps (IIPSM)

of numbers, converting into strings, of objects creating, sorting, scrolling images using, sorting, elements of object

Overview of Adobe Fireworks

Photoshop Fundamentals

Navigating the ArcGIS Application Welcome to WebMap HELP

ISV Map Site Tools. 21 March 2012 Page 1 of 5

PROFILE DESIGN TUTORIAL KIT

Using Online Help. About the built-in help features Using Help Using the How To window Using other assistance features

PowerScheduler Course Tally Worksheet instructions.

Tutorial: Options Menu Layout

Using Help Contents Index Back 1

How to set up a local root folder and site structure

SeeMeCNC Guides. Setting Up Cura 2.6.2

Adding Text and Images. IMCOM Enterprise Web CMS Tutorial 1 Version 2

COMSC-031 Web Site Development- Part 2

Numbers Basics Website:

Full Search Map Tab. This map is the result of selecting the Map tab within Full Search.

Chapter 6 Formatting Graphic Objects

MS Word Basics. Groups within Tabs

Product Enhancements May 2011

Overview of Adobe Fireworks CS6

Using TeraRecon intuition Viewer with STAT Quick Reference Guide

Developing Interactive Lectures with PowerPoint 2007

Evoq 9 Content Managers Training Manual

Topology CHAPTER. From the hierarchy pane, choose Show Topology, as shown in Figure 12-32, Figure 12-35, or Figure

RESEARCH DATABASE. When you come to the Marine Mammal Research Database, you will see a window like the one below.

Getting the most out of Microsoft Edge

The walkthrough is available at /

PWC County Mapper XM User Instruction (AS OF 12/03/2009)

Microsoft Excel 2010 Basic

Bombardier Business Aircraft Customer Services. Technical Publications. SmartPubs Viewer 3.0 User Guide. Updated January 2013 [2013]

New HTML Client book icon

Section 2. Slides. By the end of this Section you should be able to:

Get to Know the VideoStudio Workspace

Release Notes ClearSQL (build 181)

2016 TRTA Content Managers Resource Guide How to update and edit your local unit website. Roy Varney, TRTA Multimedia Specialist

Introduction to Word 2010

Getting Started Guide

Microsoft. An Introduction

Vol. 1 Introduction. OMS-100 User Manual. Publishing version: V2.2. Publishing version: V2.2 1

This lesson introduces Blender, covering the tools and concepts necessary to set up a minimal scene in virtual 3D space.

Lesson 8: Presentation Enhancements Microsoft PowerPoint 2016

Welcome to noiselab Express 1.0

How to create self-grading multiple-choice tests with Google Docs

Transcription:

Mouse The Mouse action group is intended for interacting with user interface using mouse (move, click, drag, scroll). All the Mouse actions are automatically recorded when you manipulate your mouse during recording process. You can add the Mouse Click, Move, Drag, or Scroll actions manually when editing a recording by dragging it from the Actions Library to the Actions Flow. Actions Library Action Description Mouse Action Location Image Location Coordinates Location Mouse Actions Mouse Click Mouse Click by XPath Mouse Move Mouse Drag Mouse Scroll Mouse Action Location Every mouse action needs a specific location place on computer screen where the action is applied to. Currently, the RPA Recorder supports 3 types of action locations: image a graphical image of a user interface element (button, input field, link, etc.) which bot will try to find and click (hover, drag, scroll) while script execution. See Editing Images coordinates X and Y coordinates of a point from the top-left screen corner. XPath an element in an XML or HTML document, which is selected using XPath expressions.the action location is the most reliable one, as it depends on the web document (page) structure, but not from the color scheme or location on a screen that may vary from one machine to another. Image Location By default, robot clicks (hovers, scrolls, drags) directly into the center of the captured image. You can set the crosshair to a custom place by clicking the image.

A pop-up dialog with 100% zoom on image is shown where you have an option to set Offset: click on the image crosshair will be moved to this position OR edit the Offset X and Offset Y fields Anchor: drag the rectangle area (anchor) by its borders OR edit the Left, Top, Right, Bottom fields Purpose of Anchor and Crosshair When executing a script, robot: 1. 2. 3. Useful Tips: In currently open window, searches for an area that looks practically the same as the Anchor area. If this area is found, robot performs action at the Crosshair position (determined by Offset parameter). if this area is not found, an error occurs and the execution stops. The image in the Anchor area should contain static info (input label, icon, heading, table column name) that will not be changed if new data is displayed. Robot will NOT search for image that is outside the Anchor area (grayed-out part). Crosshair can be placed inside or outside of the Anchor area, depending on where the action is applied.

Coordinates Location Clicking on coordinates is not a stable solution, because it requires the same window size, screen resolution and content layout for each bot launch. To make bot click on screen coordinates: 1. 2. select the On coordinates option enter the X and Y coordinates of action point (from the top-left screen corner) Mouse Actions Mouse Click This action represents a mouse click on a given image, XPath or coordinates and supports different number of clicks and buttons: Mouse button: left right middle (wheel) Number of clicks: single double triple hold down release

Mouse Click by XPath Attention You can use the Mouse Click by XPath action only with the Open Website action. 1. Add Click Mouse to Open Website, and select the Click on web element (XPath) option:

2. 3. 4. Choose the mouse button to be used (left or right) and the type of the click (single or double). Enter your XPath in the respective field. For more details see the How to get XPath section. Search in iframe(s) use the option, if the element you need to click on is located in an iframe (or iframes) as shown on the image below: Note The iframe containing the web element can be enclosed in another iframe. In this case you should define each iframe separately. For this purpose click Add and define the iframe, which holds the iframe with the web element. When defining the iframes you should keep the following order: a. b. The first iframe the iframe containing the web element. The second iframe the parent iframe where the previous iframe is enclosed to. If there are more enclosed iframes, you should define all of them one by one so as the root iframe is on the last place. Mouse Move This action represents a mouse move (hover) on a given image or coordinates and is recorded when user stops moving cursor for more than for 1 second.

Use case: automating dynamic menus navigation where you need to hover over an item to select its child. Mouse Drag This action represents a drag and drop operation from one point ( start) to another point ( finish) on the screen and is recorded when user performs a mouse click and moves cursor while holding the mouse button. Use case: dragging an element from one panel and dropping it to another panel, using slider controls

Click here to see demo examples... The Mouse Drag action has no specific parameters and contains the following sub-actions: Start Point place where user started to hold mouse button.

Intermediate Points place(s) where user stopped moving cursor for more than 1 second while still holding mouse button. For example, these actions are needed to drag an element to a nested list. This block can contain Mouse Move actions only. Finish Point place where user released mouse button (drop).

Mouse Scroll This action represents a vertical scroll operation from a defined point on the screen measured in lines (upwards or downwards) and is recorded when user scrolls a page using mouse wheel. Mouse Scroll has 3 properties: Image bot will search for this image, and, if found, bot will put cursor at the crosshair position and scroll a defined number of lines. Number of lines to scroll how many screen lines will be scrolled. Scroll direction up or down.