Create a test script.
Choose to create a new project, Custom Project name.
Enter the initial URL.
Enter the URL to be tested, starting from the protocol, for example: https://www.jd.com.
Record.
Click REC on the right to start recording. After clicking, a new Browser pop-up box will pop up. We can follow the test process as required.
After recording is completed, close the pop-up window and click the stop button to stop recording.
name the successfully recorded file.
The debugging page after successful recording.
Playback.
After the recording is successful, we can play back the script to see if there are any problems.
Debugging.
When we play back, we find that an error is reported in a certain step. At this time, we need to debug and modify a certain action.
Delete, select the step to be deleted and right-click to delete.
Modify, for example, when clicking or entering a certain value does not take effect, you can use JS code to execute it, document.getElementByID("key").value="3090 graphics card".
Export Script.
After the Script is successfully recorded, as shown in the figure, Export Script and Save to a known location.