use Duration;
/// Options for `set_text_with`.
///
/// Cross-platform rule: unsupported fields are ignored on platforms where they
/// can’t apply.
///
/// - Linux: `wait_for_paste` / `wait_timeout` supported (selection ownership model).
/// - Linux + Android: `sensitive` is supported.
/// - Web: options are currently ignored (browser security model dominates).