How do interact correctly with a range input (slider) in Cypress?
问题 I'm writing my bachelor thesis about e2e testing in javascript althought I'm not familiar with testing or javascript. So I have this the range input "slider" from the src <input id="sum_slider" class="input-range js-inv-calc-input-sum-range js-input-range" type="range" name="investmentsum" min="20000" max="150000" value="20000" step="1000" title="Investitionsbetrag" style="background: -webkit-linear-gradient(left, rgb(255, 196, 0) 0%, rgb(255, 196, 0) 0%, rgb(119, 119, 119) 0%) no-repeat;">