📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

selenium-ide

Package Overview
Dependencies
Maintainers
0
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selenium-ide

Selenium IDE electron app

4.0.1-beta.14
latest
Source
npm
Version published
Weekly downloads
42
-54.35%
Maintainers
0
Weekly downloads
 
Created
Source

Selenium IDE v4

This is an electron app instrumenting the electron-chromedriver package to run a chromedriver instance on the Electron browser.

There are three regions to the code:

  • Main: The electron process, where the NodeJS backend handles the system ops:

    • Spawning electron BrowserWindows
    • Filesystem operations
    • Persists file edit operations
  • Browser: The renderering code for the electron browser windows.

    • Project editor window
    • Project selector window
    • Playback window
  • API: The imported side-api package. This contains common code used by the main and browser segments.

This is separated out to make importing types for plugins not require the entire dependency tree of selenium-ide, which involves electron and react and is quite extensive.

FAQs

Package last updated on 16 Jul 2024

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