Getting started
What is Replay SDK ?
The Replay SDK is a JavaScript SDK created for website developers, designed specifically for automating the simulation of user behavior. It allows for easy integration into standard web sites, Chrome Extensions, and Electron, requiring only some static data and instructions to automatically simulate various user interactions. Whether you wish to simulate a single click action or a series of complex inputs and operations, the Replay SDK can easily help you achieve this.
This is a minimal example:
The effect is as follows:
The example above showcases the basic capabilities of the Replay SDK:
The initialization flow, such as creating an event named "Create Event" in Google Calendar.
Through the
runAutomation()
command, the process can be automatically executed.
Last updated