Settings and configurations
#
Test SettingsElement Recorder allows you to configure some essential Element Test Settings such as wait timing, timeouts, and much more. These settings will be exported along with the recorded scenario to the test script and control how Element behaves during a test run.
To configure Test Settings:
- Click on the
Settings
button to open the "Test Settings" screen.
{' '}
- On the "Test Settings" screen, you can adjust the available test settings.
{' '}
- Once done, click
Back
at the bottom to go back to the Recording screen. Your changes are autosaved.
To learn more about the function of each setting, see Element Test Settings.
#
Recorder SettingsRecorder Settings is where you control how the Recorder works, such as HOVER
actions, WAIT
actions, default selector, and more.
To configure Recorder Settings:
- Click on the vertical three dots icon to open the "Recorder Settings" screen.
{' '}
- On the "Recorder Settings" screen, you can adjust the available test settings.
{' '}
- Once done, click
Back
at the bottom to go back to the Recording screen. Your changes are autosaved.
#
Setting details#
Record hover actions (hold Right Shift)Turned on by default - enables recording HOVER
actions by holding the right Shift when hovering on an element.
If turned off, HOVER
actions cannot be recorded.
#
Auto-add new step after each actionTurned off by default.
If turned on, a new step will be added after each recorded action, and each step will contain only one action.
#
Use XPath selector by defaultTurned off by default - uses CSS
as default selector for target elements in actions.
If turned on, uses XPATH
as the default selector for target elements in actions.
#
Default position after recording startsSets the default position of the Recorder pop-up after clicking the REC
button to start recording.
Keep current
: (default) The Recorder pop-up will stay at the current position.Bottom-right
: The Recorder will fly to the bottom-right of the screen.Minimized
: The Recorder will stay at the current position and be minimized.
#
Auto add wait after each actionTurned off by default.
If turned on, automatically adds a WAIT
action of the defined duration after each recorded action.
#
Auto add wait after each stepTurned off by default.
If turned on, automatically adds a WAIT
action of the defined duration after each added step.