Documentation Home
This page describes a pre-release version of jasmine-browser-runner (3.0.0-beta-1). There may be additional changes, including breaking changes, before the final 3.0.0 release.
The current stable version of jasmine-browser-runner is 2.5.

Interface: BrowserInfo

BrowserInfo

Describes a web browser.

Members

name :string|undefined

The browser name. Valid values include "firefox", "headlessFirefox", "safari", "MicrosoftEdge", "chrome", and "headlessChrome".

Type:
  • string | undefined

remoteSeleniumGrid :RemoteSeleniumGridConfig|undefined

Configuration for running specs on a remote Selenium grid

Type:

useRemoteSeleniumGrid :boolean|undefined

Whether to run the specs on a remote Selenium grid. Defaults to false.

Type:
  • boolean | undefined