Docma DemoContainer
Docma needs step-by-step instructions on how to record your video, in the form of a JSON array.
You can read all the available commands in the legend under the form.
For example, if you want to click on a button, add: {"action": "click", "selector": "#my-button"}
Docma has an official Chrome extension, that records your actions and outputs a Docma JSON. Install it from the web store
navigateGo to a certain web address
Parameters:
url*You need to provide the url
classAdd a custom class to the addText modal
startRecordingStart recording a video from this moment on
clickOnClick on an element
Parameters:
selector*A CSS selector pointing to a page element. If the element doesn't exist, Docma will throw an error
changeChange the content of a form input
Parameters:
selector*A CSS selector pointing to an input element. If the element doesn't exist, Docma will throw an error
value*The value of the input
addTextOpens a modal displaying a custom text. Supports markdown
Parameters:
value*The text you want to show in the video
screenshotTake a screenshot at this moment
scrollToScroll to a certain element in the page
Parameters:
selector*A CSS selector pointing to a DOM element. If the element doesn't exist, Docma will throw an error