---
title: normalizedSliderPosition
framework: xcuiautomation
role: symbol
role_heading: Instance Property
path: xcuiautomation/xcuielement/normalizedsliderposition
---

# normalizedSliderPosition

Returns the position of the slider’s indicator as a normalized value.

## Declaration

```swift
var normalizedSliderPosition: CGFloat { get }
```

## Discussion

Discussion A value of 0 corresponds to the minimum value of the slider, and 1 corresponds to its maximum value.

## See Also

### Interacting with sliders

- [adjust(toNormalizedSliderPosition:)](xcuiautomation/xcuielement/adjust(tonormalizedsliderposition:).md)
