Tutorial: tutorial

tutorial

SideeX-API

SideeX JavaScript API is a JS library running on a webpage for recording and playing web browsing behavior. As opposed to acting as a browser web extension, the API can be directly embedded and used within a webpage via JavaScript.

Installation

npm i @sideex/api

Import

var {SideeX} = require('@sideex/api')
var sideex = new SideeX();
import {SideeX} from "@sideex/api"
var sideex = new SideeX();