SIDE Utils
Utils for Selenium IDE (e.g., code export)
Installation
npm install -g @seleniumhq/side-code-export
Usage
const { codeExport } = require('@seleniumhq/side-code-export')
NOTE: For an example of usage, see one of the existing languages for code export in Selenium IDE (e.g., java-junit
, javascript-mocha
, or python-pytest
), 'csharp-xunit'.