Horizontal Slider
Instructions: Your automation script should interact with the slider below.
- Locate the slider element.
- Set the slider's value. You can do this by dragging it or by setting its value attribute directly.
- Try setting it to a value like 7.5.
Validation: The current value of the slider is displayed next to it. Your script should verify that the value changes correctly after your interaction.