Documentation ¶
Index ¶
- func AndroidStreamProxy(c *gin.Context)
- func AppiumReverseProxy(c *gin.Context)
- func DeviceAppiumSource(c *gin.Context)
- func DeviceClearText(c *gin.Context)
- func DeviceHealth(c *gin.Context)
- func DeviceHome(c *gin.Context)
- func DeviceInfo(c *gin.Context)
- func DeviceLock(c *gin.Context)
- func DeviceScreenshot(c *gin.Context)
- func DeviceSwipe(c *gin.Context)
- func DeviceTap(c *gin.Context)
- func DeviceTouchAndHold(c *gin.Context)
- func DeviceTypeText(c *gin.Context)
- func DeviceUnlock(c *gin.Context)
- func DevicesInfo(c *gin.Context)
- func GetProviderData(c *gin.Context)
- func GetProviderDataWS(c *gin.Context)
- func HandleRequests() *gin.Engine
- func InstallApp(c *gin.Context)
- func IosStreamProxyGADS(c *gin.Context)
- func IosStreamProxyWDA(c *gin.Context)
- func ResetDevice(c *gin.Context)
- func UninstallApp(c *gin.Context)
- func UploadFile(c *gin.Context)
- type JsonErrorResponse
- type JsonResponse
- type ProcessApp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AndroidStreamProxy ¶
func AppiumReverseProxy ¶
func DeviceAppiumSource ¶
func DeviceClearText ¶
func DeviceHealth ¶
Check the device health by checking Appium and WDA(for iOS)
func DeviceHome ¶
Call the respective Appium/WDA endpoint to go to Homescreen
func DeviceInfo ¶
func DeviceLock ¶
Call respective Appium/WDA endpoint to lock the device
func DeviceScreenshot ¶
Call the respective Appium/WDA endpoint to take a screenshot of the device screen
func DeviceSwipe ¶
func DeviceTouchAndHold ¶
func DeviceTypeText ¶
func DeviceUnlock ¶
Call the respective Appium/WDA endpoint to unlock the device
func DevicesInfo ¶
func GetProviderData ¶
func GetProviderDataWS ¶ added in v0.9.0
func HandleRequests ¶
func InstallApp ¶
func IosStreamProxyGADS ¶ added in v0.9.0
func IosStreamProxyWDA ¶ added in v0.9.0
func ResetDevice ¶
func UninstallApp ¶
func UploadFile ¶
Types ¶
type JsonErrorResponse ¶
type JsonResponse ¶
type JsonResponse struct {
Message string `json:"message"`
}
type ProcessApp ¶
type ProcessApp struct {
App string `json:"app"`
}
Click to show internal directories.
Click to hide internal directories.