IP Library Granted Patent US 9,753,703
Granted Patent B2
US 9,753,703 · App. 14/606,855 · Granted Sep 5, 2017

Generating identifiers for user interface elements of a web page of a web application

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 9,753,703
App. No.
14/606,855
Granted
Sep 5, 2017
Kind
B2
Abstract

Disclosed are database systems, methods, and computer program products for generating identifiers for user interface elements of a web page of a web application. In some implementations, a server of a database system analyzes a copy of source code for a first web page. The first web page may comprise user interface elements capable of being generated from the source code. The server identifies one or more of the user interface elements of the first web page as not having a unique identifier or as having a dynamically generated identifier. The server generates, for each identified user interface element, a further unique identifier to be associated with the respective identified user interface element. The server generates edited source code comprising one or more further unique identifiers for the identified one or more user interface elements. The server stores the edited source code in a database of the database system.

Claims (73)

1. A system comprising:

a database system implemented using a server system, the database system configurable to cause:

analyzing, using a walkthrough authoring tool, first source code for a first web page of a first web application, the first web page comprising a plurality of user interface elements capable of being displayed at a user interface of a display device;

identifying, using the first source code, a first one of the user interface elements of the first web page as not having a static identifier or as having a dynamically generated identifier;

generating a unique identifier associated with the first user interface element;

generating second source code for the first web page, the second source code comprising the unique identifier associated with the first user interface element;

processing, using the walkthrough authoring tool, a first selection of the first user interface element;

responsive at least in part to processing the first selection, generating a first stage of a walkthrough, the first stage configurable to cause display of a second stage of the walkthrough based on a user selection of the first user interface element;

processing a request to interact with a presentation of the walkthrough;

displaying, using the second source code, the first stage of the walkthrough at the user interface of the display device; and

displaying, responsive to a user selecting the first user interface element, the second stage of the walkthrough.

2. The system of claim 1 , the database system further configurable to cause:

removing one or more dynamically generated identifiers from the first source code.

3. The system of claim 1 , wherein a second one of the user interface elements has a different state from a previous state each time the first web page is loaded.

4. The system of claim 2 , the database system further configurable to cause:

determining one or more user interface elements to be removed from the second source code; and

removing the determined one or more user interface elements from the second source code.

5. The system of claim 4 , the determined one or more user interface elements comprising advertising content.

6. The system of claim 1 , the database system further configurable to cause:

generating a first hash of the first source code; and

storing the first hash in association with the second source code in a database of the database system.

7. The system of claim 6 , the database system further configurable to cause:

processing a request to display further source code for the first web page of the first web application;

generating a second hash of the further source code;

determining that the second hash of the further source code matches the first hash of the first source code; and

updating the further source code to comprise the unique identifier of the second source code.

8. The system of claim 7 , the database system further configurable to cause:

removing dynamically generated identifiers from the further source code for the first web page;

determining further user interface elements of the further source code to be removed from the further source code; and

removing the determined further user interface elements from the further source code.

9. The system of claim 1 , wherein the first user interface element is a HyperText Markup Language (HTML) element, and the unique identifier is a class name or a class ID for the first user interface element.

10. The system of claim 1 , wherein the first source code comprises a Document Object Model (DOM) for the first web page, and the second source code for the first web page comprises an edited DOM for the first web page.

11. The system of claim 1 , the database system further configurable to cause:

processing a request to play the walkthrough; and

providing data to play the walkthrough, the data comprising the second source code for the first web page of the first web application.

12. The system of claim 1 , the database system further configurable to cause:

processing a request to display a portion of the first web page in a second web page of a second web application; and

providing for display the second web page of the second web application, the second web page comprising the second source code.

13. The system of claim 12 , the database system further configurable to cause:

applying one or more styles of the second web application to the first user interface element, the first user interface element comprising the unique identifier.

14. A method comprising:

analyzing, using a walkthrough authoring tool, a first source code for a first web page of a first web application implemented using a database system, the first web page comprising a plurality of user interface elements capable of being displayed at a user interface of a display device, the first source code stored in a database of the database system;

identifying, using the first source code, a first one of the user interface elements of the first web page as not having a static identifier or as having a dynamically generated identifier;

generating a unique identifier associated with the first user interface element;

generating second source code for the first web page, the second source code comprising the unique identifier associated with the first user interface element;

processing, using the walkthrough authoring tool, a first selection of the first user interface element;

responsive at least in part to processing the first selection, generating a first stage of a walkthrough, the first stage configurable to cause display of a second stage of the walkthrough based on a user selection of the first user interface element;

processing a request to interact with a presentation of the walkthrough;

providing, using the second source code, the first stage of the walkthrough at the user interface of the display device; and

providing, responsive to a user selecting the first user interface element, the second stage of the walkthrough.

15. The method of claim 14 , the method further comprising:

removing one or more dynamically generated identifiers from the first source code.

16. The method of claim 14 , wherein a second one of the user interface elements has a different state from a previous state each time the first web page is loaded.

17. The method of claim 14 , the method further comprising:

generating a first hash of the first source code;

storing the first hash in association with the second source code in the database of the database system

receiving a request to display further source code for the first web page of the first web application;

generating a second hash of the further source code;

determining that the second hash of the further source code matches the first hash of the first source code; and

updating the further source code to comprise the unique identifier of the second source code.

18. A computer program product comprising computer-readable program code to be executed by at least one processor when retrieved from a non-transitory computer-readable medium, the program code comprising instructions configurable to cause:

analyzing, using a walkthrough authoring tool, a first source code for a first web page of a first web application implemented using a database system, the first web page comprising a plurality of user interface elements capable of being displayed at a user interface of a display device, the first source code stored in a database of the database system;

identifying, using the first source code, a first one of the user interface elements of the first web page as not having a static identifier or as having a dynamically generated identifier;

generating a unique identifier associated with the first user interface element;

generating second source code for the first web page, the second source code comprising the unique identifier associated with the first user interface element;

processing, using the walkthrough authoring tool, a first selection of the first user interface element;

responsive at least in part to processing the first selection, generating a first stage of a walkthrough, the first stage configurable to cause display of a second stage of the walkthrough based on a user selection of the first user interface element;

processing a request to interact with a presentation of the walkthrough;

displaying, using the second source code, the first stage of the walkthrough at the user interface of the display device; and

displaying, responsive to a user selecting the first user interface element, the second stage of the walkthrough.

19. The computer program product of claim 18 , the instructions further configurable to cause:

removing one or more dynamically generated identifiers from the first source code.

20. The computer program product of claim 18 , wherein a second one of the user interface elements has a different state from a previous state each time the first web page is loaded.

Assignments (2)
CHANGE OF NAME Recorded Oct 25, 2024
From: SALESFORCE.COM, INC.
To: SALESFORCE, INC.
Reel/Frame 069268/0034 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Mar 10, 2015
From: JEMIOLO, DANIEL EVERETT
To: SALESFORCE.COM, INC.
Reel/Frame 035131/0996 →