CN109445654A - A kind of method that graphic interface program is filled a vacancy automatically - Google Patents

A kind of method that graphic interface program is filled a vacancy automatically Download PDF

Info

Publication number
CN109445654A
CN109445654A CN201811142877.9A CN201811142877A CN109445654A CN 109445654 A CN109445654 A CN 109445654A CN 201811142877 A CN201811142877 A CN 201811142877A CN 109445654 A CN109445654 A CN 109445654A
Authority
CN
China
Prior art keywords
forms
filled
vacancy
learning module
feature learning
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201811142877.9A
Other languages
Chinese (zh)
Other versions
CN109445654B (en
Inventor
陈超
陈超一
范渊
吴永越
郑学新
刘韬
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chengdu DBAPPSecurity Co Ltd
Original Assignee
Chengdu DBAPPSecurity Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chengdu DBAPPSecurity Co Ltd filed Critical Chengdu DBAPPSecurity Co Ltd
Priority to CN201811142877.9A priority Critical patent/CN109445654B/en
Publication of CN109445654A publication Critical patent/CN109445654A/en
Application granted granted Critical
Publication of CN109445654B publication Critical patent/CN109445654B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/04817Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance using icons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04845Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range for image manipulation, e.g. dragging, rotation, expansion or change of colour

Abstract

The invention discloses a kind of method that graphic interface program is filled a vacancy automatically, user passes through the feature of the position to be filled a vacancy of forms feature learning module cellphone destination application, and position feature is recorded on disk or network;Module is filled in from disk or network reading position feature, traverses the data that destination application forms tree searches position to be filled a vacancy, completion is filled a vacancy automatically.The present invention solves when recording many username and passwords in widely applying program, the problems such as causing password to forget, be unable to Auto-writing user name password by steal-number, Windows Remote App program in input process, increases the experience sense of user.

Description

A kind of method that graphic interface program is filled a vacancy automatically
Technical field
The present invention relates to the technical fields that program is filled a vacancy automatically, are that a kind of graphic interface program is filled out automatically specifically Empty method.
Background technique
Most of window application for user convenience, can all provide the graphic interface of simple, intuitive, make to answer User's operation is easier to program.A portion application program needs username and password first to carry out login authentication before use It just can enter detailed functions operation interface afterwards.If this kind of application program is too many, it is necessary to many username and passwords are recorded, this Sample probably will cause password and forget, by steal-number, Windows Remote App program be unable to Auto-writing in input process The problems such as username and password.
Summary of the invention
The purpose of the present invention is to provide a kind of method that graphic interface program is filled a vacancy automatically, forms feature learning modules The forms for obtaining destination application first according to the searching of forms traversal and the associated all forms of the forms, and will own Forms formed forms tree.Forms feature learning module is according to the data of position to be filled a vacancy in forms tree learning objective application program Feature, and data characteristics is stored into disk or network.Fill in the number that module obtains position to be filled a vacancy from disk or network According to, and data are filled in into wait position of filling a vacancy, complete the login of destination application.
The present invention is achieved through the following technical solutions: a kind of method that graphic interface program is filled a vacancy automatically, user pass through The data characteristics of the position to be filled a vacancy of forms feature learning module learning objective application program, and the data of position to be filled a vacancy are special Sign is recorded on disk or network;The data characteristics that module reads position to be filled a vacancy from disk or network is filled in, traversal target is answered The data of position to be filled a vacancy are searched with the forms tree of program, completion is filled a vacancy automatically.
Further, in order to preferably realize the present invention, specifically includes the following steps:
Step F1: forms feature learning module obtains the forms information where destination application;
Step F2: forms feature learning module walks find the destination application relevant forms information and formation Forms tree;
Step F3: forms feature learning module is special by the data for the position to be filled a vacancy that forms tree learns the destination application Sign;
Step F4: the data of module writes position to be filled a vacancy are filled in.
Further, in order to preferably realize the present invention, the step F1 specifically includes the following steps:
Step F11: forms feature learning module provide it is one or more can free drag and drop the target icon;
Step F12: described the target icon is dragged to position to be filled a vacancy in the forms of destination application by user in Windows On, when user unclamps the moment of left mouse button, forms feature learning module uses the GetCursorPos () of Windows offer Function obtains the position of mouse on the screen;
Step F13: forms feature learning module calls WindowFromPoint () function of Windows offer to obtain mouse Forms handle on position, further according to forms handle call Windows provide GetWindowInfo () and GetClassName () obtains forms information.
Further, in order to preferably realize the present invention, the step F2 specifically includes the following steps:
Step F21: GetParent () function that forms feature learning Module cycle calls Windows to provide obtains the forms Parent form information at different levels, until obtaining the root forms of the destination application;
Step F22: forms feature learning module using Windows provide EnumWindows () function or EnumChildWindows () function traverses all child forms for finding the root forms according to described forms to junior, until Until obtaining the last one root forms;
Step F23: root forms and all child forms are formed into forms tree.
Further, in order to preferably realize the present invention, the step F3 specifically includes the following steps:
Step F31: forms feature learning module finds burl where the forms of the destination application from the forms tree Point;
Step F32: forms feature learning module learns the data characteristics of position to be filled a vacancy in the forms of the destination application;
Step F33: the data characteristics of the position to be filled a vacancy is stored in disk or according to network journey by forms feature learning module Sequence API is stored on network server.
Further, in order to preferably realize the present invention, the step F4 specifically includes the following steps:
Step F41: module is filled in by disk and receives forms tree and the data characteristics of position to be filled a vacancy from order line, or is passed through Network program API receives forms tree and the data characteristics of position to be filled a vacancy;
Step F42: module is filled according to the forms tree got and data characteristics, the data of Auto-writing position to be filled a vacancy.
Further, in order to preferably realize the present invention, the position to be filled a vacancy includes that user name fills in frame, password is filled in Frame.
Further, in order to preferably realize the present invention, described the target icon includes user name the target icon, password positioning Icon;User name the target icon correspondence is drawn to user name and fills at frame, and password the target icon correspondence is drawn to close Code is filled at frame.
Further, in order to preferably realize the present invention, each tree node includes the ID of forms, mark in the forms tree Topic, type.
Working principle:
Forms feature learning module obtains the forms information where destination application, and traverses and find the destination application The information of relevant forms and form forms tree, forms feature learning module passes through forms tree and learns the target application journey The data characteristics of the position to be filled a vacancy of sequence, the data characteristics of position to be filled a vacancy is stored into disk or network;Fill in module from The data characteristics of position to be filled a vacancy is obtained in disk or network, and the user name filled in automatically to position to be filled a vacancy fills in frame It is filled in frame with password, completes to log in destination application.
Compared with prior art, the present invention have the following advantages that and the utility model has the advantages that
The present invention solve widely apply program in record many username and passwords when, cause password forget, input process Middle the problems such as Auto-writing user name password is unable to by steal-number, Windows Remote App program, increase the experience of user Sense.
Detailed description of the invention
Fig. 1 is forms study module workflow;
Fig. 2 is to fill in module workflow;
Fig. 3 is the target icon schematic diagram that forms study module provides;
Fig. 4 is forms tree schematic diagram.
Specific embodiment
The present invention is described in further detail below with reference to embodiment, embodiments of the present invention are not limited thereto.
Embodiment 1:
The present invention is achieved through the following technical solutions, as Figure 1-Figure 4, a kind of side that graphic interface program is filled a vacancy automatically Method, user pass through the data characteristics of the position to be filled a vacancy of forms feature learning module learning objective application program, and will be wait fill a vacancy The data characteristics of position is recorded on disk or network;It is special to fill in the data that module reads position to be filled a vacancy from disk or network Sign, the forms tree for traversing destination application search the data of position to be filled a vacancy, and completion is filled a vacancy automatically.
It should be noted that the present invention provides a kind of method that graphic interface program is filled a vacancy automatically by above-mentioned improvement, Including forms feature learning module, module is filled in, forms where the forms characteristic module is used to obtain destination application Association forms simultaneously form forms tree, then in learning objective application program forms position to be filled a vacancy data characteristics.It then will be to The data characteristics of position of filling a vacancy is stored to disk or network.
The data characteristics that module obtains position to be filled a vacancy from disk or network is filled in, data are filled into position to be filled a vacancy automatically In the frame set.
The user name that needs input when position of filling a vacancy includes logging in destination application fills in frame and password is filled in Frame, when starting destination application, the present invention by forms feature learning module and fill in module Auto-writing user name and Password brings very big convenience for user.
The other parts of the present embodiment are same as the previously described embodiments, and so it will not be repeated.
Embodiment 2:
The present embodiment advanced optimizes on the basis of the above embodiments, as Figure 1-Figure 4, specifically includes the following steps:
Step F1: forms feature learning module obtains the forms information where destination application;
Step F2: forms feature learning module walks find the destination application relevant forms information and formation Forms tree;
Step F3: forms feature learning module is special by the data for the position to be filled a vacancy that forms tree learns the destination application Sign;
Step F4: the data of module writes position to be filled a vacancy are filled in.
It should be noted that the forms feature learning module obtains destination application first by above-mentioned improvement Forms form forms tree according to the searching of forms traversal and the associated all forms of the forms, and by all forms.At this point, The forms of the destination application are also in the forms tree.
Forms feature learning module, and will according to the data characteristics of position to be filled a vacancy in forms tree learning objective application program Data characteristics is stored into disk or network.The data characteristics that module obtains position to be filled a vacancy from disk or network is filled in, and Data are filled in into wait position of filling a vacancy, the login of destination application is completed.
The other parts of the present embodiment are same as the previously described embodiments, and so it will not be repeated.
Embodiment 3:
The present embodiment advanced optimizes on the basis of the above embodiments, shown in Fig. 1-Fig. 3, the step F1 specifically include with Lower step:
Step F11: forms feature learning module provide it is one or more can free drag and drop the target icon;
Step F12: described the target icon is dragged to position to be filled a vacancy in the forms of destination application by user in Windows On, when user unclamps the moment of left mouse button, forms feature learning module uses the GetCursorPos () of Windows offer Function obtains the position of mouse on the screen;
Step F13: forms feature learning module calls WindowFromPoint () function of Windows offer to obtain mouse Forms handle on position, further according to forms handle call Windows provide GetWindowInfo () and GetClassName () obtains forms information.
It should be noted that startup form feature learning module, the specified needs of user log in first by above-mentioned improvement Destination application, forms feature learning module start the destination application.As shown in figure 3, forms feature learning module One or more is provided on the Windows page can pass through the target icon of mouse drag, the target icon packet by user Include user name the target icon, password the target icon.Described user name the target icon correspondence is drawn to destination application by user User name fill at frame, or the corresponding password for being drawn to destination application of described password the target icon is filled at frame, when User unclamps the moment of left mouse button, and forms feature learning module will use GetCursorPos () function of Windows offer Obtain the position of mouse on the screen.And the WindowFromPoint () that forms feature learning module calls Windows to provide Function obtains the forms handle on mouse position, calls Windows to provide further according to forms handle GetWindowInfo () and GetClassName () obtains forms information.
The other parts of the present embodiment are same as the previously described embodiments, and so it will not be repeated.
Embodiment 4:
The present embodiment advanced optimizes on the basis of the above embodiments, and as Figure 1-Figure 4, the step F2 is specifically included Following steps:
Step F21: GetParent () function that forms feature learning Module cycle calls Windows to provide obtains the forms Parent form information at different levels, until obtaining the root forms of the destination application;
Step F22: forms feature learning module using Windows provide EnumWindows () function or EnumChildWindows () function traverses all child forms for finding the root forms according to described forms to junior, until Until obtaining the last one root forms;
Step F23: root forms and all child forms are formed into forms tree.
It should be noted that by above-mentioned improvement, the forms for the mouse position that forms feature learning module is got The as forms of destination application, the GetParent () that then forms feature learning Module cycle calls Windows to provide Function obtains the parent form information at different levels of the forms, until obtaining the root forms of the destination application.By root forms A forms tree is formed with all child forms.
Described forms are first node in forms tree, and root forms node below is child form, and child form can be with Possess oneself node below again.Root forms and all word forms are formed into forms tree.The forms of the destination application Also in forms tree.As shown in figure 4, each tree node includes the ID, title, type of forms in forms tree;The title includes The user name of destination application password, forgets Password, automated log on, login, cancellation;The type includes label, input Frame, Password Input frame, Dynamic link library label, check box, button.
The other parts of the present embodiment are same as the previously described embodiments, and so it will not be repeated.
Embodiment 5:
The present embodiment advanced optimizes on the basis of the above embodiments, and as Figure 1-Figure 4, the step F3 is specifically included Following steps:
Step F31: forms feature learning module finds burl where the forms of the destination application from the forms tree Point;
Step F32: forms feature learning module learns the data characteristics of position to be filled a vacancy in the forms of the destination application;
Step F33: the data characteristics of the position to be filled a vacancy is stored in disk or according to network journey by forms feature learning module Sequence API is stored on network server.
It should be noted that by above-mentioned improvement, since the forms of destination application are also in forms tree, forms feature Study module can search out the tree node where the forms of the destination application by traversal forms tree, and learn the forms The data characteristics of the position to be filled a vacancy of middle destination application, i.e., the username and password of destination application fill in data spy Sign.
The data characteristics of filling in of the username and password of destination application is stored in disk by forms feature learning module Or it is stored on network server by network program API.
The other parts of the present embodiment are same as the previously described embodiments, and so it will not be repeated.
Embodiment 6:
The present embodiment advanced optimizes on the basis of the above embodiments, and as Figure 1-Figure 4, the step F4 is specifically included Following steps:
Step F41: module is filled in by disk and receives forms tree and the data characteristics of position to be filled a vacancy from order line, or is passed through Network program API receives forms tree and the data characteristics of position to be filled a vacancy;
Step F42: module is filled according to the forms tree got and data characteristics, the data of Auto-writing position to be filled a vacancy.
It should be noted that filling in module by above-mentioned improvement by disk and receiving position to be filled a vacancy from order line Forms tree and data characteristics, or receive by network program API forms tree and the characteristic of position to be filled a vacancy.Module is filled in obtain It gets after the user name for position of filling a vacancy fills in frame and password fills in the characteristic of frame, is inserted and filled in frame automatically, most Destination application is successfully logged in afterwards.
The other parts of the present embodiment are same as the previously described embodiments, and so it will not be repeated.
The above is only presently preferred embodiments of the present invention, not does limitation in any form to the present invention, it is all according to According to technical spirit any simple modification to the above embodiments of the invention, equivalent variations, protection of the invention is each fallen within Within the scope of.

Claims (9)

1. a kind of method that graphic interface program is filled a vacancy automatically, it is characterised in that: user passes through forms feature learning module The data characteristics of the position to be filled a vacancy of destination application is practised, and the data characteristics of position to be filled a vacancy is recorded in disk or network On;The data characteristics that module reads position to be filled a vacancy from disk or network is filled in, the forms tree for traversing destination application is searched The data of position to be filled a vacancy, completion are filled a vacancy automatically.
2. a kind of method that graphic interface program is filled a vacancy automatically according to claim 1, it is characterised in that: specifically include Following steps:
Step F1: forms feature learning module obtains the forms information where destination application;
Step F2: forms feature learning module walks find the destination application relevant forms information and formation Forms tree;
Step F3: forms feature learning module is special by the data for the position to be filled a vacancy that forms tree learns the destination application Sign;
Step F4: the data of module writes position to be filled a vacancy are filled in.
3. a kind of method that graphic interface program is filled a vacancy automatically according to claim 2, it is characterised in that: the step F1 specifically includes the following steps:
Step F11: forms feature learning module provide it is one or more can free drag and drop the target icon;
Step F12: described the target icon is dragged to position to be filled a vacancy in the forms of destination application by user in Windows On, when user unclamps the moment of left mouse button, forms feature learning module uses the GetCursorPos () of Windows offer Function obtains the position of mouse on the screen;
Step F13: forms feature learning module calls WindowFromPoint () function of Windows offer to obtain mouse Forms handle on position, further according to forms handle call Windows provide GetWindowInfo () and GetClassName () obtains forms information.
4. a kind of method that graphic interface program is filled a vacancy automatically according to claim 3, it is characterised in that: the step F2 specifically includes the following steps:
Step F21: GetParent () function that forms feature learning Module cycle calls Windows to provide obtains the forms Parent form information at different levels, until obtaining the root forms of the destination application;
Step F22: forms feature learning module using Windows provide EnumWindows () function or EnumChildWindows () function traverses all child forms for finding the root forms according to described forms to junior, until Until obtaining the last one root forms;
Step F23: root forms and all child forms are formed into forms tree.
5. a kind of method that graphic interface program is filled a vacancy automatically according to claim 4, it is characterised in that: the step F3 specifically includes the following steps:
Step F31: forms feature learning module finds burl where the forms of the destination application from the forms tree Point;
Step F32: forms feature learning module learns the data characteristics of position to be filled a vacancy in the forms of the destination application;
Step F33: the data characteristics of the position to be filled a vacancy is stored in disk or according to network journey by forms feature learning module Sequence API is stored on network server.
6. a kind of method that graphic interface program is filled a vacancy automatically according to claim 5, it is characterised in that: the step F4 specifically includes the following steps:
Step F41: module is filled in by disk and receives forms tree and the data characteristics of position to be filled a vacancy from order line, or is passed through Network program API receives forms tree and the data characteristics of position to be filled a vacancy;
Step F42: module is filled according to the forms tree got and data characteristics, the data of Auto-writing position to be filled a vacancy.
7. a kind of method that graphic interface program is filled a vacancy automatically according to claim 6, it is characterised in that: described wait fill out Empty position includes that user name fills in frame, password fills in frame.
8. a kind of method that graphic interface program is filled a vacancy automatically according to claim 3-7, it is characterised in that: described fixed Bitmap mark includes user name the target icon, password the target icon;User name the target icon correspondence is drawn to user name and fills in At frame, password the target icon correspondence is drawn to password and fills at frame.
9. a kind of method that graphic interface program is filled a vacancy automatically according to claim 8, it is characterised in that: the forms Each tree node includes the ID, title, type of forms in tree.
CN201811142877.9A 2018-09-28 2018-09-28 Method for automatically filling gaps in graphical interface program Active CN109445654B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811142877.9A CN109445654B (en) 2018-09-28 2018-09-28 Method for automatically filling gaps in graphical interface program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811142877.9A CN109445654B (en) 2018-09-28 2018-09-28 Method for automatically filling gaps in graphical interface program

Publications (2)

Publication Number Publication Date
CN109445654A true CN109445654A (en) 2019-03-08
CN109445654B CN109445654B (en) 2022-02-08

Family

ID=65544653

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811142877.9A Active CN109445654B (en) 2018-09-28 2018-09-28 Method for automatically filling gaps in graphical interface program

Country Status (1)

Country Link
CN (1) CN109445654B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111882062A (en) * 2020-07-24 2020-11-03 哈尔滨工业大学(威海) Windows window application self-learning intelligent robot based on reinforcement learning and working method thereof

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5923328A (en) * 1996-08-07 1999-07-13 Microsoft Corporation Method and system for displaying a hierarchical sub-tree by selection of a user interface element in a sub-tree bar control
US20030025737A1 (en) * 2001-08-02 2003-02-06 Breinberg Steven Adam System and method for automatic and dynamic layout of resizable dialog type windows
CN101853157A (en) * 2010-05-14 2010-10-06 中国科学院软件研究所 Automatic identification method for application software GUI object
CN103414824A (en) * 2013-08-14 2013-11-27 惠州Tcl移动通信有限公司 Automatic login processing method and system based on mobile terminal
CN104063488A (en) * 2014-07-07 2014-09-24 成都安恒信息技术有限公司 Semi-automatic learning type form feature extraction method
CN104199594A (en) * 2014-09-28 2014-12-10 厦门幻世网络科技有限公司 Target position positioning method and device based on touch screen
US20170017381A1 (en) * 2015-07-13 2017-01-19 Microsoft Technology Licensing, Llc Interacting with Nonconforming Applications in a Windowing Environment
CN106534200A (en) * 2016-12-26 2017-03-22 维沃移动通信有限公司 Identity authentication method and mobile terminal
US20170286071A1 (en) * 2014-12-15 2017-10-05 Kirsten Ingmar Heiss System and method for software development using graphical tree structures

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5923328A (en) * 1996-08-07 1999-07-13 Microsoft Corporation Method and system for displaying a hierarchical sub-tree by selection of a user interface element in a sub-tree bar control
US20030025737A1 (en) * 2001-08-02 2003-02-06 Breinberg Steven Adam System and method for automatic and dynamic layout of resizable dialog type windows
CN101853157A (en) * 2010-05-14 2010-10-06 中国科学院软件研究所 Automatic identification method for application software GUI object
CN103414824A (en) * 2013-08-14 2013-11-27 惠州Tcl移动通信有限公司 Automatic login processing method and system based on mobile terminal
CN104063488A (en) * 2014-07-07 2014-09-24 成都安恒信息技术有限公司 Semi-automatic learning type form feature extraction method
CN104199594A (en) * 2014-09-28 2014-12-10 厦门幻世网络科技有限公司 Target position positioning method and device based on touch screen
US20170286071A1 (en) * 2014-12-15 2017-10-05 Kirsten Ingmar Heiss System and method for software development using graphical tree structures
US20170017381A1 (en) * 2015-07-13 2017-01-19 Microsoft Technology Licensing, Llc Interacting with Nonconforming Applications in a Windowing Environment
CN106534200A (en) * 2016-12-26 2017-03-22 维沃移动通信有限公司 Identity authentication method and mobile terminal

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111882062A (en) * 2020-07-24 2020-11-03 哈尔滨工业大学(威海) Windows window application self-learning intelligent robot based on reinforcement learning and working method thereof
CN111882062B (en) * 2020-07-24 2023-12-01 哈尔滨工业大学(威海) Reinforced learning-based Windows window application program self-learning intelligent robot and working method thereof

Also Published As

Publication number Publication date
CN109445654B (en) 2022-02-08

Similar Documents

Publication Publication Date Title
CN108647883B (en) Business approval method, device, equipment and medium
CN104657140B (en) Code generating method and device
JP2020187733A (en) Application programming interface documentation annotation
CN107291438A (en) Generation method, device and the electronic equipment of automatized script
CN109086204A (en) The foundation of node relationships tree, page marks and recognition methods, device and storage medium
US20130198567A1 (en) System And Method For Test Case Generation Using Components
CN106569824A (en) Page data compiling method and apparatus, and page rendering method and apparatus
US20130198568A1 (en) System And Method For Test Case Generation Using Action Keywords
CN108804516A (en) Similar users search device, method and computer readable storage medium
CN106293325B (en) The method and apparatus of automatic seeking window
CN109508420A (en) A kind of cleaning method and device of knowledge mapping attribute
CN109614095A (en) The method of user's Custom component, the generation method of platform code and device
CN106804055A (en) A kind of Wireless Fidelity Wi Fi connection methods and mobile terminal
CA3044034A1 (en) Electronic form identification using spatial information
CN107506440A (en) A kind of quota method and device of distributed system catalogue
CN107783770A (en) Page configuration update method, device, server and medium
CN106778280A (en) A kind of long-range leak PoC write methods of filled type and leak detection method
CN107391650B (en) A kind of structuring method for splitting of document, apparatus and system
CN109445654A (en) A kind of method that graphic interface program is filled a vacancy automatically
CN106802797A (en) The generation method and device of a kind of application programming interface
CN104956326A (en) Test script creation based on abstract test user controls
CN110929494A (en) Method for generating report drop-down box based on hierarchical tree
CN113553268A (en) AI intelligent software testing method
CN106156352A (en) Visual content management method and system
CN109145098B (en) Chinese culture element information searching method based on knowledge graph

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant