Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

WebDriver: Plugin Container for Firefox has stopped working. #3314

@lukeis

Description

@lukeis

Originally reported on Google Code with ID 3314

What steps will reproduce the problem?

 1. The following Java codes which display a PDF file using Adobe Reader plugin are
executed. 
        FirefoxDriver webDriver = new FirefoxDriver();
        webDriver.get("file://c:/work/sample.pdf");
        Thread.sleep(5000);
        webDriver.quit();

 2. The execution is repeated. 

What is the expected output? What do you see instead?

I expected that Firefox would be completed normally. 
However, in almost all cases, a window then pops up and says Plugin Container for Firefox
has stopped working.

Selenium version: 2.10.0
OS: Windows Vista Business SP2
Browser: Firefox
Browser version: 7.0.1

Reported by testplatform-contact@nri.co.jp on 2012-02-01 06:42:23

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions