Socket
Socket
Sign inDemoInstall

spectron

Package Overview
Dependencies
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spectron - npm Package Versions

1
57

0.36.0

Diff

kevinsawicki
published 0.35.5 •

Changelog

Source

0.35.5

  • Added a startTimeout config option to Application that sets the default millisecond timeout to wait for ChromeDriver to start up. This option defaults to 5 seconds.
  • Added a nodePath config option to Application that sets the path to a node executable that will be used to launch the ChromeDriver startup script.
kevinsawicki
published 0.35.4 •

Changelog

Source

0.35.4

  • Added getMainProcessGlobal command helper to get a global from the main process.
kevinsawicki
published 0.35.3 •

kevinsawicki
published 0.35.2 •

Changelog

Source

0.35.2

  • Remove use of deprecated Electron APIs.
kevinsawicki
published 0.35.1 •

Changelog

Source

0.35.1

  • Added getMainProcessLogs command helpers to get main process logs.
  • Added getRenderProcessLogs command helpers to get render process logs.
kevinsawicki
published 0.35.0 •

kevinsawicki
published 0.34.1 •

Changelog

Source

0.34.1

  • Added a waitTimeout config option to Application that sets the default millisecond timeout for all wait-based command helpers like waitUntil, waitUntilWindowLoaded, etc. This option defaults to 5 seconds.
  • Added a windowByIndex(index) command helper that focuses a window by index in the windowHandles() array order.
  • Added setRepresentedFilename and getRepresentedFilename command helpers.
  • Added isDocumentEdited and setDocumentEdited command helpers.
  • setWindowDimensions was renamed to setWindowBounds to mirror the new Electron BrowserWindow.setBounds API. It also takes a bounds object argument instead of multiple arguments for size and position. See the README for an example
  • getWindowDimensions was renamed to getWindowBounds to mirror the new Electron BrowserWindow.getBounds API. See the README for an example.
kevinsawicki
published 0.34.0 •

kevinsawicki
published 0.33.6 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc