CN107562454A - The real-time webpage sychronisation of browser-cross and implementation method - Google Patents

The real-time webpage sychronisation of browser-cross and implementation method Download PDF

Info

Publication number
CN107562454A
CN107562454A CN201710692502.9A CN201710692502A CN107562454A CN 107562454 A CN107562454 A CN 107562454A CN 201710692502 A CN201710692502 A CN 201710692502A CN 107562454 A CN107562454 A CN 107562454A
Authority
CN
China
Prior art keywords
browser
event
url
button
real
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
CN201710692502.9A
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.)
G Cloud Technology Co Ltd
Original Assignee
G Cloud 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 G Cloud Technology Co Ltd filed Critical G Cloud Technology Co Ltd
Priority to CN201710692502.9A priority Critical patent/CN107562454A/en
Publication of CN107562454A publication Critical patent/CN107562454A/en
Pending legal-status Critical Current

Links

Landscapes

  • User Interface Of Digital Computer (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present invention relates to web development technologies field, the real-time webpage sychronisation of particularly a kind of browser-cross and implementation method.The present invention is programmed by C#, multiple conventional browsers is integrated on a window, split screen display available;And each Action Button is set, the operation of corresponding actions is realized by button;By some browser status in event capturing window, when certain change occurs for state, change broadcast to other browsers by this.The present invention is solved in webpage development, in real time contrast directly perceived, efficiently, quickly debugs webpage problem.It can be used for the real-time synchronizing web pages of browser-cross.

Description

The real-time webpage sychronisation of browser-cross and implementation method
Technical field
The present invention relates to web development technologies field, the real-time webpage sychronisation of particularly a kind of browser-cross and realization side Method.
Background technology
It is more efficient, quickly debug webpage, be webpage development personnel, particularly front-end person who be badly in need of.At present there has been no One key browser-cross of energy realizes the software/application of real-time synchronizing web pages.
There is the operation that some debugging softwares generally require complexity, or need to open server etc..
More the adjustment method of webpage development personnel is:Multiple browsers are opened, a browser, nothing can only be seen every time Method intuitively contrasts webpage in real time;It is cumbersome, it is poorly efficient.
The content of the invention
Present invention solves the technical problem that one of be to provide a kind of browser-cross real-time webpage sychronisation, realize different The real-time synchronization of browsing device net page.
Present invention solves the technical problem that two be implementation method that a kind of real-time synchronizing web pages of browser-cross are provided, it is simultaneous Hold multiple major browsers;Realize the real-time synchronization of webpage between browser.
The technical scheme that the present invention solves one of above-mentioned technical problem is:
Described device includes more browser kernel compatible modules, URL inlet modules, event monitoring/trapping module, event Real-time broadcast module, the self-defined setup module of intelligence, intelligent mode unlatching/closedown module;
More browser kernel compatible modules, realize the compatibility of different browsers;
URL inlet modules, when switching URL, all browsing device net pages are unified to be switched;
Event monitoring/trapping module, realize the redirecting, switch of event, anyhow to rolling, and URL changes monitoring and Broadcast to other browsers;
Event real-time broadcast module, realize that event real-time broadcast to each browser, ensures result of variations realtime uniform;
The self-defined setup module of intelligence, realize that quantity of explorer, position, size are set;
Intelligent mode unlatching/closedown module, realize whether synchronous unlatching, close.
Described more browser kernel compatible modules include Trident kernels compatible modules, Gecko kernels compatible modules, Webkit kernels compatible modules and Presto kernel compatible modules;
Described Trident kernels compatible modules are IE kernels, are that WebBowser controls carry;Noted when needing to change During volume table, by setting the click of bullet inframe " switching IE versions " button to perform edit the registry and act;
Described Gecko kernel compatible modules, realized as red fox kernel compatible;
Described Webkit kernel compatible modules:Realized as Google's kernel compatible;
Described Presto kernel compatible modules:Realized as Opera kernels compatible.
The present invention solve above-mentioned technical problem two technical scheme be:
Described method comprises the following steps:
(1), programmed, multiple conventional browsers are integrated on a window, split screen display available by C#;And set each dynamic Make button, the operation of corresponding actions is realized by button;
(2), by some browser status in event capturing window, when certain change occurs for state, change this Become broadcast to other browsers.
Described method sets browser address input box and " entrance " button, can input unified address for the first time;Click on The address, which can be broadcasted, after " entrance " button has selected browser to all.
Described method is by setting the click of bullet inframe " switching IE versions " button to perform edit the registry and act, make to hold IE versions in style of writing part are defaulted as some version;Concrete methods of realizing is:
It is located in registry-location
“HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InternetExplorer\MAIN\ FeatureControl FEATURE_BROWSER_EMULATION " local newly-built this application perform the associated registration of file Table data.
Described method realizes that the compatible method of Gecko kernels is:(1) XULrunner file bags are downloaded, decompression is reduced to out Send out under catalogue;(2) C#skybound.gecko plug-in units are downloaded, quotes and compiles and pass through;(3) browser ginseng is initialized in code Number:Skybound.Gecko.Xpcom.Initialize(xulrunnerPath);(4) residue code is write.
Described method realizes the compatible method of Webkit kernels similar to Gecko kernels, simply download file title and Reference document is webkit.net and WebKitBrowser.dll.
In described method, input frame and corresponding button are set;When switching URL, realize that all browsing device net pages are uniformly cut Change;Event monitoring/trapping module working range is reduced to the operation inside browser, including clicks on some link/button, slip Mouse roller page turning, page scroll bar dragging etc. up and down, reduces the conflict for directly operating URL addresses.
Described method realizes redirecting, switch, anyhow to rolling for event by event monitoring/trapping module, and The monitoring and broadcast to other browsers that URL changes;Its method is:
A:Click redirects event;Position first by the document of operation browser, if browser is entitled WebBrowserl is then webBrowserl.Document, and event action is carried out to it by document built-in properties API, All A labels can be got if webBrowserl.Document.All [' a '], or, WebBrowserl.Document.MouseDown obtains mouse click event action;
B:Click on handover event;The handover event that handover event refers to the constant such as tabs etc of URL is clicked on, effect The same A of fruit;
C:It is vertical to roll event;Obtain being controlled the scrolltop parameters of webpage first:
String top=document.GetElementsByTagName (" HTML ") [0] .ScrollTop.ToString();Then acted by document2.Window.ScrollTo function passes/broadcast to it His browser;
D:Laterally roll event;It is similar with the vertical event that rolls, top is changed to left:
String left=document.GetElementsByTagName (" HTML ") [0] .ScrollLeft.ToString();
E:URL variation monitorings (;The URL variation monitorings of indirect input are, it is necessary to judge whether current URL changes, by each Class action triggers, the URL for then broadcasting change refer to other browsers.
Described method realizes event real-time broadcast to each browser, guarantee change knot by event real-time broadcast module The method of fruit realtime uniform is:
A:URL is set;Jumped to using Navigate functions and URL is specified in broadcasted content;Navigate parameters are String types are, it is necessary to set URI tostring to change;
B:Page elements are set;When page elements change, all changes element is obtained by document all functions And traveled through with each functions, individual element is navigated to so as to contrast object, dimensions of variability is set by comparing difference, and using all The attribute of element;
C:It is interactive with page JS;InvokeMember functions and InvokeScript function locating JS functions, are realized to page The execution of face JS functions;It is this time interactive to ensure that each browser is carried out, realizes result of variations realtime uniform.
Described method realizes that the method that quantity of explorer, position, size are set is by the self-defined setup module of intelligence:
A:Quantity of explorer is set;Click on " set " button after, ejection set dialog box, there is provided browser kernel quantity and Species selects;Four big kernels are chosen/cancelled for user in the form of large icons and multiselect frame;Browser has been selected to form array pair As inserting successively in dynamic position frame;User can be set in real time at any time;Browser change will be realized at once;
B:Browser position is set;After clicking on " set " button, ejection setting dialog box, the X of dynamic position frame therein, Y-axis position can arbitrarily adjust;X-axis arrange parameter includes:" left side ", " in the left ", " in ", " in the right ", " right side ", radio box selection Parameter is that setting completed for the direction;Y-axis is similarly;
C:Browser size is set;After clicking on " set " button, ejection sets dialog box, is directly dragged at dynamic position frame Drag container edge and can customize adjustment browser container size;Pop-up box is closed, browser change will be realized at once.
Beneficial effects of the present invention are as follows:
1st, the present invention provides browser synchronous service on/off buttons;When opening synchronous service, event of the invention Synchronized drive module normal operation;When closing synchronous service, event synchronization driving failure, switch to asynchronous mode (common mould Formula).
2nd, the present invention provides the self-defined setting of browser kernel quantity;After clicking on " set " button, ejection sets dialog box, Browser kernel quantity and species selection are provided;Four big kernels are chosen/cancelled for user in the form of large icons and multiselect frame; Select browser to form array object, insert successively in dynamic position frame.
3rd, the present invention provides the self-defined setting of browser dynamic position;After clicking on " set " button, ejection sets dialog box, The X of dynamic position frame therein, Y-axis position can arbitrarily adjust.
4th, the present invention provides the self-defined setting of browser container size;After clicking on " set " button, ejection sets dialog box, Container edge is directly pulled at dynamic position frame and can customize adjustment browser container size.
5th, event synchronization drive module is passed through, it is possible to achieve preset browser action real-time synchronization, consistent;This function can use In developer, particularly front-end person who debugging webpage;Debugging the purpose of webpage includes checking the matching of code and web page element Degree, webpage display whether exception, if meet expection, webpage whether can compatible multiple major browsers, whether webpage can be simultaneous Hold the multiple versions of same browser (such as IE);
Brief description of the drawings
The present invention is further described below in conjunction with the accompanying drawings:
Fig. 1 is the flow chart of the present invention;
Fig. 2 is implementation result figure of the present invention.
Embodiment
Below in conjunction with accompanying drawing, clear, complete description is carried out to the technical scheme in the embodiment of the present invention, it is clear that institute The embodiment of description is only part of the embodiment of the present invention, rather than whole embodiments.Based on the embodiment in the present invention, Those of ordinary skill in the art are not making the substantive scheme created and obtained, and belong to the scope of protection of the invention.
The present invention realizes that the real-time webpage sychronisation of browser-cross and implementation method are as follows:
1:More browser kernel compatible modules
A:Trident kernel compatible modules:This kernel module is IE kernels, is that WebBowser controls carry.The present invention IE version problems are concerned about emphatically.The modification for the IE versions that control carries needs edit the registry, and the present invention is by setting bullet frame Interior " switching IE versions " button of clicking on performs edit the registry action, allows the present invention to perform the IE versions acquiescence in file (.exe) For some version (7-11).Concrete methods of realizing is:It is located in registry-location
“HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InternetExplorer\MAIN\ FeatureControl FEATURE_BROWSER_EMULATION " local newly-built this application perform the associated registration of file Table data;
B:Gecko kernel compatible modules:This kernel module is red fox kernel.Specific compatibility method is downloaded for (1) XULrunner file bags, decompression are reduced under exploitation catalogue;(2) C#skybound.gecko plug-in units are downloaded, quotes and compiles logical Cross;(3) browser parameters are initialized in code:Skybound.Gecko.Xpcom.Initialize(xulrunnerPath); (4) residue code is write;
C:Webkit kernel compatible modules:This kernel is Google's kernel.Specifically compatibility method is similar to gecko kernels Download file title and reference document are webkit.net and WebKitBrowser.dll;
D:Presto kernel compatible modules:Principle is same as above;
2:URL inlet modules
The system provides an input frame and corresponding button, when acting as switching URL, realizes that all browsing device net pages are unified Switching;So, for event monitoring/trapping module, its working range is reduced to the operation inside browser, such as clicks on Page turning, the page scroll bar dragging etc. up and down of some link/button, sliding mouse roller, reduces and directly operates URL addresses Conflict;
3:Event monitoring/trapping module
A:Click redirects event;Position first by the document of operation browser, if browser is entitled WebBrowserl is then webBrowserl.Document, and event behaviour can be carried out to it by document built-in properties API Make, all A labels can be got if webBrowserl.Document.All [' a '], or, WebBrowserl.Document.MouseDown obtains mouse click event action;
B:Click on handover event;The handover event that handover event refers to the constant such as tabs etc of URL is clicked on, effect The same A of fruit;
C:It is vertical to roll event;Obtain being controlled the scrolltop parameters of webpage first:
String top=document.GetElementsByTagName (" HTML ") [0] .ScrollTop.ToString();Then can is moved by document2.Window.ScrollTo function passes/broadcast Make to other browsers;
D:Laterally roll event;Similar with vertical rolling event, only top is changed to left:
String left=document.GetElementsByTagName (" HTML ") [0] .ScrollLeft.ToString();
E:URL variation monitorings (indirect input);Whether the URL variation monitorings of indirect input are, it is necessary to judge current URL Change, can be by all kinds of action triggers, and the URL for then broadcasting change refers to other browsers;
4:Event real-time broadcast module
A:URL is set;Jumped to using Navigate functions and URL is specified in broadcasted content;Navigate parameters are String types are, it is necessary to set URI tostring to change.
B:Page elements are set;When page elements change, all changes element is obtained by document all functions And traveled through with each functions, individual element is navigated to so as to contrast object, dimensions of variability is set by comparing difference, and using all The attribute of element;
C:It is interactive with page JS;InvokeMember functions and InvokeScript function locating JS functions, so as to Realize the execution to page JS functions, it is only necessary to it is this time interactive to ensure that each browser is carried out, result of variations ensures that Realtime uniform.
5:The self-defined setup module of intelligence
A:Quantity of explorer is set;Click on " set " button after, ejection set dialog box, there is provided browser kernel quantity and Species selects;Four big kernels are chosen/cancelled for user in the form of large icons and multiselect frame;Browser has been selected to form array pair As inserting successively in dynamic position frame;User can be set in real time at any time;Browser change will be realized at once;
B:Browser position is set;After clicking on " set " button, ejection setting dialog box, the X of dynamic position frame therein, Y-axis position can arbitrarily adjust;By taking X-axis as an example, its arrange parameter includes:" left side ", " in the left ", " in ", " in the right ", " right side ", Radio box selection parameter is that setting completed for the direction;Y-axis is similarly;
C:Browser size is set;After clicking on " set " button, ejection sets dialog box, is directly dragged at dynamic position frame Drag container edge and can customize adjustment browser container size;Pop-up box is closed, browser change will be realized at once;
6:Intelligent mode unlatching/closedown module
When opening synchronous service, event synchronization drive module normal operation of the invention;When closing synchronous service, thing Part synchronously driving failure, switchs to asynchronous mode (general mode);So-called asynchronous mode (general mode) refers to:Each browser is mutual Onrelevant, each change, is independent of each other;
Implementation method of the present invention is specific as follows:
1:Programmed, multiple (typically two to three) conventional browser is integrated on a window, split screen shows by C# Show;Conventional browser includes IE, red fox, Google, Ou Peng, roamed, Safari etc.;It can be divided into by the classification of its kernel:Trident、 Tetra- big kernel of Gecko, WebKit, Presto;The present invention four big kernel browsers based on more than.
2:Some in window is captured by event (such as press enter key, click on button, page jump, page scroll) Browser status, when certain change occurs for state, change broadcast to other browsers by this;So that all in window browse Device acts realtime uniform;And event only needs to operate one of browser;
3:The present invention provides browser address input box and " entrance " button, convenient to input unified address for the first time;And The address, which can be broadcasted, after click " entrance " button has selected browser to all.
The present invention is a window application program, built-in URL entrances, intelligent set button, and synchronous unlatching/end is pressed Button, multiple browser split screen display available interfaces etc..
The present invention can collect multiple browser kernels with all over the body, realizing real-time dynamic unity debugging, each browser action one Cause, conveniently check the browser compatibility of contrast webpage.

Claims (11)

  1. A kind of 1. real-time webpage sychronisation of browser-cross, it is characterised in that:It is compatible that described device includes more browser kernels Module, URL inlet modules, event monitoring/trapping module, event real-time broadcast module, the self-defined setup module of intelligence, intelligent mould Formula unlatching/closedown module;
    More browser kernel compatible modules, realize the compatibility of different browsers;
    URL inlet modules, when switching URL, all browsing device net pages are unified to be switched;
    Event monitoring/trapping module, realize redirecting, switch, anyhow to rolling, and the monitoring and broadcast of URL changes for event To other browsers;
    Event real-time broadcast module, realize that event real-time broadcast to each browser, ensures result of variations realtime uniform;
    The self-defined setup module of intelligence, realize that quantity of explorer, position, size are set;
    Intelligent mode unlatching/closedown module, realize whether synchronous unlatching, close.
  2. 2. device according to claim 1, it is characterised in that:Described more browser kernel compatible modules include Trident kernels compatible modules, Gecko kernels compatible modules, Webkit kernels compatible modules and Presto kernel compatible modules;
    Described Trident kernels compatible modules are IE kernels, are that WebBowser controls carry;When needing edit the registry When, by setting the click of bullet inframe " switching IE versions " button to perform edit the registry and act;
    Described Gecko kernel compatible modules, realized as red fox kernel compatible;
    Described Webkit kernel compatible modules:Realized as Google's kernel compatible;
    Described Presto kernel compatible modules:Realized as Opera kernels compatible.
  3. A kind of 3. implementation method of the device described in claim 1 or 2, it is characterised in that:Described method comprises the following steps:
    (1), programmed, multiple conventional browsers are integrated on a window, split screen display available by C#;And each action is set to press Button, the operation of corresponding actions is realized by button;
    (2), by some browser status in event capturing window, when certain change occurs for state, change this extensively Cast to other browsers.
  4. 4. according to the method for claim 3, it is characterised in that:Described method sets browser address input box and " entered Enter " button, unified address can be inputted for the first time;The address, which can be broadcasted, after click " entrance " button has selected browser to all.
  5. 5. according to the method for claim 3, it is characterised in that:Described method is by setting bullet inframe to click on " switching IE versions " button performs edit the registry action, the IE versions in execution file is defaulted as some version;Concrete methods of realizing It is:
    It is located in registry-location
    “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InternetExplorer\MAIN\ FeatureControl FEATURE_BROWSER_EMULATION " local newly-built this application perform the associated registration of file Table data.
  6. 6. according to the method for claim 3, it is characterised in that:Described method realizes that the compatible method of Gecko kernels is: (1) XULrunner file bags are downloaded, decompression is reduced under exploitation catalogue;(2) C#skybound.gecko plug-in units are downloaded, are quoted simultaneously Compiling passes through;(3) browser parameters are initialized in code:Skybound.Gecko.Xpcom.Initialize (xulrunnerPath);(4) residue code is write.
  7. 7. according to the method for claim 3, it is characterised in that:Described method realizes the compatible method class of Webkit kernels Like Gecko kernels, simply download file title and reference document are webkit.net and WebKitBrowser.dll.
  8. 8. according to the method for claim 3, it is characterised in that:In described method, input frame and corresponding button are set;Cut When changing URL, realize that all browsing device net pages are unified and switch;Event monitoring/trapping module working range is reduced to inside browser Operation, including click on some link/button, page turning, page scroll bar pull etc. above and below sliding mouse roller, reduce directly behaviour Make the conflict of URL addresses.
  9. 9. according to the method for claim 3, it is characterised in that:Described method is realized by event monitoring/trapping module The redirecting, switch of event, anyhow to rolling, and URL changes monitoring and broadcast to other browsers;Its method is:
    A:Click redirects event;Position first by the document of operation browser, if the entitled webBrowser1 of browser For webBrowser1.Document, event action is carried out to it by document built-in properties API, such as WebBrowser1.Document.All [' a '] can then get all A labels, or, WebBrowser1.Document.MouseDown obtains mouse click event action;
    B:Click on handover event;The handover event that handover event refers to the constant such as tabs etc of URL is clicked on, effect is same A;
    C:It is vertical to roll event;Obtain being controlled the scrolltop parameters of webpage first:String top= document.GetElementsByTagName(″HTML″)[0].ScrollTop.ToString();Then pass through Document2.Window.ScrollTo function passes/broadcast is acted to other browsers;
    D:Laterally roll event;It is similar with the vertical event that rolls, top is changed to left:String left= document.GetElementsByTagName(″HTML″)[0].ScrollLeft.ToString();
    E:URL variation monitorings;The URL variation monitorings of indirect input are, it is necessary to judge whether current URL changes, by all kinds of dynamic Trigger, the URL for then broadcasting change refers to other browsers.
  10. 10. according to the method for claim 3, it is characterised in that:Described method is realized by event real-time broadcast module The method of event real-time broadcast to each browser, guarantee result of variations realtime uniform is:
    A:URL is set;Jumped to using Navigate functions and URL is specified in broadcasted content;Navigate parameters are string classes Type is, it is necessary to set URI tostring to change;
    B:Page elements are set;When page elements change, all changes element is obtained by document all functions and is used in combination Each functions are traveled through, and individual element is navigated to so as to contrast object, and change element is set by comparing difference, and using all Attribute;
    C:It is interactive with page JS;InvokeMember functions and InvokeScript function locating JS functions, are realized to page JS The execution of function;It is this time interactive to ensure that each browser is carried out, realizes result of variations realtime uniform.
  11. 11. according to the method for claim 3, it is characterised in that:Described method is real by the self-defined setup module of intelligence Existing quantity of explorer, position, the method for size setting are:
    A:Quantity of explorer is set;After clicking on " set " button, ejection sets dialog box, there is provided browser kernel quantity and species Selection;Four big kernels are chosen/cancelled for user in the form of large icons and multiselect frame;Browser has been selected to form array object, according to It is secondary to insert in dynamic position frame;User can be set in real time at any time;Browser change will be realized at once;
    B:Browser position is set;After clicking on " set " button, ejection sets dialog box, the X of dynamic position frame therein, Y-axis Position can arbitrarily adjust;X-axis arrange parameter includes:" left side ", " in the left ", " in ", " in the right ", " right side ", radio box selection ginseng Number is that setting completed for the direction;Y-axis is similarly;
    C:Browser size is set;After clicking on " set " button, ejection sets dialog box, and appearance is directly pulled at dynamic position frame Device edge can customize adjustment browser container size;Pop-up box is closed, browser change will be realized at once.
CN201710692502.9A 2017-08-14 2017-08-14 The real-time webpage sychronisation of browser-cross and implementation method Pending CN107562454A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710692502.9A CN107562454A (en) 2017-08-14 2017-08-14 The real-time webpage sychronisation of browser-cross and implementation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710692502.9A CN107562454A (en) 2017-08-14 2017-08-14 The real-time webpage sychronisation of browser-cross and implementation method

Publications (1)

Publication Number Publication Date
CN107562454A true CN107562454A (en) 2018-01-09

Family

ID=60975492

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710692502.9A Pending CN107562454A (en) 2017-08-14 2017-08-14 The real-time webpage sychronisation of browser-cross and implementation method

Country Status (1)

Country Link
CN (1) CN107562454A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109101429A (en) * 2018-08-21 2018-12-28 青岛海信宽带多媒体技术有限公司 A kind of method and device of the browser page debugging of set-top box
CN111061572A (en) * 2019-11-15 2020-04-24 北京浪潮数据技术有限公司 Page communication method, system, equipment and readable storage medium
CN111274156A (en) * 2020-02-25 2020-06-12 中信银行股份有限公司 Automatic identification method and device compatible with multi-frame page

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110078663A1 (en) * 2009-09-29 2011-03-31 International Business Machines Corporation Method and Apparatus for Cross-Browser Testing of a Web Application
CN103294474A (en) * 2013-05-31 2013-09-11 北京奇虎科技有限公司 Browser operation synchronizing method and device for performing browser operation synchronization
CN103927253A (en) * 2013-01-11 2014-07-16 阿里巴巴集团控股有限公司 Multiple browser compatibility testing method and system
CN104636251A (en) * 2014-12-30 2015-05-20 安科智慧城市技术(中国)有限公司 Testing method and system for compatibility of multiple browsers

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110078663A1 (en) * 2009-09-29 2011-03-31 International Business Machines Corporation Method and Apparatus for Cross-Browser Testing of a Web Application
CN103927253A (en) * 2013-01-11 2014-07-16 阿里巴巴集团控股有限公司 Multiple browser compatibility testing method and system
CN103294474A (en) * 2013-05-31 2013-09-11 北京奇虎科技有限公司 Browser operation synchronizing method and device for performing browser operation synchronization
CN104636251A (en) * 2014-12-30 2015-05-20 安科智慧城市技术(中国)有限公司 Testing method and system for compatibility of multiple browsers

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109101429A (en) * 2018-08-21 2018-12-28 青岛海信宽带多媒体技术有限公司 A kind of method and device of the browser page debugging of set-top box
CN109101429B (en) * 2018-08-21 2021-12-07 青岛海信宽带多媒体技术有限公司 Method and device for debugging browser page of set top box
CN111061572A (en) * 2019-11-15 2020-04-24 北京浪潮数据技术有限公司 Page communication method, system, equipment and readable storage medium
CN111274156A (en) * 2020-02-25 2020-06-12 中信银行股份有限公司 Automatic identification method and device compatible with multi-frame page

Similar Documents

Publication Publication Date Title
CN107562454A (en) The real-time webpage sychronisation of browser-cross and implementation method
US20130275411A1 (en) Image search method and digital device for the same
WO2001040976A1 (en) Browser based web site generation tool and run time engine
Nebeling Xdbrowser 2.0: Semi-automatic generation of cross-device interfaces
DE202008001338U1 (en) Gesturing with a multipoint scanning device
CN103268361A (en) Extracting method, device and system of hidden URL (Uniform Resource Locator) in webpage
EP2643752A1 (en) Method and apparatus for displaying a graphical user interface of a portable computation unit of an external display unit
CN103761330A (en) System and method for achieving automatic Internet information extraction based on template configuration
DE212009000073U1 (en) Navigate between activities in a computing device
US10983678B2 (en) Facilitating the prototyping and previewing of design element state transitions in a graphical design environment
CN104169853B (en) web application control
DE10337053A1 (en) Graphical user computer interface
CN105808074A (en) Method for controlling new establishment, switching and closing of pages
JP2015005245A (en) Automatic operation device and method by image recognition, and program
WO2017012378A1 (en) System for operating computer, wearable device and method for operating computer thereof
CN106326406A (en) Question searching method and device applied to electronic terminal
CN107122185A (en) One kind shows method for the visualization of distribution network parameters category information
CN104427374B (en) Display control method, device and the multimedia equipment of content of multimedia
CN103049193A (en) Method and device for implementing webpage turning by keys
CN103279314A (en) Transmission apparatus with virtual device window operation and transmission system of using the same
CN103595742B (en) A method and an apparatus for debugging webpage CSS
CN101324844B (en) Method for making rich text control with intelligent apperception
WO2016075552A1 (en) Method of testing webpage layout
CN115437608A (en) Intelligent research and development assisting method and device
CN103777851B (en) Internet of Things video interactive method and system

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
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20180109