(self)
| 39 | } |
| 40 | |
| 41 | pub fn as_query_value(self) -> &'static str { |
| 42 | match self { |
| 43 | Self::Auto => "auto", |
| 44 | Self::NativeScript => "nativescript", |
| 45 | Self::ReactNative => "react-native", |
| 46 | Self::Flutter => "flutter", |
| 47 | Self::SwiftUI => "swiftui", |
| 48 | Self::UIKit => "uikit", |
| 49 | Self::NativeAX => "native-ax", |
| 50 | Self::AndroidUiautomator => "android-uiautomator", |
| 51 | } |
| 52 | } |
| 53 | } |
| 54 | |
| 55 | pub fn interactive_accessibility_snapshot(snapshot: &Value) -> Value { |
no outgoing calls
no test coverage detected