IP Library Granted Patent US 10,156,958
Granted Patent B2
US 10,156,958 · App. 15/059,907 · Granted Dec 18, 2018

Software robots for programmatically controlling computer programs to perform tasks

Inventors: George Peter Nychis (Somerville, MA); Rohan Narayan Murty (Bangalore, IN)
Assignee: Soroco Private Limited
G06F3/0481G06F3/048G06F3/0482G06F3/0484G06F3/04842G06F8/38G06F9/451G06F9/45508G06F9/45512G06F9/45533G06F9/45558G06F11/36G06F11/3612G06F11/3688G06F17/30867G06F2009/4557
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 10,156,958
App. No.
15/059,907
Granted
Dec 18, 2018
Kind
B2
Abstract

A system comprising at least one hardware processor; at least one non-transitory computer-readable storage medium storing processor-executable instructions that, when executed by the at least one hardware processor, cause the at least one hardware processor to perform: generating an object hierarchy comprising a plurality of objects corresponding to active graphical user interface (GUI) elements of a first application program, the generating comprising: obtaining a hierarchical representation of the active GUI elements of the application program; generating an object for each of at least some of the active GUI elements represented in the hierarchical representation; and organizing the generated objects into the object hierarchy based on relationships among active GUI elements represented in the hierarchical representation; and controlling, using software robot computer program and the generated object hierarchy, the first application program to perform the first sub-task.

Claims (60)

1. A system, comprising:

at least one hardware processor;

at least one non-transitory computer-readable storage medium storing:

a computer program for controlling multiple application programs to perform a task comprising a first sub-task to be performed by a first application program and a second sub-task to be performed by a second application program; and

processor-executable instructions that, when executed by the at least one hardware processor, cause the at least one hardware processor to perform:

accessing the computer program;

generating an object hierarchy comprising a plurality of objects corresponding to active graphical user interface (GUI) elements of the first and second application programs, the generating comprising:

obtaining a first hierarchical representation of active GUI elements of the first application program from an operating system;

generating, based on the first hierarchical representation of active GUI elements of the first application program, a first portion of the object hierarchy corresponding to active GUI elements of the first application program, the first portion of the object hierarchy comprising a first object corresponding to a first active GUI element of the first application program;

obtaining a second hierarchical representation of active GUI elements of the second application program from a source other than the operating system;

generating, based on the second hierarchical representation of active GUI elements of the second application program, a second portion of the object hierarchy corresponding to the active GUI elements of the second application program, the second portion of the object hierarchy comprising a second object corresponding to a second active GUI element of the second application program, and

combining the first portion of the object hierarchy and the second portion of the object hierarchy;

controlling the first application program to perform the first sub-task using the computer program and the generated object hierarchy at least in part by:

accessing, in the first portion of the object hierarchy, the first object corresponding to the first active GUI element of the first application program, and

using the first object to cause, via the first active GUI element, the first application program to at least partially perform a first action in furtherance of the first sub-task; and

controlling the second application program to perform the second sub-task using the computer program and the generated object hierarchy at least in part by:

accessing, in the second portion of the object hierarchy, the second object corresponding to the second active GUI element of the second application program, and

using the second object to cause, via the second active GUI element, the second application program to at least partially perform a second action in furtherance of the second sub-task.

2. The system of claim 1 , wherein the second application program is an Internet browser program, and wherein the processor-executable instructions further cause the at least one hardware processor to:

obtain the second hierarchical representation via a Document Object Model (DOM) representation of a webpage displayed by the Internet browser program.

3. The system of claim 1 , wherein the first and second application programs are configured to execute at least in part by using different GUI application libraries.

4. The system of claim 1 , wherein accessing the first object comprises refreshing the first portion of the object hierarchy and accessing the second object comprises refreshing the second portion of the object hierarchy.

5. The system of claim 1 , wherein accessing the first object comprises refreshing the object hierarchy.

6. A system for controlling multiple application programs to perform a task comprising a first sub-task and a second sub-task, the system comprising:

at least one hardware processor;

at least one non-transitory computer-readable storage medium storing processor-executable instructions that, when executed by the at least one hardware processor, cause the at least one hardware processor to perform:

generating an object hierarchy comprising a plurality of objects corresponding to active graphical user interface (GUI) elements of a first application program and a second application program, the generating comprising:

obtaining a first hierarchical representation of active GUI elements of the first application program from an operating system;

generating, based on the first hierarchical representation of active GUI elements of the first application program, a first portion of the object hierarchy corresponding to active GUI elements of the first application program, the first portion of the object hierarchy comprising a first object corresponding to a first active GUI element of the first application program;

obtaining a second hierarchical representation of active GUI elements of the second application program from a source other than the operating system;

generating, based on the second hierarchical representation of active GUI elements of the second application program, a second portion of the object hierarchy corresponding to the active GUI elements of the second application program, the second portion of the object hierarchy comprising a second object corresponding to a second active GUI element of the second application program, and

combining the first portion and the second portion;

controlling the first application program to perform the first sub-task using the object hierarchy at least in part by:

accessing, in the first portion of the object hierarchy, the first object corresponding to the first active GUI element of the first application program, and

using the first object to cause, via the first active GUI element, the first application program to at least partially perform a first action in furtherance of the first sub-task; and

controlling the second application program to perform the second sub-task using the generated object hierarchy at least in part by:

accessing, in the second portion of the object hierarchy, the second object corresponding to the second active GUI element of the second application program, and using the second object to cause, via the second active GUI element, the second

application program to at least partially perform a second action in furtherance of the second sub-task.

7. The system of claim 6 , wherein the second application program is an Internet browser program, and wherein the processor-executable instructions further cause the at least one hardware processor to:

obtain the second hierarchical representation via a Document Object Model (DOM) representation of a webpage displayed by the Internet browser program.

8. The system of claim 6 , wherein accessing the first object comprises refreshing the object hierarchy.

9. A method for controlling multiple application programs to perform a task comprising a first sub-task and a second sub-task, the method comprising:

using at least one computer hardware processor to perform:

generating an object hierarchy comprising a plurality of objects corresponding to active graphical user interface (GUI) elements of the first and second application programs, the generating comprising:

obtaining a first hierarchical representation of active GUI elements of the first application program from an operating system;

generating, based on the first hierarchical representation of active GUI elements of the first application program, a first portion of the object hierarchy corresponding to active GUI elements of the first application program, the first portion of the object hierarchy comprising a first object corresponding to a first active GUI element of the first application program;

obtaining a second hierarchical representation of active GUI elements of the second application program from a source other than the operating system;

generating, based on the second hierarchical representation of active GUI elements of the second application program, a second portion of the object hierarchy corresponding to the active GUI elements of the second application program, the second portion of the object hierarchy comprising a second object corresponding to a second active GUI element of the second application program, and

combining the first portion of the object hierarchy and the second portion of the object hierarchy;

controlling the first application program to perform the first sub-task using the generated object hierarchy at least in part by:

accessing, in the first portion of the object hierarchy, the first object corresponding to the first active GUI element of the first application program, and

using the first object to cause, via the first active GUI element, the first application program to at least partially perform a first action in furtherance of the first sub-task; and

controlling the second application program to perform the second sub-task using the generated object hierarchy at least in part by:

accessing, in the second portion of the object hierarchy, the second object corresponding to the second active GUI element of the second application program, and

using the second object to cause, via the second active GUI element, the second application program to at least partially perform a second action in furtherance of the second sub-task.

10. The method of claim 9 , wherein accessing the first object comprises refreshing the object hierarchy.

11. The method of claim 9 , wherein accessing the first object comprises refreshing the first portion of the object hierarchy and accessing the second object comprises refreshing the second portion of the object hierarchy.

12. The method of claim 9 , wherein the second application program is an Internet browser program, and obtaining a second hierarchical representation comprises:

obtaining the second hierarchical representation via a Document Object Model (DOM) representation of a webpage displayed by the Internet browser program.

13. The method of claim 9 , wherein the first and second application programs are configured to execute at least in part by using different GUI application libraries.

Assignments (6)
CORRECTIVE ASSIGNMENT TO CORRECT THE ASSIGNEE NAME PREVIOUSLY RECORDED AT REEL: 040361 FRAME: 0214. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT . Recorded Mar 25, 2022
From: SOFTWARE ROBOTICS CORPORATION
To: SOROCO PRIVATE LIMITED
Reel/Frame 059510/0573 →
CORRECTIVE ASSIGNMENT TO CORRECT THE ASSIGNEE NAME PREVIOUSLY RECORDED AT REEL: 040361 FRAME: 0234. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT . Recorded Nov 23, 2021
From: MURTY, ROHAN NARAYAN
To: SOROCO PRIVATE LIMITED
Reel/Frame 060366/0335 →
CHANGE OF NAME Recorded Aug 30, 2017
From: SOFTWARE ROBOTICS CORPORATION LIMITED
To: SOROCO PRIVATE LIMITED
Reel/Frame 043446/0577 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Nov 17, 2016
From: NYCHIS, GEORGE PETER
To: SOFTWARE ROBOTICS CORPORATION
Reel/Frame 040361/0182 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Nov 17, 2016
From: SOFTWARE ROBOTICS CORPORATION
To: SOFTWARE ROBOTICS CORPORATION LIMITED
Reel/Frame 040361/0214 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Nov 17, 2016
From: MURTY, ROHAN NARAYAN
To: SOFTWARE ROBOTICS CORPORATION LIMITED
Reel/Frame 040361/0234 →
Continuity (3)
Provisional Application 62155227 · Apr 30, 2015
Provisional Application 62127795 · Mar 3, 2015
Related Publication 20160259655A1 · Sep 8, 2016