IP Library Granted Patent US 10,642,442
Granted Patent B2
US 10,642,442 · App. 16/150,743 · Granted May 5, 2020

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/44G06F9/4488G06F9/451G06F9/455G06F9/45508G06F9/45512G06F9/45533G06F9/45558G06F11/0706G06F11/0766G06F11/32G06F11/36G06F11/3612G06F11/3688G06F16/9535G06F11/3409G06F11/3438G06F11/3466G06F11/3476G06F2009/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,642,442
App. No.
16/150,743
Granted
May 5, 2020
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 (59)

1. 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 at least in part by:

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

generating, based on the first 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 representation of active GUI elements of the second application program from a source other than the operating system, and

generating, based on the second 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;

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

using the first object corresponding to the first active GUI element of the first application program 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 object hierarchy at least in part by:

using the second object corresponding to the second active GUI element of the second application program 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 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:

controlling the first application program to perform the first sub-task further comprises 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

controlling the second application program to perform the second sub-task further comprises accessing, in the second portion of the object hierarchy, the second object corresponding to the second active GUI element of the second application program.

5. The system of claim 4 , 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.

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

7. The system of claim 4 , wherein accessing the second object comprises refreshing the object hierarchy.

8. 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 at least in part by:

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

generating, based on the first 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 representation of active GUI elements of the second application program from a source other than the operating system, and

generating, based on the second 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;

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

using the first object corresponding to the first active GUI element of the first application program 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 object hierarchy at least in part by:

using the second object corresponding to the second active GUI element of the second application program 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.

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

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

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

11. The method of claim 8 , wherein:

controlling the first application program to perform the first sub-task further comprises 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

controlling the second application program to perform the second sub-task further comprises accessing, in the second portion of the object hierarchy, the second object corresponding to the second active GUI element of the second application program.

12. The method of claim 11 , 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.

13. The method of claim 11 , wherein accessing the first object comprises refreshing the object hierarchy.

14. The method of claim 11 , wherein accessing the second object comprises refreshing the object hierarchy.

15. A non-transitory computer-readable storage medium storing processor-executable instructions that, when executed by at least one hardware processor, cause the at least one hardware processor to perform a method for controlling multiple application programs to perform a task comprising a first sub-task and a second sub-task, the method comprising:

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

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

generating, based on the first 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 representation of active GUI elements of the second application program from a source other than the operating system, and

generating, based on the second 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;

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

using the first object corresponding to the first active GUI element of the first application program 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 object hierarchy at least in part by:

using the second object corresponding to the second active GUI element of the second application program 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.

16. The non-transitory computer-readable storage medium of claim 15 , wherein the second application program is an Internet browser program, and obtaining a second representation comprises:

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

17. The non-transitory computer-readable storage medium of claim 15 , wherein the first and second application programs are configured to execute at least in part by using different GUI application libraries.

18. The non-transitory computer-readable storage medium of claim 15 , wherein:

controlling the first application program to perform the first sub-task further comprises 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

controlling the second application program to perform the second sub-task further comprises accessing, in the second portion of the object hierarchy, the second object corresponding to the second active GUI element of the second application program.

19. The non-transitory computer-readable storage medium of claim 18 , 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.

20. The non-transitory computer-readable storage medium of claim 18 , wherein accessing the first object comprises refreshing the object hierarchy.

Assignments (6)
CORRECTIVE ASSIGNMENT TO CORRECT THE ASSIGNEE LISTED ON THE ASSIGNMENT PREVIOUSLY RECORDED AT REEL: 047494 FRAME: 0557. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT. Recorded Sep 20, 2022
From: MURTY, ROHAN NARAYAN
To: SOROCO PRIVATE LIMITED
Reel/Frame 061495/0132 →
CORRECTIVE ASSIGNMENT TO CORRECT THE THE ASSIGNEE'S NAME PREVIOUSLY RECORDED AT REEL: 04749 FRAME: 0058. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT. Recorded Nov 23, 2021
From: SOFTWARE ROBOTICS CORPORATION
To: SOROCO PRIVATE LIMITED
Reel/Frame 059660/0742 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Nov 14, 2018
From: NYCHIS, GEORGE PETER
To: SOFTWARE ROBOTICS CORPORATION
Reel/Frame 047494/0035 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Nov 14, 2018
From: SOFTWARE ROBOTICS CORPORATION
To: SOFTWARE ROBOTICS CORPORATION LIMITED
Reel/Frame 047494/0058 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Nov 14, 2018
From: MURTY, ROHAN NARAYAN
To: SOFTWARE ROBOTICS CORPORATION LIMITED
Reel/Frame 047494/0557 →
CHANGE OF NAME Recorded Nov 14, 2018
From: SOFTWARE ROBOTICS CORPORATION LIMITED
To: SOROCO PRIVATE LIMITED
Reel/Frame 047494/0644 →
Continuity (4)
Continuation 15059907 · Mar 3, 2016
Provisional Application 62155227 · Apr 30, 2015
Provisional Application 62127795 · Mar 3, 2015
Related Publication 20190034041A1 · Jan 31, 2019