Automation testing is the trend of the times, so many testers began to study automated testing, Web Automation testing test is not difficult, but many people are blocked in the environment to build this step, behind the study of passion, here, Tao Brother teach you to build a Firefox browser under the automated test environment (based on Java).Why is it difficult to build an automated test environment, because of the high environmental requirements, t
operation interface. Now firefox 3.0 is better integrated with your operating system. Firefox under Vista is more compatible with Vista's Gorgeous style. Firefox under OS x is also more similar to other OS X's own software. The following shows the page changes that have taken place between Firefox 1.0 and
After learning about the basic display and style of XML in the Firefox browser, the next function to be followed is script. In this article, I will show how to use JavaScriptCodeProcess the basic concept of XML. All the code examples and screens in this article are created and tested using Firefox 1.5.0.4 in Ubuntu Linux. The configuration file has not been modified (that is, there is no extension, and the
1. CSS Tutorial "float" valueThe most basic syntax for accessing a given CSS tutorial value is: Object.style.property, using the hump to replace a value with a connector, for example, to access a
document.getElementById ("header"). style.backgroundcolor= "#ccc";But since the word "float" is a JavaScript tutorial reserved word, so we can't use object.style.float to access, here, we can do this in two kinds of browsers:Write this in IE:
document.getE
ObjectiveFiddler is a good grab package tool, the default is to catch the HTTP request, for the HTTPS request on the PC, will prompt the webpage is not safe, this time need to install the certificate on the browser.One, the web is not secure1. Grab the bag with fiddler, open Baidu Web page: https://www.baidu.com2. Tip: Web pages are not secureSecond, fiddler set1. Open the menu bar: Tools>fiddler Options>https2. Tick decrypt HTTPS traffic, two sub-menus are also checkedThird, export the certific
Firefox, a product that once broke the dark (1)
Firefox has no chance of losing its biggest customer or mobile phone. However, this cannot erase the contributions it has made. "We have no business relationship with Google Now ." Mozilla business and Legal Officer Dixon Thaye said. This means that the company behind the Fire
, only Firefox can recognize IE Browser not recognizedIf you only letFF,IE8See withhtml>/**/body. Head{color: #000;}If you just don't letIE6See withhtml>body.head{color: #000;}that theIE 6InvalidIf you just don't letFF,IE8See with*body.head{color: #000;} that theFF,IE8Invalidhtml*{color: #f00}SupportIE6 IE7not supportedIE8 FFBody>p{color: #f00}SupportIE7 IE8 FFnot supportedIE6HTML[XMLNS] P {color: #f00}SupportIE7 IE8 FFnot supportedIE6@import "Style.c
1.doc ument. formname. Item ("itemname ")
Description: You can use document. formname. item ("itemname") or document. formname. elements ["elementname"]; In Firefox, only document. formname. elements ["elementname"].Solution: Use document. formname. elements ["elementname"].
2. Collection class Object Problems
Note: in IE, you can use () or [] to obtain collection class objects. In
Javascript has many different performances in IE and FireFox. The following lists some common differences. In-depth understanding of these differences can help Web developers and designers avoid common mistakes and improve development efficiency.
BKJIA recommended reading: Javascript solves Common Browser compatibility problems
1.doc ument. formName. item ("itemName ")
Description: You can use document. for
Reprinted from http://www.lupaworld.com/article-219681-1.html
This site reported the Mozilla B2G system for the first time 10 months ago. Now it has grown into Firefox OS, and it's time to look at its architecture.
This document was originated from the official B2G wiki page and skipped the sample code section. For ease of understanding, some of the descriptions will be compared with the current popular A
to store preferences or other information. For example, here I want to store the Oauth_token information obtained after the user authorization on Sina Weibo. Firefox provides many storage methods. You can store files in special locations, or use a small file database like sqlite. Another simplest way is to store preferences. For the Firefox plug-in, you can specify your preference file in your install. rdf
images can be connected. However, the results are normal in Firefox, and each IMG displayed in IE is 3 px apart. Deleting spaces between tags does not work.
Later, the solution was to set Li outside IMG and define margin: 0 for Li, which solved the display deviation between IE and Firefox. The explanation of some models by IE may cause many errors. You can only find the cause if you try more.
2. nested
apart. Deleting spaces between tags does not work. Later, the solution was to set li outside img and define margin: 0 for li, which solved the display deviation between IE and Firefox. The explanation of some models by IE may cause many errors. You can only find the cause if you try more. 10 major compatibility points 1. DOCTYPE affects CSS processing 2. Firefox
Yesterday, when I embedded a completed Silverlight 2 beta 1 control into HTML for display, everything went fine in IE, but in Firefox it was prompted that I didn't install the Silverlight 2 plug-in, however, the other Silverlight 2 beta 1 control is normal in IE and Firefox ......
After carefully comparing the diff
* Following IE instead of Internet Explorer to Mf/ff instead of Mozzila Firefox/
Window.eventie: there are window.event objectsFF: no Window.event object. You can pass an event object to a parameter of a function. such as Onmousemove=domousemove (event)Workaround: var event = Event | | window.event;ExampleThe code is as follows:
Mouse Current coordinatesIe:event.x and Event.y.Ff:event.pagex and Event.pagey.General: Both have Event.clientx
First, CSS HACKThe following two methods can solve almost all hack today.
1,!important
With the support of IE7 to!important, the!important method is now targeted only at IE6 hack. (Note the wording. Remember that the claim position needs to be advanced.)
2, Ie6/ie77 to Firefox
*+html and *html is the unique label of IE, Firefox is not supporte
External js files block images in the body
Take the following html as an example:1
After firebug network analysis:
Figure 1-1
Observe Figure 1-1 and draw the following two conclusions:
1. the browser processes requests (slices)
Let's talk about two things: 1. usage of this pointer; 2. Differences between attachEvent of ie and addEventListener of firefox in event processing. First thing.
This refers to a special clock in JavaScript, which points to the current object that calls this statement when the code is running.
If it is an event binding function, it points to the bound element itself.
This article will focus on the differences between JS and IE and their solutions. In IE, you can use methods to obtain general attributes to obtain custom attributes, or you can use getAttribute () get custom attributes. In Firefox, you can only use getAttribute () to get custom attributes.
Differences between JS and IE and Their Solutions
1.doc ument. formName. item (itemName)
Note:
In IE, you can use docu
multiple img labels and defining float: left. I hope these images can be connected. However, the results are normal in firefox, and each img displayed in IE is 3 px apart. Deleting spaces between tags does not work.
Later, the solution was to set li outside img and define margin: 0 for li, which solved the display deviation between IE and firefox. The explanation of some models by IE may cause many errors
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.