Package hudson.plugins.selenium.configuration

Examples of hudson.plugins.selenium.configuration.CustomRCConfiguration


                port_ = ss.getLocalPort();
                ss.close();
            } catch (IOException e) {
            }

            SeleniumNodeConfiguration c = new CustomRCConfiguration(port_, rcBrowserSideLog_, rcDebug, rcTrustAllSSLCerts_, rcBrowserSessionReuse_,
                    -1, rcFirefoxProfileTemplate_, browsers, null);

            synchronized (configurations) {
                configurations.add(new SeleniumGlobalConfiguration("Selenium v2.0 configuration", new MatchAllMatcher(), c));
            }
View Full Code Here

TOP

Related Classes of hudson.plugins.selenium.configuration.CustomRCConfiguration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.