You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
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