Structs

The following structs are available globally.

  • Simulate actions on views or objects

    See more

    Declaration

    Swift

    public struct Action<T>
  • Checking properties of an object or a view

    See more

    Declaration

    Swift

    public struct Check<T>
  • Searching for views by their text or type

    See more

    Declaration

    Swift

    public struct Find<T>
  • Prepare objects or views for certain state

    See more

    Declaration

    Swift

    public struct Prepare<T>
  • Main holding property. Any supported view or object will have .spec property available

    See more

    Declaration

    Swift

    public struct Property<T>