Skip to content

[BUG] unable to launch firefox on virtual box windows #2547

@arjunattam

Description

@arjunattam

Context:

  • Playwright Version: 1.1.1
  • Operating System: Windows 10 build 1809 (running on Virtualbox)
  • Node version: 12.8
  • Browser: Firefox

Code Snippet

const {firefox} = require('playwright');

(async () => {
  const browser = await firefox.launch({ headless: false });
  const page = await browser.newPage();
  await page.goto('https://example.com');
  await browser.close();
})();

Describe the bug

Firefox does not launch, in headless/headful modes.

Screen Shot 2020-06-11 at 1 11 45 PM

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions