CN110515835B - Test method based on machine vision and DOM tree structure - Google Patents

Test method based on machine vision and DOM tree structure Download PDF

Info

Publication number
CN110515835B
CN110515835B CN201910695205.9A CN201910695205A CN110515835B CN 110515835 B CN110515835 B CN 110515835B CN 201910695205 A CN201910695205 A CN 201910695205A CN 110515835 B CN110515835 B CN 110515835B
Authority
CN
China
Prior art keywords
elements
target
test
dom tree
target element
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.)
Active
Application number
CN201910695205.9A
Other languages
Chinese (zh)
Other versions
CN110515835A (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.)
Shanghai Yunda Information Technology Co ltd
Original Assignee
Shanghai Yunda Information 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 Shanghai Yunda Information Technology Co ltd filed Critical Shanghai Yunda Information Technology Co ltd
Priority to CN201910695205.9A priority Critical patent/CN110515835B/en
Publication of CN110515835A publication Critical patent/CN110515835A/en
Application granted granted Critical
Publication of CN110515835B publication Critical patent/CN110515835B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a testing method based on machine vision and DOM tree structure, comprising the following steps: s100, extracting and selecting characteristics, and identifying characteristics of target elements in a test page; s200, classifying and generalizing elements with similar characteristics in the page according to the characteristics of the target elements to obtain generalized elements; s300, performing automatic test according to the generalization element and recording. The invention can greatly reduce the test cost and test time, can increase the robustness of the test scheme and the automatic generation of the test scheme, and the flow robot actively understands the user behavior. The invention can be widely used in web page testing links, flow robots and the like, after the invention is used, a tester can not need to further update a test script because of the update of a developer to a web page, and can operate all similar elements by recording once or one script. Meanwhile, the flow robot has the function of actively understanding the user behavior.

Description

