Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
safaridriver
Advanced tools
A Node.js untility to manage Safaridriver sessions.
The Safaridriver utility is used to launch an HTTP server that implements the WebDriver REST API. When launched, Safaridriver allows for automated testing of web content using the version of Safari that is installed with macOS.
To install the package, run:
npm install --save-dev safaridriver
To start a Safaridriver server, import the package and run:
import safaridriver from 'safaridriver'
await safaridriver.start()
// run some automation...
// then kill instance via:
safaridriver.stop()
port
Specifies the port on which the HTTP server should listen for incoming connections. If the port is already in use or otherwise unavailable, Safaridriver will exit immediately with a non-zero return code.
Type: number
Default: 4444
path
Path to Safaridriver binary.
Type: string
Default: /usr/bin/safaridriver
useTechnologyPreview
If set to true
, it will start the Safaridriver for Safari Technology Preview. Make sure you have it installed by installing Safari Technology Preview on Apple's offical website.
Type: boolean
Default: false
enable
Applies configuration changes so that subsequent WebDriver sessions will run without further authentication. This includes checking "Enable Remote Automation" in Safari's Develop
menu. The user must authenticate via password for the changes to be applied.
When this option is specified, safaridriver exits immediately without starting up the REST API service. If the changes were successful or already applied, safaridriver exits 0; otherwise, safaridriver exits >0 and prints an error message to stderr.
Type: boolean
Default: false
diagnose
Enables diagnostic logging for all sessions hosted by this safaridriver instance.
Type: boolean
Default: false
For more information on WebdriverIO see the homepage.
FAQs
An NPM wrapper for handling the Safaridriver binary.
The npm package safaridriver receives a total of 482,890 weekly downloads. As such, safaridriver popularity was classified as popular.
We found that safaridriver demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.