CN104965783A - Method and apparatus for monitoring web content presentation - Google Patents

Method and apparatus for monitoring web content presentation Download PDF

Info

Publication number
CN104965783A
CN104965783A CN201510333495.4A CN201510333495A CN104965783A CN 104965783 A CN104965783 A CN 104965783A CN 201510333495 A CN201510333495 A CN 201510333495A CN 104965783 A CN104965783 A CN 104965783A
Authority
CN
China
Prior art keywords
verification
webelement
configuration file
web page
rule
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.)
Pending
Application number
CN201510333495.4A
Other languages
Chinese (zh)
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.)
Baidu Online Network Technology Beijing Co Ltd
Beijing Baidu Netcom Science and Technology Co Ltd
Original Assignee
Beijing Baidu Netcom Science and 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 Baidu Netcom Science and Technology Co Ltd filed Critical Beijing Baidu Netcom Science and Technology Co Ltd
Priority to CN201510333495.4A priority Critical patent/CN104965783A/en
Publication of CN104965783A publication Critical patent/CN104965783A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The present invention provides a method and an apparatus for monitoring web content presentation, wherein the method comprises: acquiring a to-be-monitored web; reading a positioning attribute in a verification configuration file, and generating one or one group of web element objects according to the positioning attribute; reading a verification rule in the verification configuration file, and performing verification separately on each web element object by using a verification rule corresponding to each web element object; and outputting a verification result. In the present invention, an element is positioned by using the positioning attribute of the element in the verification configuration file, and it is unnecessary to define repeated or similar elements one by one by using a monitoring use case, so as to reduce maintenance costs. In addition, no matter a page element is changed or a monitoring expectation needs to be updated, it is only required to modify the verification configuration file without repeatedly modifying the monitoring use case, thereby reducing the maintenance costs.

Description

A kind of method and apparatus of Web page content revealing monitoring
[technical field]
The present invention relates to Computer Applied Technology field, particularly a kind of Web page content revealing method and apparatus of monitoring.
[background technology]
The effective means that Web page content revealing monitoring ensures as web page quality, normally by each element of positioning webpage, then verifies representing the attributes such as position, size, number, form and whether meeting expection of each element, thus judges whether web page contents correctly represents.Following two problems is there is in monitoring based on this:
There is a large amount of repetition or similar element in first webpage, on monitoring realizes, belong to repeated work, maintenance cost is higher.
Its two be when web page contents occur upgrade time, monitoring use-case need repeatedly to revise maintenance, maintenance cost is high, and this maintenance has hysteresis quality.
Generally speaking, web page element is various, and it is frequently the feature that existing Web page content revealing is monitored that webpage upgrades, and therefore how to solve above-mentioned two problems and just seems particularly important.
[summary of the invention]
In view of this, the invention provides the method and apparatus of a kind of Web page content revealing monitoring, so that reduce maintenance cost.
Concrete technical scheme is as follows:
The invention provides the method for a kind of Web page content revealing monitoring, the method comprises:
Obtain webpage to be monitored;
Read the positioning properties in verification configuration file, generate one or a web pages element webElement object according to positioning properties;
Read the verification rule in described verification configuration file, utilize verification rule corresponding to each webElement object to verify each webElement object respectively;
Output verification result.
According to the present invention one preferred implementation, described positioning properties comprises: mark id, title name, Cascading Style Sheet css or extend markup language path xpath.
According to the present invention one preferred implementation, the method also comprises:
Determine the web page template that described webpage to be detected is corresponding;
Read the verification configuration file of described web page template.
According to the present invention one preferred implementation, the positioning properties in described verification configuration file generates in the following way:
Using the column in webpage sample or webpage sample as web page template;
Obtain the source code of web page template;
Css or xpath of corresponding node is generated respectively for each element;
Using the css selector switch of each element or xpath as the positioning properties of corresponding element stored in verification configuration file corresponding to described web page template.
According to the present invention one preferred implementation, described verification configuration file comprises the binding relationship of verification rule and element;
When reading the verification rule that in described verification configuration file, each webElement object is corresponding, the inspection rule bound by the corresponding element of each webElement object is regular as the verification that each webElement object is corresponding.
According to the present invention one preferred implementation, prestore the binding relationship between each webElement object and verification rule;
When reading the verification rule that in described verification configuration file, each webElement object is corresponding, determine according to the binding relationship between each webElement object with verification rule the verification rule that each webElement object is corresponding.
The invention provides the device of a kind of Web page content revealing monitoring, this device comprises:
Acquiring unit, for obtaining webpage to be monitored;
Positioning unit, for reading the positioning properties in verification configuration file, generates one or one group of webElement object according to positioning properties;
Verification unit, for reading the verification rule in described verification configuration file, utilizes verification rule corresponding to each webElement object to verify each webElement object respectively;
Output unit, for output verification result.
According to the present invention one preferred implementation, described positioning properties comprises: id, name, css or xpath.
According to the present invention one preferred implementation, described acquiring unit, also for determining the web page template that described webpage to be detected is corresponding, reads the verification configuration file of described web page template.
According to the present invention one preferred implementation, this device also comprises:
Dispensing unit, for using the column in webpage sample or webpage sample as web page template, obtain the source code of web page template, css or xpath of corresponding node is generated respectively, using the css selector switch of each element or xpath as the positioning properties of corresponding element stored in verification configuration file corresponding to described web page template for each element.
According to the present invention one preferred implementation, described verification configuration file comprises the binding relationship of verification rule and element;
Described verification unit is when reading the verification rule that in described verification configuration file, each webElement object is corresponding, and the inspection rule bound by the corresponding element of each webElement object is regular as the verification that each webElement object is corresponding.
According to the present invention one preferred implementation, this device also comprises:
Maintenance unit, for prestoring the binding relationship between each webElement object and verification rule;
Described verification unit, when reading the verification rule that in described verification configuration file, each webElement object is corresponding, determines according to the binding relationship between each webElement object with verification rule the verification rule that each webElement object is corresponding.
As can be seen from the above technical solutions, the present invention adopts the positioning properties of element to position element in verification configuration file, need not define repetition or similar element one by one, reduce maintenance cost by monitoring use-case.Further, no matter be that page elements changes, or monitoring expection (verification rule) needs to upgrade, only needing to modify to verification configuration file, without the need to repeatedly revising monitoring use-case, reducing maintenance cost.
[accompanying drawing explanation]
The method flow diagram that Fig. 1 provides for the embodiment of the present invention;
The instance graph of the web page template that Fig. 2 provides for the embodiment of the present invention;
The structural drawing of the monitoring device that Fig. 3 provides for the embodiment of the present invention.
[embodiment]
In order to make the object, technical solutions and advantages of the present invention clearly, describe the present invention below in conjunction with the drawings and specific embodiments.
In the present invention, two parts are comprised to the monitoring that represents of web page contents: element location and element verification.The configuration of element location and element verification can be defined in configuration file, monitoring device by input web page contents and configuration file suitable, comprise: obtain page elements by bond-allocating, then choose suitable verification rule by verification configuration and page elements is verified.That is, there are two inputs in this monitoring device: webpage to be monitored and verification configuration file.Two parts are divided into the verification of a web page element: locate this web page element and whether meet expection according to this web page element of verification rule judgment.
The method flow diagram that Fig. 1 provides for the embodiment of the present invention, as shown in fig. 1, the method mainly comprises the following steps:
In 101, pre-configured verification configuration file.
This verification configuration file comprises positioning properties and verification rule.Positioning properties can comprise: id (mark), name (title), xpath (extend markup language path), css (Cascading Style Sheet) etc.Positioning properties can human configuration and maintenance, if but human configuration and maintenance, then workload is comparatively large, is not preferred mode.
Webpage can be regarded as being made up of one or several templates usually, in embodiments of the present invention, the part column in some webpage samples or webpage sample (these webpage samples or column normally have certain representative and versatility) can be utilized in advance as web page template, utilize these web page templates to generate verification configuration file, a training process can be regarded as.
For each web page template, when the html source code of known web pages template, automatically css or xpath of corresponding node can be generated for each element in web page template, namely travel through the html source code of web page template, css or xpath obtaining each element corresponding node goes forward side by side line item.That is, as one preferred embodiment, the source code of web page template can be obtained, automatically generate css or xpath of corresponding node for each element in web page template, using css or xpath of each element as in the positioning properties of corresponding element write verification configuration file.
Verification rule can be corresponding with the type of element, and verification rule can propose demand by the business side monitored, and such as, for plain text or link characters dvielement, business side can compare the font, font size, color, coding etc. of paying close attention to word.For picture category element, whether business side compares concern picture and loads successful.For links category element, business Fang Ze compares whether bias toward link be dead chain, etc.Generally speaking, the element type in exemplary web page is exhaustible with verification rule, tens kinds of verification rules or tens kinds of regular monitoring requirements that just can meet generic web page of verification.In verification configuration file, verification rule is their property value of existence anduniquess difference all, also has the verification implementation method that verification rule is corresponding in monitoring device.
Give one example, suppose, using the webpage column shown in Fig. 2 as web page template, this web page template to be named, obtain the html source code of this web page template, automatically generate the positioning properties of css as each element of each element.Link this element for the title in Fig. 2, its css is:
″css″:″div[tpl=weather4_twoicon]>.t.c-gap-bottom-small:nth-child(3)>a″
It can be used as the positioning properties that this title links, the verification rule for this title link configuration can comprise:
Element exists, and general rise of prices of the stocks and other securities is not dead chain.
Using the positioning properties of each element and the verification configuration file of verification regular record as this web page template, use when monitoring for other webpages.
In verification configuration file, verification rule can directly and element bind, this binding relationship is included in and verifies in configuration file.In verification configuration file, the positioning properties that each element is corresponding unique, but can bind one or more verification rules." multiple " involved in the embodiment of the present invention refer to more than one.
In addition, verification rule also can be bound with element type, and verification rule can be bundled on webElement object by this mode, and in this case, binding relationship without the need to being included in verification configuration file, but is controlled by monitoring device.
Above-mentioned verification configuration file can adopt JSON form.
In 102, obtain webpage to be monitored.
In 103, determine the web page template that this webpage to be monitored is corresponding, read the verification configuration file of corresponding web page template.
Webpage to be monitored can be a web page template, also can corresponding multiple web page template.When developer needs to carry out the monitoring of Web page content revealing to a webpage, except by except webpage input monitoring device to be monitored, can also input title or the mark of web page template corresponding to this webpage to be detected in supervising device, the verification configuration file that supervising device just can read corresponding web page template verifies webpage to be detected.
In 104, read the positioning properties in verification configuration file, generate one or one group of webElement (web page element) object according to positioning properties.
Suppose in webpage to be detected, to there is the web page template shown in certain column and Fig. 2 similar, so can call the verification configuration file that web page template as shown in Figure 2 generates, utilize the positioning properties in verification configuration file to locate and obtain one group of webElement object.Wherein just comprise the LinkElement object that title link is corresponding.
In 105, read the verification rule in verification configuration file, utilize verification rule corresponding to each webElement object to verify each webElement object respectively.
After obtaining one or one group of webElement object, first determine the verification rule that each webElement object is corresponding.For the situation that verification rule is bound with element, the binding relationship of verification rule and element is there is in verification configuration file, then this binding relationship of direct basis determines the verification rule that the corresponding element of webElement object is bound, respectively as the verification rule that each webElement object is corresponding.
For verification rule and the situation of webElement object binding, then can binding relationship between direct basis webElement object and verification rule, determine the verification rule that each webElement object is corresponding.
A webElement object correspondence one can verify rule, also can corresponding multiple verification rule.Utilize verification corresponding to webElement object rule to verify webElement object respectively, obtain each webElement object and whether meet corresponding verification rule, namely whether meet expection.
Continue the example described in 104, suppose that in webpage to be monitored, location obtains LinkElement object, the verification rule that this LinkElement object is corresponding is realized by the method for calibration of correspondence, calls corresponding method of calibration and verify this LinkElement object.Such as, following method of calibration is called:
Whether assert (LinkElement.exists (), True) // verification element exists
Assert (LinkElement.has_highlight (), True) // verify whether general rise of prices of the stocks and other securities
The whether dead chain of assert (LinkElement.is_dead_link (), False) // verification
In 106, output verification result.
In this step, the check results of all webElement objects can be exported, also only can export the check results of the webElement object not meeting verification rule.Check results can be verification succeeds or failure (namely whether meeting expection), also can be which bar concrete verifies regular verification succeeds or failure.
The structural drawing of the monitoring device that Fig. 3 provides for the embodiment of the present invention, as shown in Figure 3, this device can comprise: acquiring unit 01, positioning unit 02, verification unit 03 and output unit 04, can also comprise dispensing unit 00 and maintenance unit 05.The major function of each component units is as follows:
Dispensing unit 00 is responsible for configuration verification configuration file, and this verification configuration file comprises positioning properties and verification rule.Positioning properties can comprise: id (mark), name (title), xpath (extend markup language path), css (Cascading Style Sheet) etc.Positioning properties can human configuration and maintenance, if but human configuration and maintenance, then workload is comparatively large, is not preferred mode.
Webpage can be regarded as being made up of one or several templates usually, preferably, dispensing unit 00 can using the column in webpage sample or webpage sample as web page template (web page template choose and name etc. can by providing interface to developer, manually carried out by developer), obtain the source code of web page template, css or xpath of corresponding node is generated respectively, using the css selector switch of each element or xpath as the positioning properties of corresponding element stored in verification configuration file corresponding to web page template for each element.
Verification rule can be corresponding with the type of element, and verification rule can propose demand by the business side monitored, and such as, for plain text or link characters dvielement, business side can compare the font, font size, color, coding etc. of paying close attention to word.For picture category element, whether business side compares concern picture and loads successful.For links category element, business Fang Ze compares whether bias toward link be dead chain, etc.Generally speaking, the element type in exemplary web page is exhaustible with verification rule, tens kinds of verification rules or tens kinds of regular monitoring requirements that just can meet generic web page of verification.In verification configuration file, verification rule is their property value of existence anduniquess difference all.
In verification configuration file, verification rule can directly and element bind, this binding relationship is included in and verifies in configuration file.In verification configuration file, the positioning properties that each element is corresponding unique, but can bind one or more verification rules." multiple " involved in the embodiment of the present invention refer to more than one.
In addition, verification rule also can be bound with element type, and verification rule can be bundled on webElement object by this mode, and in this case, binding relationship without the need to being included in verification configuration file, but is controlled by monitoring device.
Above-mentioned verification configuration file can adopt JSON form.
Acquiring unit 01 is responsible for obtaining webpage to be monitored.Particularly, the web page template that webpage to be detected is corresponding can be determined, read the verification configuration file of web page template.Webpage to be monitored can be a web page template, also can corresponding multiple web page template.When developer needs to carry out the monitoring of Web page content revealing to a webpage, except by except webpage input monitoring device to be monitored, can also input title or the mark of web page template corresponding to this webpage to be detected in supervising device, acquiring unit 01 just can read the verification configuration file of corresponding web page template.
Positioning unit 02 is responsible for reading the positioning properties in verification configuration file, generates one or one group of webElement object according to positioning properties.
Verification unit 03 is responsible for the verification rule read in verification configuration file, utilizes verification rule corresponding to each webElement object to verify each webElement object respectively.
First verification unit 03 determines the verification rule that each webElement object is corresponding.For the situation that verification rule is bound with element, the binding relationship of verification rule and element is there is in verification configuration file, then this binding relationship of direct basis determines the verification rule that the corresponding element of webElement object is bound, respectively as the verification rule that each webElement object is corresponding.
For the situation of verification rule with webElement object binding, maintenance unit 05 prestores the binding relationship between each webElement object and verification rule, verification unit 03 can direct basis webElement object and verification rule between binding relationship, determine each webElement object corresponding verification rule.
Output unit 04 output verification result.Output unit 04 can export the check results of all webElement objects, also only can export the check results of the webElement object not meeting verification rule.Check results can be verification succeeds or failure (namely whether meeting expection), also can be which bar concrete verifies regular verification succeeds or failure.
Described as can be seen from above, method and apparatus provided by the invention can possess following advantage:
1) the present invention adopts the positioning properties of element to position element in verification configuration file, repetition or similar element need not be defined one by one by monitoring use-case, and verifying configuration file can be undertaken multiplexing by different webpages to be monitored, reduce maintenance cost.
2) when using aforesaid way, no matter be that page elements changes, or monitoring expection (verification rule) needs to upgrade, only needing to modify to verification configuration file, without the need to repeatedly revising monitoring use-case, reducing maintenance cost.This amendment when the preposition exploitation to Page Template proposes survey, thus can solve the delayed problem of monitoring.
3) if there is new verification rule to need to increase, only need to revise element and can come into force with the binding relationship of verification rule, multiple element can multiplexing same parity rule, solves the problem of monitoring use-case not reusable and repeated work.
In several embodiment provided by the present invention, should be understood that, disclosed apparatus and method, can realize by another way.Such as, device embodiment described above is only schematic, and such as, the division of described unit, is only a kind of logic function and divides, and actual can have other dividing mode when realizing.
In addition, each functional unit in each embodiment of the present invention can be integrated in a processing unit, also can be that the independent physics of unit exists, also can two or more unit in a unit integrated.Above-mentioned integrated unit both can adopt the form of hardware to realize, and the form that hardware also can be adopted to add SFU software functional unit realizes.
The above-mentioned integrated unit realized with the form of SFU software functional unit, can be stored in a computer read/write memory medium.Above-mentioned SFU software functional unit is stored in a storage medium, comprising some instructions in order to make a computer equipment (can be personal computer, server, or the network equipment etc.) or processor (processor) perform the part steps of method described in each embodiment of the present invention.And aforesaid storage medium comprises: USB flash disk, portable hard drive, ROM (read-only memory) (Read-Only Memory, ROM), random access memory (Random Access Memory, RAM), magnetic disc or CD etc. various can be program code stored medium.
The foregoing is only preferred embodiment of the present invention, not in order to limit the present invention, within the spirit and principles in the present invention all, any amendment made, equivalent replacement, improvement etc., all should be included within the scope of protection of the invention.

Claims (12)

1. a method for Web page content revealing monitoring, it is characterized in that, the method comprises:
Obtain webpage to be monitored;
Read the positioning properties in verification configuration file, generate one or a web pages element webElement object according to positioning properties;
Read the verification rule in described verification configuration file, utilize verification rule corresponding to each webElement object to verify each webElement object respectively;
Output verification result.
2. method according to claim 1, is characterized in that, described positioning properties comprises: mark id, title name, Cascading Style Sheet css or extend markup language path xpath.
3. method according to claim 1, is characterized in that, the method also comprises:
Determine the web page template that described webpage to be detected is corresponding;
Read the verification configuration file of described web page template.
4. method according to claim 3, is characterized in that, the positioning properties in described verification configuration file generates in the following way:
Using the column in webpage sample or webpage sample as web page template;
Obtain the source code of web page template;
Css or xpath of corresponding node is generated respectively for each element;
Using the css selector switch of each element or xpath as the positioning properties of corresponding element stored in verification configuration file corresponding to described web page template.
5. method according to claim 1, is characterized in that, described verification configuration file comprises the binding relationship of verification rule and element;
When reading the verification rule that in described verification configuration file, each webElement object is corresponding, the inspection rule bound by the corresponding element of each webElement object is regular as the verification that each webElement object is corresponding.
6. method according to claim 1, is characterized in that, prestores the binding relationship between each webElement object and verification rule;
When reading the verification rule that in described verification configuration file, each webElement object is corresponding, determine according to the binding relationship between each webElement object with verification rule the verification rule that each webElement object is corresponding.
7. a device for Web page content revealing monitoring, it is characterized in that, this device comprises:
Acquiring unit, for obtaining webpage to be monitored;
Positioning unit, for reading the positioning properties in verification configuration file, generates one or one group of webElement object according to positioning properties;
Verification unit, for reading the verification rule in described verification configuration file, utilizes verification rule corresponding to each webElement object to verify each webElement object respectively;
Output unit, for output verification result.
8. device according to claim 7, is characterized in that, described positioning properties comprises: id, name, css or xpath.
9. device according to claim 7, is characterized in that, described acquiring unit, also for determining the web page template that described webpage to be detected is corresponding, reads the verification configuration file of described web page template.
10. device according to claim 9, is characterized in that, this device also comprises:
Dispensing unit, for using the column in webpage sample or webpage sample as web page template, obtain the source code of web page template, css or xpath of corresponding node is generated respectively, using the css selector switch of each element or xpath as the positioning properties of corresponding element stored in verification configuration file corresponding to described web page template for each element.
11. devices according to claim 7, is characterized in that, described verification configuration file comprises the binding relationship of verification rule and element;
Described verification unit is when reading the verification rule that in described verification configuration file, each webElement object is corresponding, and the inspection rule bound by the corresponding element of each webElement object is regular as the verification that each webElement object is corresponding.
12. devices according to claim 7, is characterized in that, this device also comprises:
Maintenance unit, for prestoring the binding relationship between each webElement object and verification rule;
Described verification unit, when reading the verification rule that in described verification configuration file, each webElement object is corresponding, determines according to the binding relationship between each webElement object with verification rule the verification rule that each webElement object is corresponding.
CN201510333495.4A 2015-06-16 2015-06-16 Method and apparatus for monitoring web content presentation Pending CN104965783A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510333495.4A CN104965783A (en) 2015-06-16 2015-06-16 Method and apparatus for monitoring web content presentation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510333495.4A CN104965783A (en) 2015-06-16 2015-06-16 Method and apparatus for monitoring web content presentation

Publications (1)

Publication Number Publication Date
CN104965783A true CN104965783A (en) 2015-10-07

Family

ID=54219818

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510333495.4A Pending CN104965783A (en) 2015-06-16 2015-06-16 Method and apparatus for monitoring web content presentation

Country Status (1)

Country Link
CN (1) CN104965783A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107590068A (en) * 2017-08-04 2018-01-16 东软集团股份有限公司 Browser page method of testing, device and computer equipment
CN107665209A (en) * 2016-07-28 2018-02-06 北京京东尚科信息技术有限公司 Information-pushing method and device
CN107844400A (en) * 2017-10-16 2018-03-27 阿里巴巴集团控股有限公司 The method of calibration and device of a kind of daily record data

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101021890A (en) * 2007-03-20 2007-08-22 华为技术有限公司 Method, system and server for checking page data
CN101101600A (en) * 2007-07-10 2008-01-09 北京大学 Metadata automatic extraction method based on multiple rule in network search
CN101593184A (en) * 2008-05-29 2009-12-02 国际商业机器公司 The system and method for self-adaptively locating dynamic web page elements
CN103218286A (en) * 2012-01-20 2013-07-24 阿里巴巴集团控股有限公司 Method and system for detecting accessibility of webpage
CN104050281A (en) * 2014-06-26 2014-09-17 北京思特奇信息技术股份有限公司 Webpage information extraction method and device based on http protocol
US20140281877A1 (en) * 2013-03-15 2014-09-18 Pandexio, Inc. Website Excerpt Validation and Management System
CN104168293A (en) * 2014-09-05 2014-11-26 北京奇虎科技有限公司 Method and system for recognizing suspicious phishing web page in combination with local content rule base
CN104239577A (en) * 2014-10-09 2014-12-24 北京奇虎科技有限公司 Method and device for detecting authenticity of webpage data
CN104281575A (en) * 2013-07-01 2015-01-14 上海缪思信息科技有限公司 Webpage data obtaining method and template engine

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101021890A (en) * 2007-03-20 2007-08-22 华为技术有限公司 Method, system and server for checking page data
CN101101600A (en) * 2007-07-10 2008-01-09 北京大学 Metadata automatic extraction method based on multiple rule in network search
CN101593184A (en) * 2008-05-29 2009-12-02 国际商业机器公司 The system and method for self-adaptively locating dynamic web page elements
CN103218286A (en) * 2012-01-20 2013-07-24 阿里巴巴集团控股有限公司 Method and system for detecting accessibility of webpage
US20140281877A1 (en) * 2013-03-15 2014-09-18 Pandexio, Inc. Website Excerpt Validation and Management System
CN104281575A (en) * 2013-07-01 2015-01-14 上海缪思信息科技有限公司 Webpage data obtaining method and template engine
CN104050281A (en) * 2014-06-26 2014-09-17 北京思特奇信息技术股份有限公司 Webpage information extraction method and device based on http protocol
CN104168293A (en) * 2014-09-05 2014-11-26 北京奇虎科技有限公司 Method and system for recognizing suspicious phishing web page in combination with local content rule base
CN104239577A (en) * 2014-10-09 2014-12-24 北京奇虎科技有限公司 Method and device for detecting authenticity of webpage data

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107665209A (en) * 2016-07-28 2018-02-06 北京京东尚科信息技术有限公司 Information-pushing method and device
CN107590068A (en) * 2017-08-04 2018-01-16 东软集团股份有限公司 Browser page method of testing, device and computer equipment
CN107844400A (en) * 2017-10-16 2018-03-27 阿里巴巴集团控股有限公司 The method of calibration and device of a kind of daily record data

Similar Documents

Publication Publication Date Title
CN110235122B (en) System and method for converting web content into reusable templates and components
US9507480B1 (en) Interface optimization application
US7941746B2 (en) Extended cascading style sheets
EP1901179A1 (en) Document processing device, and document processing method
AU2011248878B2 (en) Client application and web page integration
US10049095B2 (en) In-context editing of output presentations via automatic pattern detection
US9141596B2 (en) System and method for processing markup language templates from partial input data
CN103646016A (en) Implementation method of user-defined financial statement and server
US7865481B2 (en) Changing documents to include changes made to schemas
US7904406B2 (en) Enabling validation of data stored on a server system
CN111159016A (en) Standard detection method and device
US20150378966A1 (en) Fast css parser engineered for runtime use
US20170300305A1 (en) Executable guidance experiences based on implicitly generated guidance models
KR20210066470A (en) Documents conversion apparatus, and control method thereof
CN104965783A (en) Method and apparatus for monitoring web content presentation
CN104572744A (en) Structured document generating method and device
US9317489B2 (en) Vector graphic conversion into fonts
JP2015531513A (en) Automatic configuration evaluator
US8862976B1 (en) Methods and systems for diagnosing document formatting errors
CN110058849A (en) Generation method, device, computer equipment and the storage medium of flow chart
US9594737B2 (en) Natural language-aided hypertext document authoring
CN110688823A (en) XML file verification method and device
CN115935909A (en) File generation method and device and electronic equipment
CN115238661A (en) Document checking method, device, equipment and storage medium
US10185706B2 (en) Generating web browser views for applications

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20151007