
net.lightbody.bmp.proxy.FirefoxErrorConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of browsermob-proxy Show documentation
Show all versions of browsermob-proxy Show documentation
A programmatic HTTP/S designed for performance and functional testing
package net.lightbody.bmp.proxy;
public class FirefoxErrorConstants {
public static final String SHARED_LONG_DESC = "\n" +
" - The site could be temporarily unavailable or too busy. Try again in a few\n" +
" moments.
\n" +
" - If you are unable to load any pages, check your computer's network\n" +
" connection.
\n" +
" - If your computer or network is protected by a firewall or proxy, make sure\n" +
" that Firefox is permitted to access the Web.
\n" +
"
";
public static final String ERROR_PAGE = "\n" +
" \n" +
" Problem loading page \n" +
" \n" +
" \n" +
" \n" +
"\n" +
" \n" +
"\n" +
" \n" +
" \n" +
" \n" +
" \n" +
" \n" +
" %s
\n" +
" \n" +
" \n" +
" \n" +
" \n" +
" \n" +
" \n" +
" \n" +
" \n" +
" %s\n" +
"
\n" +
" \n" +
"\n" +
" \n" +
" \n" +
" %s\n" +
" \n" +
" \n" +
"\n" +
" \n" +
" \n" +
"\n" +
" \n" +
"\n" +
" \n" +
"";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy