---
title: "init(identifier:remotePid:)"
framework: browserenginekit
role: symbol
role_heading: Initializer
path: "browserenginekit/beaccessibilityremotehostelement/init(identifier:remotepid:)"
---

# init(identifier:remotePid:)

Initializes a remote element in the hosting process.

## Declaration

```swift
init(identifier: String, remotePid: pid_t)
```

## Parameters

- `identifier`: A unique ID that connects a remote element to its hosted version in the local process. Set this parameter to a unique value per pair of element references.
- `remotePid`: The process ID for the hosted remote element’s process.
