Click the plug-in button in the upper right corner of the browser and select WebRecorder.
Initial interface (it has not been localized into Chinese yet, you can use English or directly translate it into Chinese).
This is an interrogation of what needs to be done. If this is your first time, choose the first one: record a test case in a new project. You can then choose the second or third option. The fourth is to turn off the recorder.
Create a project and create tests.
Set the project name (only supports English. Chinese names cannot currently be saved as project names).
Set the main URL of the test (you can start recording oncethe settings are completed, and you can choose CANCELCancel to record later).
Main interface Introduction.
Project and test List: The saved test Script is displayed here. Right-click the script list to modify script name or Export Script.
Ribbon area: Script recording, playback, debugging, Save and other functions.
In turn, it represents playing all scripts, playing the current Script, skipping the current command, and controlling the Script playback speed. Controlling the Script playback speed only controls the playback speed of the Script playback, and does not affect the playback speed of the Script when executing the Task.
In turn, they represent Disable breakpoint, pause recording, and start/stop recording.
Represents the initial URL of the test script. The URL must be written completely starting with the protocol. For example: https://www.baidu.com or baidu.com.
Script display area: an area that displays Script content. Script displays each action in List form. You can right-click an action to perform an Action. Mainly used for late-stage Script debugging. Each action of Script basically consists of three parts: command, target, and value. An action does not necessarily use all three parts.
Log display area: mainly displays the Log data when recording Script and executing Script.