Test method based on machine vision and DOM tree structure
Technical Field
The invention relates to a webpage testing technology, in particular to a testing method based on machine vision and DOM tree structures.
Background
The automation requirements of the current software, web pages and mobile terminal application development or testing are higher and higher, and the importance of the user behavior understanding is self-evident. Such as a flow-based robot or an automated testing field, for example, in the field of automated testing of web pages, there are already a lot of testing software that can record the operation of a tester and then can be continuously executed. However, the problem is that the steps in the testing process can be generalized, for example, north China 1, east China 2 and … …, which are equivalent to the testing process and are all required to be tested, so that a problem is easily raised that when a tester selects the north China 1 server, a testing platform or tool cannot understand the selection and generalize, and when the testing platform or tool executes the step, servers at other places can be randomly selected or all servers can be tested in parallel, so that the time for the tester to record or write scripts is saved, and the comprehensiveness of the test is increased.
In order to achieve the aim of generalization, the applicant uses two technologies of machine vision and DOM tree structure analysis to achieve the aim, wherein the machine vision is mainly used for carrying out similar matching on image features of icons and buttons in a recognition webpage, and the DOM tree analysis method is used for searching similar elements through positions of target elements in HTML or XML of the webpage and the structure of a DOM tree to generalize the elements.
At the same time, another less obvious benefit is increased robustness, i.e. fault tolerance, especially in the field of testing. When the test can be continued after the version iterating, for example, during the test process performed by the original test tool or test script, the north China 1 server is disconnected, the whole test is interrupted, the test time is wasted, meanwhile, unnecessary losses such as the reduction of the experience of a customer are possibly caused, and the modification by a tester or the writing or recording of the script from the beginning are inevitable. The technology in the invention can automatically select other servers, and log records, so that a tester is left to judge whether the situation is normal or wrong, thereby greatly improving the testing efficiency (such as the situation that the tester is not left aside in the middle of the night) and reducing the workload of the tester.
Disclosure of Invention
In view of the above-mentioned drawbacks of the prior art, the present invention provides a testing method based on machine vision and DOM tree structure, which has generalization property and can greatly improve the web page testing efficiency.
In order to achieve the above purpose, the invention provides a testing method based on machine vision and DOM tree structure, comprising the following steps:
s100, extracting and selecting characteristics, and identifying characteristics of target elements in a test page;
s200, classifying and generalizing elements with similar characteristics according to the characteristics of the target elements to obtain generalized elements;
s300, performing automatic test according to the generalization element and recording.
Preferably, in S100, two methods, that is, S110, a machine vision method, S120, and a DOM tree analysis method are included, and the two methods may be performed simultaneously, compared with each other, or may be used singly;
under the conditions that the use environment of the machine vision method is clear in webpage and the edges of the buttons of the icons are clear, the aim of generalization is achieved by identifying the approximate shape of a target element and finding similar icons or buttons in a certain area;
the DOM tree analysis method is performed through the structure of the DOM tree, and analysis obeys the following assumptions:
suppose 1. The hierarchy of generalizable like elements must be similar;
suppose 2. When homogeneous elements all find the nearest same parent element, non-homogeneous elements must not be this parent element. Under the premise of the two assumptions, the same kind of elements can be found, and the generalization purpose is achieved.
Preferably, the machine vision method comprises the following steps:
s111, selecting a target element, wherein the target element is an icon or a button, and identifying the characteristics of the target element, and if the target element is a square frame, identifying the area, the inclination angle, the length and the like of the square frame; the circle center and the radius of the circle are identified for the circle; identifying the focus, major axis, minor axis, etc. for an ellipse;
s112, identifying edges of all elements in the page;
s113, screening all elements according to the characteristics of the target elements to obtain graphic elements with characteristics similar to the characteristics of the target elements, and obtaining generalized elements.
The S111-S112 may be implemented by an existing OCR technology, or may be implemented by the following technologies:
s112.1, marginalizing a target page, firstly changing the image of the test page into a binary image, and better detecting the edges of icons or buttons because important features of the image can be enhanced, and then detecting the edges, wherein the edge detection formula is as follows:
Figure BDA0002149145040000031
Figure BDA0002149145040000032
wherein:
gx is a horizontal Gradient, gy is a vertical Gradient, edge_gradient (G) is an Edge Gradient, and Angle (θ) is an Edge inclination; all edges in the page can be detected through the step, but the edges of the characters are also included;
s112.2 selects the obtained edge according to the characteristics of the target element. If the target element is a rectangle square frame, knowing the length and width of the square frame, and the length and width of the square frame are horizontal and vertical, filtering the edges with abnormal non-horizontal, non-vertical, length and height (width), so that most characters and unconventional edges can be removed, and the coordinates of a plurality of linear starting points and ending points are obtained;
s112.3, taking intersection points, and selecting intersection points of all edges;
and S112.4, connecting all the intersection points, selecting a shape similar to the target element, removing the shape inconsistent with the characteristics of the target element through the area, the radius, the aspect ratio and the like of the target element, and remaining the same elements of the target element, namely, performing good generalization on the target element, and classifying the generalization elements into the same class. This method is very simple and efficient, but when the icon or button features are not obvious, a DOM tree analysis method is needed to get the desired generalization result.
S120, a DOM tree analysis method, which comprises the following steps:
s121, searching a path of a target element;
s122, searching elements under the same-level path according to the found path;
s123, eliminating irrelevant elements, and generalizing the target elements to obtain generalized elements; the rejection method is to find the parent element of the target element (the previous level element or the class to which the target element belongs), and then to exclude irrelevant elements according to the fact that when similar elements all find the same parent element, non-similar elements are not necessarily the parent element.
The beneficial effects of the invention are as follows:
the invention can greatly reduce the test cost and test time, can increase the robustness of the test scheme and the automatic generation of the test scheme, and the flow robot actively understands the user behavior.
The invention can be widely used in web page testing links, flow robots and the like, after the invention is used, a tester can not need to further update a test script because of the update of a developer to a web page, and can operate all similar elements by recording once or one script. Meanwhile, the flow robot has the function of actively understanding the user behavior. When the method is used, elements can be automatically generalized according to the normal recording or script flow, and a series of test flows or flow robot workflows can be automatically generated.
Drawings
FIG. 1 is a schematic diagram of a test page in an embodiment.
FIG. 2 is a schematic diagram of an exemplary embodiment after marginalizing a test page.
FIG. 3 illustrates the extraction of regions of interest after marginalizing a test page in an embodiment.
Fig. 4 is a schematic diagram of an edge selection in an embodiment.
FIG. 5 is a schematic diagram of an embodiment in which selected edges are intersected.
FIG. 6 is a schematic diagram of selecting a rectangle similar to the target element in the embodiment.
FIG. 7 is a schematic diagram of a DOM tree structure in an embodiment.
Detailed Description
The invention is further illustrated by the following examples in conjunction with the accompanying drawings:
currently, the main prior art for performing page testing is as follows:
1、Selenium
selenium is probably the most popular open source automated test framework in web applications. In 2 thousand years, a history of development has been over ten years so far, and Selenium has become the choice for many Web automation testers, especially those with advanced programming and scripting skills.
The Selenium supports multiple system environments (Windows, mac, linux) and multiple browsers (Chrome, fireFox, IE and headless browser (no interface)). Its script may be written in a variety of programming languages such as Java, groovy, python, C#, PHP, ruby, and Perl.
Because of the flexibility of Selenium, testers can write various complex, advanced test scripts to address various complex problems, which require advanced programming skills and effort to build automated test frameworks and libraries that meet their own needs.
Certificate: open source
2、Katalon Studio
Katalon Studio is a powerful automated test solution in web applications, mobile and web services. Based on the Selenium and Applium frameworks, katalon Studio integrates the advantages of these frameworks in terms of software automation.
This tool supports different levels of test skill sets. The non-programmer can also quickly start an automatic test project (such as recording test scripts by using spy objects), and meanwhile, the time for constructing a new library and maintaining scripts by the programmer and the advanced testers is saved.
Katalon Studio may be integrated into the CI/CD process and is compatible with popular quality processing tools, including qTest, JIRA, jenkins, and Git. It provides a very good function called Katalon analysis, providing a comprehensive test report to the user through indexes and graphs.
Certificate: free of charge
3、Uipath
UiPath Studio is a complete solution for application integration and automated execution of third party applications, administrative IT tasks and business IT flows.
The item is a graphical representation of the business process. It enables you to automatically execute rule-based flows by letting you have full control of the relation between execution order and a set of custom steps (also called activities in the UiPath Studio). Each activity contains a small action, such as clicking a button, reading a file or writing to a log panel.
The main types of supported items are:
sequence-apply to linear procedure, allowing you to smoothly go from one activity to another without confusing items.
Flow chart-applicable to more complex business logic, enabling you to integrate decisions and connect activities in a more diversified way through multiple branching logic operators.
State machine-applicable to very large items; they use a limited number of states in the execution, which are triggered by conditions (transitions) or activities.
The disadvantages of Selenium are: the element positioning mode is single and not intelligent, and requires advanced programming skills of technicians. Katalon Studio is a Selenium-based integrated toolkit that uses a recording interface that is user-friendly. Both of these have the disadvantage of being less robust-any page update or iteration with a high probability will result in test failure, while the tester will have much mechanically repeated effort if it is required to test for the same class of elements, which can be completely solved by this solution.
In terms of flow robots, the software such as uipath is still based on the definition of rules by the user, rather than actively understanding the user behavior. If the machine vision method and the DOM tree analysis method of the invention are used, the target elements can be generalized, and like elements can be generated, so that the robustness of the test flow can be greatly increased, and even if the webpage is updated in an iterative manner, the test flow can be still performed, and the user operation can be better understood. And meanwhile, repeated labor of testers or users is greatly reduced.
The invention is further explained below in connection with fig. 1-6:
s110 machine vision method:
s111, selecting the figure 1 as a test page, which is a web page to be tested, wherein the displayed options in regions are all one type of element in human view, but the selected southern Asian 1 (Monbout) is completely different in test scripts, and all regions are expected to be tested.
S112.1, changing the test page into a black-and-white binary image, wherein the edges of the icons or buttons can be better detected, and the later image is the result of marginalization.
All edges are detected by the formula of edge detection, which is as follows:
Figure BDA0002149145040000081
wherein: gx, horizontal gradient; gy: vertical gradient, fig. 2 was obtained. The region of interest to be extracted is then identified by the rectangular edges of the target element, as shown in fig. 3 below.
S112.2, through fig. 3, all the frames have been found, but it can be seen that the edge detection detects not only the frames but also the edges of the text, which is what we do not want. It is necessary to add some decision conditions such as length, whether horizontal, whether vertical, marked in the original as shown in fig. 4 below.
S112.3, through S112.2, obtains coordinates of the start point and the end point of a plurality of straight lines, and thus it is not possible to determine which straight lines form a rectangle. In order to obtain the precise positions of the icons and buttons, it is necessary to take the intersection points of the respective straight lines (take the intersection points), as shown in fig. 5.
And S112.4, connecting all the intersection points, then selecting a rectangular frame, and removing the rectangle with too much area difference from the target graph and the rectangle with inconsistent length-width ratio. As shown in fig. 6, the result of image feature generalization is well obtained. However, when the icon or button feature is not obvious, an additional method is needed to obtain the required generalization result, namely a DOM tree analysis method.
Referring to fig. 7, it can be seen by a simple observation: the DOM tree analysis method can find the target element mainly through proper div- > span- > div … - > span, and the process is defined as a path in the DOM tree. In general, homogeneous, generalizable element paths should be consistent.
S121, searching a path of a target element, and assuming that the target element is:
< span class= "ng-scope ng-binding" > Huadong 2</span >
The path of the target element can be obtained:
['div','span','div','div','div','div','div','div','div',
'dd','dl','form','div','div','div','div','div','div','di
v','div','div','div','div','div','div','div','body','htm
l','[document]']
s122, according to the path of the target element, searching the element in turn:
< span class= "ng-scope ng-binding" > North China 2</span >
< span class= "ng-scope ng-binding" > Huadong 1</span >
< span class= "ng-scope ng-binding" > Huadong 2</span >
< span class= "ng-scope ng-binding" > south China 1</span >
< span class = "ng-scope ng-binding" > southeast Asian 3 (Jilong slope) </span >
< span class= "ng-scope ng-binding" > North China 5</span >
< span class = "ng-scope ng-binding" > Mexi 1 (silicon valley) </span >
< span class = "ng-scope ng-binding" > singapore span)
< span class = "ng-scope ng-binding" > south asia 1 (Montbai) </span >
< span class = "ng-scope ng-binding" > southeast Asian 5 (Atcoada) </span >
< span class = "ng-scope ng-binding" > southeast Asian 2 (Sydney) </span >
< span class = "ng-scope ng-binding" > Meidong 1 (Virginia) </span >
< span class= "ng-scope ng-binding" > North China 3</span >
< span class = "ng-scope ng-binding" > uk (london) </span >
< span class= "ng-scope ng-binding" > calculation storage integral version: span-
< span class= "ng-scope ng-binding" > proprietary network ]
< span class = "ng-scope ng-binding" > classical network ]
<span class="ng-scope ng-binding">1C SSD</span>
<span class="ng-scope ng-binding">2C SSD</span>
<span class="ng-scope ng-binding">16C SSD</span>
<span class="ng-scope ng-binding">2</span>
S123, find some irrelevant elements according to the path, so a second assumption can be used: when homogeneous elements all find the same parent element, non-homogeneous elements must not be this parent element to exclude irrelevant elements. The pseudo code is expressed as follows:
input candidate element (including target element), target element-in this example is (Huadong 2)
Initialization: dic [ parent element of candidate element ] =candidate element
● Only the target element is in the dic that the while contains the target element, i.e., dic [ parent of target element..parent element ] = target element:
■dicTmp={}
■candiParents=[]
■ foriin candidate:
ocandiParents.append(i.parent)
oif i.parent not in dicTmp.keys():
odicTmp[i.parent]+=dic[i]
■dic=dicTmp
■ Candidate = candiparants
The results obtained are as follows:
< span class= "ng-scope ng-binding" > North China 2</span >
< span class= "ng-scope ng-binding" > Huadong 1</span >
< span class= "ng-scope ng-binding" > Huadong 2</span >
< span class= "ng-scope ng-binding" > south China 1</span >
< span class = "ng-scope ng-binding" > southeast Asian 3 (Jilong slope) </span >
< span class= "ng-scope ng-binding" > North China 5</span >
< span class = "ng-scope ng-binding" > Mexi 1 (silicon valley) </span >
< span class = "ng-scope ng-binding" > singapore span)
< span class = "ng-scope ng-binding" > south asia 1 (Montbai) </span >
< span class = "ng-scope ng-binding" > southeast Asian 5 (Atcoada) </span >
< span class = "ng-scope ng-binding" > southeast Asian 2 (Sydney) </span >
< span class = "ng-scope ng-binding" > Meidong 1 (Virginia) </span >
< span class= "ng-scope ng-binding" > North China 3</span >
< span class = "ng-scope ng-binding" > uk (london) </span >
The present invention is not described in detail in the present application, and is well known to those skilled in the art.
The foregoing describes in detail preferred embodiments of the present invention. It should be understood that numerous modifications and variations can be made in accordance with the concepts of the invention by one of ordinary skill in the art without undue burden. Therefore, all technical solutions which can be obtained by logic analysis, reasoning or limited experiments based on the prior art by the person skilled in the art according to the inventive concept shall be within the scope of protection defined by the claims.

Claims (3)

1. The testing method based on the machine vision and the DOM tree structure is characterized by comprising the following steps of:
s100, extracting and selecting characteristics, and identifying characteristics of target elements in a test page;
s200, classifying and generalizing elements with similar characteristics according to the characteristics of the target elements to obtain generalized elements;
s300, performing automatic test according to the generalization element and recording;
in S100, two modes are included, namely S110, a machine vision method, S120 and a DOM tree analysis method, wherein the machine vision method and the DOM tree analysis method are used alternatively or in combination;
under the conditions that the use environment of the machine vision method is clear in webpage and the edges of the buttons of the icons are clear, the aim of generalization is achieved by identifying the approximate shape of a target element and finding similar icons or buttons in a certain area;
the DOM tree analysis method is performed by the structure of the DOM tree, and the analysis obeys the following assumptions:
suppose 1. The hierarchy of generalizable like elements must be similar;
suppose 2. When homogeneous elements all find the nearest same parent element, non-homogeneous elements must not be this parent element;
s110, a machine vision method, which comprises the following steps:
s111, selecting a target element, wherein the target element is an icon or a button, and detecting characteristic points of the target element to obtain characteristics of the target element;
s112, identifying edges of all elements in the page;
s113, screening all elements according to the characteristics of the target elements to obtain graphic elements with characteristics similar to the characteristics of the target elements, and obtaining generalized elements;
s120, a DOM tree analysis method, which comprises the following steps:
s121, searching a path of a target element;
s122, searching all elements under the same-level path according to the found path;
s123, eliminating irrelevant elements, and generalizing the target element to obtain a generalization element.
2. The test method of claim 1, wherein in S112, the steps of:
s112.1, marginalizing a target page, firstly preprocessing an image of a test page into a binary image, and then detecting edges, wherein the formula of edge detection is as follows:
Figure FDA0004057285270000021
Figure FDA0004057285270000022
in formula (1): gx is a horizontal Gradient, gy is a vertical Gradient, edge_gradient (G) is an Edge Gradient, and Angle (θ) is an Edge inclination;
s112.2, screening the obtained edges according to the characteristics of the target elements;
s112.3, taking intersection points, and selecting intersection points of the residual edges;
and S112.4, connecting all the intersection points, selecting a shape similar to the target element, screening through the characteristics of the target element, and obtaining the generalization element by the similar elements of the target element.
3. The test method as set forth in claim 1, wherein in S123, the culling is performed by finding a parent element of the target element, and then culling according to the condition that "when the same kind of element finds the same parent element, the non-same kind of element is not necessarily the same parent element to exclude irrelevant elements".
CN201910695205.9A 2019-07-30 2019-07-30 Test method based on machine vision and DOM tree structure Active CN110515835B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910695205.9A CN110515835B (en) 2019-07-30 2019-07-30 Test method based on machine vision and DOM tree structure

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910695205.9A CN110515835B (en) 2019-07-30 2019-07-30 Test method based on machine vision and DOM tree structure

Publications (2)

Publication Number Publication Date
CN110515835A CN110515835A (en) 2019-11-29
CN110515835B true CN110515835B (en) 2023-05-23

Family

ID=68624182

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910695205.9A Active CN110515835B (en) 2019-07-30 2019-07-30 Test method based on machine vision and DOM tree structure

Country Status (1)

Country Link
CN (1) CN110515835B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111245917B (en) * 2020-01-07 2022-04-19 广州市申迪计算机系统有限公司 Katalon-based work order entry device and implementation method thereof
CN113268431B (en) * 2021-06-24 2022-08-19 深圳市凯莱特科技股份有限公司 Learning method of RPA robot software

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103729285A (en) * 2012-10-11 2014-04-16 腾讯科技(深圳)有限公司 Method, device and system for testing web page

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101593184B (en) * 2008-05-29 2013-05-15 国际商业机器公司 System and method for self-adaptively locating dynamic web page elements
US8996988B2 (en) * 2009-10-19 2015-03-31 Browsera, LLC Automated application compatibility testing
US20140108981A1 (en) * 2012-10-12 2014-04-17 Microsoft Corporation Weighted focus navigation of graphical user interface
CN105204992A (en) * 2015-08-28 2015-12-30 努比亚技术有限公司 Test script generating device and method
CN108009078B (en) * 2016-11-01 2021-04-27 腾讯科技(深圳)有限公司 Application interface traversal method, system and test equipment
CN106776301B (en) * 2016-12-01 2020-12-04 广州酷狗计算机科技有限公司 Subelement testing method and device
EP3465618B1 (en) * 2017-08-25 2021-06-09 Chris Hsinlai Liu Machine vision system and method for identifying locations of target elements

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103729285A (en) * 2012-10-11 2014-04-16 腾讯科技(深圳)有限公司 Method, device and system for testing web page

Also Published As

Publication number Publication date
CN110515835A (en) 2019-11-29

Similar Documents

Publication Publication Date Title
AU2019355933B2 (en) Software testing
CN111582453B (en) Method and device for generating neural network model
US10365799B2 (en) System and methods for creating on-demand robotic process automation
US20200401431A1 (en) Adaptive web-based robotic process automation
US11537506B1 (en) System for visually diagnosing machine learning models
CN110515835B (en) Test method based on machine vision and DOM tree structure
US20090276733A1 (en) Method, system, and graphical user interface for presenting an interactive hierarchy and indicating entry of information therein
CA3153937A1 (en) Visually creating and monitoring machine learning models
EP3355201B1 (en) A method and system for establishing a relationship between a plurality of user interface elements
US11521114B2 (en) Visualization of training dialogs for a conversational bot
US11704185B2 (en) Machine learning-based techniques for providing focus to problematic compute resources represented via a dependency graph
CN114585480A (en) Automated analysis, prioritization and robot generation for robotic process automation
KR102594389B1 (en) Context-based recommendation technique for robotic process automation design
Sun et al. Ui components recognition system based on image understanding
US9201591B1 (en) Automated coverage monitoring of mobile applications
Xue et al. Visual Identification of Mobile App GUI Elements for Automated Robotic Testing
US7519921B2 (en) Method and system for selecting a dynamic object in a graphical user interface
US10198150B2 (en) Cross database data selection and correlation interface
US20220147862A1 (en) Explanatory confusion matrices for machine learning
CN115437621A (en) Process editing method and device based on robot process automation
Bhullar et al. A package for the automated classification of images containing supernova light echoes
Gardner Characterizing categorical map patterns using neutral landscape models
CN113268291B (en) Schedule processing method, device, equipment and storage medium
US20220374769A1 (en) Method and system for explainable machine learning using data and proxy model based hybrid approach
US20240045561A1 (en) Using mouseover to scan a graphical user interface to improve accuracy of graphical object recognition

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