module
UI::Probes::SliderProbe
Overview
SliderProbe — Phase 3 rubric BX4.
Backs the phase-03-slider-value-probe slug. The Slider's
on_change writes the latest Float64 into .last_value; the
adjacent Label reads .formatted so the rendered text matches what
XCUITest reads via staticTexts[...].
Defined in:
ui/probes/slider_probe.crClass Method Summary
- .current_text : String
- .formatted : String
- .last_value : Float64
- .reset : Nil
- .set(value : Float64) : Nil