Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browsermob proxy server crashes websites #126

Open
arno86 opened this issue Apr 20, 2016 · 0 comments
Open

Browsermob proxy server crashes websites #126

arno86 opened this issue Apr 20, 2016 · 0 comments

Comments

@arno86
Copy link

arno86 commented Apr 20, 2016

trying to use browsermob proxy server by fallowing code:

    final int port = 9000;
    server  = new ProxyServer(port);
    server.start();         
    final DesiredCapabilities dc = new DesiredCapabilities();
    dc.setCapability(CapabilityType.PROXY, server.seleniumProxy());         
    setName("test");
    FirefoxBinary binary = new FirefoxBinary(new File("C:\\Program Files (x86)\\ff21\\firefox.exe"));
    File profileDir = new File("C:\\Users\\arno\\Documents\\profiles\\firefox21.default");
    FirefoxProfile profile = new FirefoxProfile(profileDir);
    driver = new FirefoxDriver(binary, profile, dc);//;
    server.newHar("monitis");

but it crashes the website: see the capture .
and the console capture

I'm using
Selenium 2.43
Mozilla FF 21
browsermob-proxy-2.0-beta-3.jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant