---
title: "coordinate(withNormalizedOffset:)"
framework: xcuiautomation
role: symbol
role_heading: Instance Method
path: "xcuiautomation/xcuielement/coordinate(withnormalizedoffset:)"
---

# coordinate(withNormalizedOffset:)

Creates and returns a new coordinate with a normalized offset.

## Declaration

```swift
func coordinate(withNormalizedOffset normalizedOffset: CGVector) -> XCUICoordinate
```

## Discussion

Discussion The coordinate’s screen point is computed by adding normalizedOffset multiplied by the size of the element’s frame to the origin of the element’s frame.
