How does selenium server support Firefox of a later version?

Source: Internet
Author: User

Based on selenium to test the content of the Firefox page, selenium sever always hang in

Preparing Firefox profile... won't be started, Firefox cannot be started, and the test script cannot be run.

I'm using the selenium-remote-control-1.0.1-dist version,

Google found that selenium does not support Firefox of later versions. The solution is as follows:

1. Use WinRAR or 7zip to open the selenium-server.jar;
2. Search for two directories: customprofiledircustffchrome and customprofiledircustff;
3. Search each directory and edit the following lines for each file install. RDF:

Modify
<! -- Firefox -->
<Em: targetapplication>
<Description>
<Em: Id> {ec8030f7-c20a-464f-9b0e-13a3a9e97384} </em: Id>
<Em: minversion> 1.4.1 </em: minversion>
<Em: maxversion> 4. * </em: maxversion>
</Description>
</Em: targetapplication>

Is
<! -- Firefox -->
<Em: targetapplication>
<Description>
<Em: Id> {ec8030f7-c20a-464f-9b0e-13a3a9e97384} </em: Id>
<Em: minversion> 1.4.1 </em: minversion>
<Em: maxversion> 4. * </em: maxversion>
</Description>
</Em: targetapplication>

 

You can also change it to a larger version to support a higher firefox version. After modification, Firefox is started successfully.

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.