Selenium does not support earlier Firefox versions.

Source: Internet
Author: User

1. Open the selenium-server.jar with WinRAR;

2. Search for two directories: customprofiledircustffchrome and customprofiledircustff;

3. Search for each directory until you find the file install. RDF, decompress it to a temporary directory, and edit the following line: JavaCode

    1. <Em: maxversion>2.0.0. * </Em: maxversion>

Change to Java code

    1. : <Em: maxversion>4.0.0. * </Em: maxversion>

Now you can use "* Firefox" in selenium.

When "* Firefox" is used, the pop-up Firefox may be a restricted version, firebug and other additional components cannot be used because of "insecure Certificates", which is very inconvenient for development, the following is a solution: Change "* Firefox" to Java code.

    1. * Custom c: \ Program Files \ Mozilla Firefox \ firefox.exe

Although you can use firefox3 for testing now, when you run testcase, The 404 error will certainly occur. Check the URL and the primary domain name displayed is Google, but Google does not have this webpage, so you can set a proxy to solve this problem: Java code

    1. HTTP Proxy: localhost Port:4444

The proxy points to the local selenium-server. The port is the default port of the server.

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.