Socket
Book a DemoInstallSign in
Socket

available-browsers

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

available-browsers

Available browsers for sauce labs, browser stack and testing bot

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
31
47.62%
Maintainers
1
Weekly downloads
 
Created
Source

available-browsers

Available browsers for sauce labs, browser stack and testing bot. This lets you get the capabilities for the platform of your choice, and switch effortlessly between them.

Build Status Dependency Status NPM version

Installation

npm install available-browsers --save

Usage

var availableBrowsers = require('available-browsers');

var capabilities = getCapabilities('browserstack', 'chrome');

args:

  • remote: 'browserstack' | 'saucelabs' | 'testingbot'
  • browser: 'android' | 'chrome' | 'edge' | 'firefox' | 'ie' | 'ios' | 'opera' | 'safari'
  • version: string - defaults to latest version that's available on all three remotes
  • operating system: string - defaults to latest windows for all desktop browsers except safari, defaults to latest mac on safari, defaults to most recent iPhone/android.

License

MIT

FAQs

Package last updated on 09 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts