CN111104017A - Sliding positioning processing method and device - Google Patents

Sliding positioning processing method and device Download PDF

Info

Publication number
CN111104017A
CN111104017A CN201911166282.1A CN201911166282A CN111104017A CN 111104017 A CN111104017 A CN 111104017A CN 201911166282 A CN201911166282 A CN 201911166282A CN 111104017 A CN111104017 A CN 111104017A
Authority
CN
China
Prior art keywords
creating
current page
user
page
virtual operation
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
CN201911166282.1A
Other languages
Chinese (zh)
Other versions
CN111104017B (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.)
Beijing Jindi Technology Co Ltd
Original Assignee
Beijing Jindi Technology 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 Beijing Jindi Technology Co Ltd filed Critical Beijing Jindi Technology Co Ltd
Priority to CN201911166282.1A priority Critical patent/CN111104017B/en
Publication of CN111104017A publication Critical patent/CN111104017A/en
Application granted granted Critical
Publication of CN111104017B publication Critical patent/CN111104017B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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
    • 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/0482Interaction with lists of selectable items, e.g. menus
    • 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/0485Scrolling or panning
    • 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/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention relates to the technical field of computer software, in particular to a sliding positioning processing method and a sliding positioning processing device, wherein the method comprises the following steps: creating a virtual operation simulating user behavior; the user behavior is to make the page in the inertial sliding state still; after a user clicks a guide button, virtual operation is executed aiming at the current page in an inertial sliding state so as to make the current page static; and triggering the guide button after the current page is static. The invention can timely process the problem of inertial sliding of the page after the guide button is clicked, and can return to the guide button after the page is static, thereby effectively improving the positioning accuracy.

Description

Sliding positioning processing method and device
Technical Field
The invention relates to the technical field of computer software, in particular to a sliding positioning processing method and device.
Background
On the page of the screen, slide positioning is a basic and important function, and means that a user clicks a certain guide button in one page, and the current page can accurately slide to a specified position. However, under the android platform, due to inertial sliding, the guide button cannot be accurately positioned to the target position, and therefore the user experience is poor. The inertial sliding means that after the user performs the moving operation on the screen, the user exerts excessive force and the page is long enough, so that the page reaches the target position and continues to slide.
In the prior art, most of the solutions are subjected to delay processing or positioning after the inertial sliding is finished, but these similar solutions cannot complete the positioning in time, which particularly affects the user experience.
Disclosure of Invention
The invention aims to provide a sliding positioning processing method and a sliding positioning processing device, which are used for solving the problem of inertial sliding in the positioning process of the existing guide button.
According to a first aspect of the present invention, there is provided a slide positioning processing method including:
creating a virtual operation simulating user behavior; the user behavior is to make the page in the inertial sliding state still;
after a user clicks a guide button, virtual operation is executed aiming at the current page in an inertial sliding state so as to make the current page static;
after the current page is static, triggering a guide button to acquire the position information positioned by the guide button;
and skipping the current page to the position pointed by the position information according to the acquired position information.
Further, the method of the present invention, creating a virtual operation that simulates user behavior, specifically includes:
creating a pressing operation simulating that a user presses a screen;
creating a cancel operation for canceling any operation of a user;
the cancel operation is set after the press operation, and a virtual operation is composed.
Further, the method of the present invention, creating a virtual operation that simulates user behavior, specifically includes:
creating a pressing operation simulating that a user presses a screen;
creating a lifting operation simulating the lifting of a user from a screen;
the lift-up operation is set after the press operation, constituting a virtual operation.
Further, the method of the present invention, after the user clicks the guidance button, performs a virtual operation with respect to the current page in the inertial sliding state, specifically including:
monitoring the state of the guidance button;
judging whether the current page is in an inertial sliding state or not after the guide button is clicked:
if yes, the virtual operation is triggered immediately, and the virtual operation is executed on the current page.
According to a second aspect of the present invention, there is provided a slide positioning processing apparatus characterized by comprising:
the creating unit is used for creating a virtual operation simulating user behavior; the user behavior is to make the page in the inertial sliding state still;
the execution unit is used for executing virtual operation aiming at the current page in the inertial sliding state after a user clicks the guide button so as to make the current page static;
the return unit is used for triggering the guide button to acquire the position information positioned by the guide button after the current page is static;
and the skipping unit is used for skipping the current page to the position pointed by the position information according to the acquired position information.
Further, in the method of the present invention, the creating unit is specifically configured to:
creating a pressing operation simulating that a user presses a screen;
creating a cancel operation for canceling any operation of a user;
the cancel operation is set after the press operation, and a virtual operation is composed.
Further, in the method of the present invention, the creating unit is specifically configured to:
creating a pressing operation simulating that a user presses a screen;
creating a lifting operation simulating the lifting of a user from a screen;
the lift-up operation is set after the press operation, constituting a virtual operation.
Further, in the method of the present invention, the execution unit is specifically configured to:
monitoring the state of the guidance button;
judging whether the current page is in an inertial sliding state or not after the guide button is clicked:
if yes, the virtual operation is triggered immediately, and the virtual operation is executed on the current page.
According to a third aspect of the present invention there is provided a storage medium storing computer program instructions for performing a method according to the present invention.
According to a fourth aspect of the invention, there is provided a computing device comprising: a memory for storing computer program instructions and a processor for executing the computer program instructions, wherein the computer program instructions, when executed by the processor, trigger the computing device to perform the method of the invention.
In the invention, aiming at the inertial sliding state of the page, a virtual operation is created, and the virtual operation can make the interface in the inertial sliding state still. When the trigger condition of the virtual operation is set to be that the user clicks the guide button and the current page is in an inertial sliding state, the virtual operation is executed immediately after the guide button is clicked. And the page in inertial sliding is immediately stopped, and the guiding button is returned to continue to execute the function of the guiding button.
Therefore, the problem that the page slides inertially after the guide button is clicked is solved in time, the page can return to the guide button after being stopped, and the positioning accuracy is improved.
Drawings
Other features, objects and advantages of the invention will become more apparent upon reading of the detailed description of non-limiting embodiments made with reference to the following drawings:
fig. 1 is a schematic flow chart of a sliding positioning processing method according to an embodiment of the invention;
FIG. 2 is a schematic structural diagram of a slide positioning system according to an embodiment of the present invention;
fig. 3 is a flowchart illustrating a sliding positioning processing method according to another embodiment of the invention.
The same or similar reference numbers in the drawings identify the same or similar elements.
Detailed Description
The present invention is described in further detail below with reference to the attached drawing figures.
Fig. 1 is a schematic flow chart of a slide positioning processing method according to an embodiment of the present invention, and as shown in fig. 1, the invention according to an embodiment of the present invention provides a slide positioning processing method, including:
101. creating a virtual operation simulating user behavior; the user behavior is to make the page in the inertial sliding state still;
102. after a user clicks a guide button, virtual operation is executed aiming at the current page in an inertial sliding state so as to make the current page static;
103. after the current page is static, acquiring the position information positioned by the guide button;
104. and skipping the current page to the position pointed by the position information according to the acquired position information.
On the android platform, the operation of one user is composed of at least two events. In the invention, the most central is to generate a group of virtual operations without any influence by means of a click event (MotionEvent) of the android system, and the only effect is to stop the page in the inertial sliding.
The virtual operation and the human operation are not different in function, but only in terms of the type of event for the system. The normal types of human manipulation of touchable screens generally include: press (ACTION _ DOWN), MOVE (ACTION _ MOVE), and lift (ACTION _ UP). A human operation may include at least one press, one lift, 0 or more move events.
Taking the list on the page as an example, when artificial operation is generated and the object of the operation is the list, the list stops inertial sliding first.
In step 101, there are various virtual operations created. The first virtual operation is composed of a press operation (press) and a cancel operation:
creating a pressing operation simulating that a user presses a screen;
creating a cancel operation for canceling any operation of a user;
the cancel operation is set after the press operation, and a virtual operation is composed.
The second virtual operation consists of a pressing operation (press-down) and a lifting operation (lift-up):
creating a pressing operation simulating that a user presses a screen;
creating a lifting operation simulating the lifting of a user from a screen;
the lift-up operation is set after the press operation, constituting a virtual operation.
Taking a smart phone as an example, when browsing a web page, a user generally browses from top to bottom, so the user needs to slide the page downward. The downward sliding operation includes a pressing operation, a sliding operation, and a lifting operation. If the user wants to stop the page being slid, the user can stop the page being slid by pressing the screen and then lifting the screen. Therefore, in this embodiment, the second virtual operation is to simulate the above-mentioned operation of artificially stopping the page.
In the first virtual operation, after the artificial press operation is simulated, the simulation operation is cancelled (ACTION _ CANCEL), and the page can be stopped similarly. And because the simulated lift-off operation is reduced, the time for executing the virtual operation is shorter.
In fact, in this embodiment, the effect of stopping the page can be achieved by combining the pressing operation, the moving operation and the lifting operation, but the virtual operation simulates more operations and uses longer execution time. Therefore, it is within the scope of the present invention to employ a similar method to obtain virtual operations with the same functionality.
The step 102 specifically includes:
monitoring the state of the guidance button;
judging whether the current page is in an inertial sliding state or not after the guide button is clicked:
if yes, the virtual operation is triggered immediately, and the virtual operation is executed on the current page.
In this embodiment, the guidance button is monitored in real time, and when it is determined that the guidance button is clicked, it is determined whether the current page is in the inertial sliding state.
The page in the inertial sliding state needs to satisfy the following conditions:
1. the page is in a sliding state, and the current user does not perform touch operation on the page;
2. the reason for causing the page sliding is caused by excessive force of touch operation of the user process before the page sliding, and is not caused by clicking a guide button;
3. the page is sufficiently long.
Take an example of a user browsing a web page with a smart phone:
the information of a certain webpage is enough, so that the webpage is long enough, and a user needs to perform touch operation (pressing, moving, lifting and the like) to completely browse. A "move to next" guide button is provided on the web page. The user clicks the button, so that the content of the current page can be directly slid to the next page to display the content of the next page.
In the present embodiment, real-time monitoring is performed for the guidance button "move to next page". When a user browses the website, the current page is in an inertial sliding state due to one-time excessive touch operation, and at the moment, the user wants to directly jump to the next page, so that the user clicks 'move to the next page'. Therefore, the current webpage is in the inertial sliding state pointed by the method of the embodiment.
And when the webpage is judged to be in the inertial sliding state and the guide button of moving to the next page on the webpage is clicked, immediately triggering the virtual operation. And the virtual operation is executed aiming at the current webpage, so that the webpage which is still sliding at present is static.
In step 103, the following example is performed: and returning to the guide button of moving to the next page after the current page of the webpage is static. The position where the guide button is located is the next page of the current page. And acquiring the position information of the next page of the current page.
In step 104, when the position information of the next page of the current page is obtained, the current page automatically slides to the next page.
The above technical solutions of the embodiments of the present invention are described in detail below with reference to application examples:
the flow chart of the present embodiment as shown in fig. 3; take an example of a user browsing a web page with a smart phone:
301. when a user browses the website, the current page is in an inertial sliding state due to one-time excessive touch operation;
302. at this time, the user wants to jump to the next page directly, so the user clicks the guide button of "move to next page";
303. creating a pressing operation simulating that a user presses a screen; then a cancel operation for canceling any operation of the user is created; setting the cancel operation after the press operation to form a virtual operation;
304. triggering virtual operation after monitoring that a user clicks a guide button and a current page is in an inertial sliding state; at the moment, the page in the inertial sliding state is acted by the pressing operation and the cancel operation before and after the pressing operation and the cancel operation, so that the page is static;
305. after the page is static, triggering a guide button to acquire the information of the position (the next page of the current page) positioned by the guide button;
306. and jumping the current page to the position (next page) pointed by the position information according to the acquired position information.
The embodiment creates a virtual operation aiming at the inertial sliding state of the page, and the virtual operation can make the interface in the inertial sliding state still. When the trigger condition of the virtual operation is set to be that the user clicks the guide button and the current page is in an inertial sliding state, the virtual operation is executed immediately after the guide button is clicked. Therefore, the page in inertial sliding can be stopped, and then the guiding button is returned to continue to execute the function of the guiding button. The problem that the page slides inertially after the guide button is clicked is solved in time, the page can return to the guide button after being stopped, and the positioning accuracy is guaranteed.
Fig. 2 is a schematic structural diagram of a sliding position processing apparatus according to an embodiment of the present invention, and as shown in fig. 2, the sliding position processing apparatus according to the embodiment of the present invention is characterized in that the apparatus includes:
a creating unit 21 for creating a virtual operation that simulates a user behavior; the user behavior is to make the page in the inertial sliding state still;
the execution unit 22 is configured to, after the user clicks the guidance button, execute a virtual operation on the current page in the inertial sliding state to make the current page still;
the returning unit 23 is configured to trigger the guidance button to obtain the position information where the guidance button is located after the current page is stationary;
and the skipping unit 24 is used for skipping the current page to the position pointed by the position information according to the acquired position information.
Wherein, the creating unit 21 is specifically configured to:
creating a pressing operation simulating that a user presses a screen;
creating a cancel operation for canceling any operation of a user;
the cancel operation is set after the press operation, and a virtual operation is composed.
Wherein, the creating unit 21 is specifically configured to:
creating a pressing operation simulating that a user presses a screen;
creating a lifting operation simulating the lifting of a user from a screen;
the lift-up operation is set after the press operation, constituting a virtual operation.
Wherein, the execution unit 22 is specifically configured to:
monitoring the state of the guidance button;
judging whether the current page is in an inertial sliding state or not after the guide button is clicked:
if yes, the virtual operation is triggered immediately, and the virtual operation is executed on the current page.
The apparatus shown in fig. 2 is an implementation apparatus of the method shown in fig. 1 and 3 in the embodiment of the present invention, and the specific principle thereof is the same as that of the method shown in fig. 1 and 3 in the embodiment of the present invention, and is not described herein again.
In one embodiment of the present invention, there is also provided a storage medium storing computer program instructions for performing a method according to an embodiment of the present invention.
In one exemplary configuration of the invention, the computing devices each include one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
In one embodiment of the present invention, there is also provided a computing device comprising: a memory for storing computer program instructions and a processor for executing the computer program instructions, wherein the computer program instructions, when executed by the processor, trigger the computing device to perform the method of an embodiment of the invention.
Computer-readable storage media include permanent and non-permanent, removable and non-removable media and may implement information storage by any method or technology. The information may be computer readable instructions, data structures, program means, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device.
It should be noted that the present invention may be implemented in software and/or in a combination of software and hardware, for example, as an Application Specific Integrated Circuit (ASIC), a general purpose computer or any other similar hardware device. In some embodiments, the software program of the present invention may be executed by a processor to implement the above steps or functions. Also, the software programs (including associated data structures) of the present invention can be stored in a computer readable recording medium, such as RAM memory, magnetic or optical drive or diskette and the like. Further, some of the steps or functions of the present invention may be implemented in hardware, for example, as circuitry that cooperates with the processor to perform various steps or functions.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned. Furthermore, it is obvious that the word "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. A plurality of units or means recited in the apparatus claims may also be implemented by one unit or means in software or hardware. The terms first, second, etc. are used to denote names, but not any particular order.

Claims (10)

1. A slide positioning processing method, characterized by comprising:
creating a virtual operation simulating user behavior; the user behavior is to make the page in the inertial sliding state still;
after a user clicks a guide button, virtual operation is executed aiming at the current page in an inertial sliding state so as to make the current page static;
after the current page is static, triggering a guide button to acquire the position information positioned by the guide button;
and skipping the current page to the position pointed by the position information according to the acquired position information.
2. The slide positioning processing method according to claim 1, wherein the creating a virtual operation that simulates user behavior specifically includes:
creating a pressing operation simulating that a user presses a screen;
creating a cancel operation for canceling any operation of a user;
the cancel operation is set after the press operation, and a virtual operation is composed.
3. The slide positioning processing method according to claim 1, wherein the creating a virtual operation that simulates user behavior specifically includes:
creating a pressing operation simulating that a user presses a screen;
creating a lifting operation simulating the lifting of a user from a screen;
the lift-up operation is set after the press operation, constituting a virtual operation.
4. The slide positioning processing method according to claim 1, wherein after the user clicks the guidance button, the virtual operation is executed on the current page in the inertial slide state to make the current page still, specifically including:
monitoring the state of the guidance button;
judging whether the current page is in an inertial sliding state or not after the guide button is clicked:
if yes, the virtual operation is triggered immediately, and the virtual operation is executed on the current page.
5. A slide positioning processing apparatus, characterized in that the apparatus comprises:
the creating unit is used for creating a virtual operation simulating user behavior; the user behavior is to make the page in the inertial sliding state still;
the execution unit is used for executing virtual operation aiming at the current page in the inertial sliding state after a user clicks the guide button so as to make the current page static;
the return unit is used for triggering the guide button to acquire the position information positioned by the guide button after the current page is static;
and the skipping unit is used for skipping the current page to the position pointed by the position information according to the acquired position information.
6. The slide positioning processing apparatus according to claim 5, wherein the creating unit is specifically configured to:
creating a pressing operation simulating that a user presses a screen;
creating a cancel operation for canceling any operation of a user;
the cancel operation is set after the press operation, and a virtual operation is composed.
7. The slide positioning processing apparatus according to claim 5, wherein the creating unit is specifically configured to:
creating a pressing operation simulating that a user presses a screen;
creating a lifting operation simulating the lifting of a user from a screen;
the lift-up operation is set after the press operation, constituting a virtual operation.
8. The slide positioning processing apparatus according to claim 5, wherein the execution unit is specifically configured to:
monitoring the state of the guidance button;
judging whether the current page is in an inertial sliding state or not after the guide button is clicked:
if yes, the virtual operation is triggered immediately, and the virtual operation is executed on the current page.
9. A storage medium storing computer program instructions for performing a method according to any one of claims 1 to 5.
10. A computing device, comprising: a memory for storing computer program instructions and a processor for executing the computer program instructions, wherein the computer program instructions, when executed by the processor, trigger the computing device to perform the method of any of claims 1 to 5.
CN201911166282.1A 2019-11-25 2019-11-25 Sliding positioning processing method and device Active CN111104017B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911166282.1A CN111104017B (en) 2019-11-25 2019-11-25 Sliding positioning processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911166282.1A CN111104017B (en) 2019-11-25 2019-11-25 Sliding positioning processing method and device

Publications (2)

Publication Number Publication Date
CN111104017A true CN111104017A (en) 2020-05-05
CN111104017B CN111104017B (en) 2020-11-24

Family

ID=70421086

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911166282.1A Active CN111104017B (en) 2019-11-25 2019-11-25 Sliding positioning processing method and device

Country Status (1)

Country Link
CN (1) CN111104017B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113238709A (en) * 2021-06-02 2021-08-10 北京字节跳动网络技术有限公司 Control method, device and equipment based on touch pad

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103677592A (en) * 2012-09-03 2014-03-26 腾讯科技(深圳)有限公司 Method and device for sliding display of webpage object in webpage
CN105094952A (en) * 2015-09-07 2015-11-25 网易(杭州)网络有限公司 User operation simulation method and apparatus
CN106021004A (en) * 2016-05-10 2016-10-12 上海传英信息技术有限公司 User behavior simulation unit, test system and test method
CN106687922A (en) * 2014-09-09 2017-05-17 微软技术许可有限责任公司 Parametric inertia and APIs
CN107168628A (en) * 2017-04-25 2017-09-15 福建星网视易信息系统有限公司 A kind of screen sliding display methods and device
CN107402962A (en) * 2017-06-16 2017-11-28 口碑控股有限公司 Page display method and device
CN108021327A (en) * 2016-10-31 2018-05-11 北京小米移动软件有限公司 Control the method and touch control terminal that display interface slides
CN108038059A (en) * 2017-12-22 2018-05-15 广州酷狗计算机科技有限公司 Interface traversal method and device
CN109358795A (en) * 2018-10-22 2019-02-19 网易(杭州)网络有限公司 Browsing method and device, the electronic equipment of interface information
CN109976655A (en) * 2019-03-22 2019-07-05 Oppo广东移动通信有限公司 Long screenshotss method, apparatus, terminal and storage medium

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103677592A (en) * 2012-09-03 2014-03-26 腾讯科技(深圳)有限公司 Method and device for sliding display of webpage object in webpage
CN106687922A (en) * 2014-09-09 2017-05-17 微软技术许可有限责任公司 Parametric inertia and APIs
CN105094952A (en) * 2015-09-07 2015-11-25 网易(杭州)网络有限公司 User operation simulation method and apparatus
CN106021004A (en) * 2016-05-10 2016-10-12 上海传英信息技术有限公司 User behavior simulation unit, test system and test method
CN108021327A (en) * 2016-10-31 2018-05-11 北京小米移动软件有限公司 Control the method and touch control terminal that display interface slides
CN107168628A (en) * 2017-04-25 2017-09-15 福建星网视易信息系统有限公司 A kind of screen sliding display methods and device
CN107402962A (en) * 2017-06-16 2017-11-28 口碑控股有限公司 Page display method and device
CN108038059A (en) * 2017-12-22 2018-05-15 广州酷狗计算机科技有限公司 Interface traversal method and device
CN109358795A (en) * 2018-10-22 2019-02-19 网易(杭州)网络有限公司 Browsing method and device, the electronic equipment of interface information
CN109976655A (en) * 2019-03-22 2019-07-05 Oppo广东移动通信有限公司 Long screenshotss method, apparatus, terminal and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113238709A (en) * 2021-06-02 2021-08-10 北京字节跳动网络技术有限公司 Control method, device and equipment based on touch pad

Also Published As

Publication number Publication date
CN111104017B (en) 2020-11-24

Similar Documents

Publication Publication Date Title
Burg et al. Interactive record/replay for web application debugging
US9756140B2 (en) Tracking user behavior relative to a network page
EP2504748B1 (en) System and method for object relationship identification in a user interface
US20140165023A1 (en) Method of recording and replaying call frames for a test bench
CN111143200A (en) Method and device for recording and playing back touch event, storage medium and equipment
CN110020339B (en) Webpage data acquisition method and device based on non-buried point
KR20060079080A (en) Methods and apparatus for evaluating aspects of a web page
CN110221959B (en) Application program testing method, device and computer readable medium
CN109683773B (en) Corpus labeling method and apparatus
CN105279431B (en) Method, device and system for recording operation information in mobile equipment
US20240189724A1 (en) Videogame telemetry data and game asset tracker for session recordings
Tuovenen et al. MAuto: Automatic mobile game testing tool using image-matching based approach
CN111104017B (en) Sliding positioning processing method and device
US10318122B2 (en) Determining event and input coverage metrics for a graphical user interface control instance
US9405664B2 (en) Automating software testing
CN105302700B (en) A kind of method and apparatus for the user's operation being recorded on touch terminal
Wu et al. AppCheck: a crowdsourced testing service for android applications
US20170286191A1 (en) Application event tracing
CN106569675B (en) A kind of prompting frame display methods and device
US8621486B2 (en) Significance level automation
CN112905449B (en) Target test method, device, equipment and storage medium
US20140245159A1 (en) Transport script generation based on a user interface script
CN111125590B (en) Method and device for drawing thermodynamic diagram
CN107679143B (en) Baidu map based dynamic step-by-step loading device and method and readable storage medium
Sommer Comparison and evaluation of cross-platform frameworks for the development of mobile business applications

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