Selenlium three ways to open Firefox in different locations

Source: Internet
Author: User

1. System.setproperty

System.setproperty ("Webdriver.firefox.bin", "D:/program files/mozilla firefox4002/firefox.exe"   New  firefoxdriver ();d river.get ("http://www.baidu.com");d river.manage (). window (). Maximize ();

2. Firefoxbinary

1         firefoxbinary firefoxbinary = new Firefoxbinary (New File ("D:/program files/mozilla firefox4002/firefox.exe"); 2         New firefoxprofile (); 3         New Firefoxdriver (firefoxbinary,firefoxprofile); 4         Driver.get ("http://www.baidu.com"); 5         Driver.close ();

3. desiredcapabilities.setcapability

1         desiredcapabilities Capability=desiredcapabilities.firefox ();  2         capability.setcapability ("Firefox_binary",  3         "D:\\Program files\\mozilla firefox\\firefox.exe");  4         Webdriver Driver = new5         driver.get ("http://www.baidu.com/");  

Selenlium three ways to open Firefox in different locations

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.