Versions in this module Expand all Collapse all v0 v0.9.0 Mar 6, 2024 Changes in this version + type ActionData struct + EndX float64 + EndY float64 + TextToType string + X float64 + Y float64 + type ActiveElementData struct + Value struct{ ... } + type AndroidKeycodePayload struct + Keycode int + type AppiumLog struct + AppiumTS string + Message string + SessionID string + SystemTS int64 + Type string + type AppiumLogger interface + Log func(device *Device, logLine string) + type AppiumServerCapabilities struct + AutomationName string + ClearSystemFiles string + DeviceName string + PlatformName string + PlatformVersion string + PreventWdaAttachments string + SimpleIsVisibleCheck string + UDID string + WdaConnectionTimeout string + WdaLaunchTimeout string + WdaLocalPort string + WdaMjpegPort string + WdaURL string + type AppiumTomlConfig struct + Node AppiumTomlNode + Relay AppiumTomlRelay + Server AppiumTomlServer + type AppiumTomlNode struct + DetectDrivers bool + type AppiumTomlRelay struct + Configs []string + StatusEndpoint string + URL string + type AppiumTomlServer struct + Port int + type AppiumTypeText struct + Text string + type ByUDID []Device + func (a ByUDID) Len() int + func (a ByUDID) Less(i, j int) bool + func (a ByUDID) Swap(i, j int) + type ConnectedDevice struct + OS string + UDID string + type CustomLogger interface + LogDebug func(eventName string, message string) + LogError func(eventName string, message string) + LogFatal func(eventName string, message string) + LogInfo func(eventName string, message string) + LogPanic func(eventName string, message string) + LogWarn func(eventName string, message string) type Device + AppiumLogger AppiumLogger + Context context.Context + CtxCancel context.CancelFunc + GoIOSDeviceEntry ios.DeviceEntry + Host string + InstallableApps []string + IsResetting bool + LastUpdatedTimestamp int64 + Logger CustomLogger + ProviderState string + WDAStreamPort string + WdaReadyChan chan bool + type DeviceAction struct + Button int + Duration int + Origin string + Type string + X float64 + Y float64 + type DeviceActionParameters struct + PointerType string + type DevicePointerAction struct + Actions []DeviceAction + ID string + Parameters DeviceActionParameters + Type string + type DevicePointerActions struct + Actions []DevicePointerAction + type IOSModelData struct + Height string + Model string + Width string + type ProviderDB struct + HostAddress string + LastUpdatedTimestamp int64 + Nickname string + OS string + Port int + ProvideAndroid bool + ProvideIOS bool + ProvidedDevices int + ProviderFolder string + SeleniumGrid string + SeleniumJarFile string + SupervisionPassword string + UseGadsIosStream bool + UseSeleniumGrid bool + WdaBundleID string + WdaRepoPath string + WebDriverBinary string + type ProviderData struct + DeviceData []*Device + ProviderData ProviderDB v0.8.0 Dec 29, 2023 Changes in this version + type ConfigJsonData struct + Devices []*Device + EnvConfig EnvConfig + type Device struct + AppiumPort string + AppiumSessionID string + Connected bool + HardwareModel string + HostAddress string + IOSProductType string + Image string + InstalledApps []string + Model string + Name string + OS string + OSVersion string + Provider string + ScreenHeight string + ScreenWidth string + StreamPort string + UDID string + WDAPort string + WDASessionID string + type EnvConfig struct + HostAddress string + HostPort int + MongoDB string + ProvideAndroid bool + ProvideIOS bool + ProviderNickname string + SeleniumGrid string + SeleniumJar string + SupervisionPassword string + UseSeleniumGrid bool + WDABundleID string + WDAPath string