Values.RemoteAccessEndpointsSourceRepresents the remote endpoints for viewing and controlling a device during a remote access session.
type nonrec t = {remoteDriverEndpoint : SensitiveURL.t option;URL for controlling the device using WebDriver-compliant clients, like Appium, during the remote access session.
*)interactiveEndpoint : SensitiveURL.t option;URL for viewing and interacting with the device during the remote access session.
*)}