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

US9753703B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-9753703-B2
Application numberUS-201514606855-A
CountryUS
Kind codeB2
Filing dateJan 27, 2015
Priority dateFeb 4, 2014
Publication dateSep 5, 2017
Grant dateSep 5, 2017

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

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.

First claim

Opening claim text (preview).

What is claimed is: 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 th

Assignees

Inventors

Classifications

  • in which an application is distributed across nodes in the network (software deployment G06F8/60; multiprogramming arrangements G06F9/46) · CPC title

  • based on web technology, e.g. hypertext transfer protocol [HTTP] · CPC title

  • Computers, e.g. programming · CPC title

  • Simulators for teaching or training purposes (for the use of weapons F41; computing aspects G06; {protocols for games, networked simulations or virtual reality H04L67/131}) · CPC title

  • Electrically-operated educational appliances (working with questions and answers G09B7/00; simulators G09B9/00; advertising or displaying in general G09F) · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US9753703B2 cover?
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 …
Who is the assignee on this patent?
Salesforce Com Inc
What technology area does this patent fall under?
Primary CPC classification G06F8/38. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Sep 05 2017 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 2 related publications on this page (citations in our corpus or others sharing the same primary CPC).