Script Editor has a right side panel that constitutes different views and configurations that the scripts are capable of using and interacting with.
Right Panels of the editor:
Houses the configurations for the user script.
params
object. The default values to these keys are provided in the settings while these can be overridden using the script run panel.Stores are scrapex’s data storage options which is capable of storing JSON objects and retrieving them, both in and out of a user script.
This panel also has the option to switch between the project store and the run store.
Snapshots are HTML data of the curruent page the user script is in. These can be saved on-demand. In case of script failure, all current pages will have their snapshots saved.
This panel also has the option to refresh the snapshot list.