Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterEngineServiceServer(s grpc.ServiceRegistrar, srv EngineServiceServer)
- type AppLaunchedEvent
- func (*AppLaunchedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *AppLaunchedEvent) GetActivityName() string
- func (x *AppLaunchedEvent) GetAppSessionId() string
- func (x *AppLaunchedEvent) GetNote() string
- func (x *AppLaunchedEvent) GetPackageName() string
- func (x *AppLaunchedEvent) GetWebviewContext() string
- func (*AppLaunchedEvent) ProtoMessage()
- func (x *AppLaunchedEvent) ProtoReflect() protoreflect.Message
- func (x *AppLaunchedEvent) Reset()
- func (x *AppLaunchedEvent) String() string
- type BrowserKind
- func (BrowserKind) Descriptor() protoreflect.EnumDescriptor
- func (x BrowserKind) Enum() *BrowserKind
- func (BrowserKind) EnumDescriptor() ([]byte, []int)deprecated
- func (x BrowserKind) Number() protoreflect.EnumNumber
- func (x BrowserKind) String() string
- func (BrowserKind) Type() protoreflect.EnumType
- type BrowserLaunchedEvent
- func (*BrowserLaunchedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *BrowserLaunchedEvent) GetBrowser() string
- func (x *BrowserLaunchedEvent) GetBrowserKind() BrowserKind
- func (x *BrowserLaunchedEvent) GetInitialPageSessionId() string
- func (x *BrowserLaunchedEvent) GetNote() string
- func (x *BrowserLaunchedEvent) GetUserDataDir() string
- func (*BrowserLaunchedEvent) ProtoMessage()
- func (x *BrowserLaunchedEvent) ProtoReflect() protoreflect.Message
- func (x *BrowserLaunchedEvent) Reset()
- func (x *BrowserLaunchedEvent) String() string
- type ChromeLaunchedEvent
- func (*ChromeLaunchedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ChromeLaunchedEvent) GetBrowser() string
- func (x *ChromeLaunchedEvent) GetCdpWebsocketUrl() string
- func (x *ChromeLaunchedEvent) GetInitialPageSessionId() string
- func (x *ChromeLaunchedEvent) GetNote() string
- func (x *ChromeLaunchedEvent) GetUserDataDir() string
- func (*ChromeLaunchedEvent) ProtoMessage()
- func (x *ChromeLaunchedEvent) ProtoReflect() protoreflect.Message
- func (x *ChromeLaunchedEvent) Reset()
- func (x *ChromeLaunchedEvent) String() string
- type ChromiumBidiInjectionEvent
- func (*ChromiumBidiInjectionEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ChromiumBidiInjectionEvent) GetBidiSessionId() string
- func (x *ChromiumBidiInjectionEvent) GetMapperSessionId() string
- func (x *ChromiumBidiInjectionEvent) GetMapperTargetId() string
- func (x *ChromiumBidiInjectionEvent) GetNote() string
- func (x *ChromiumBidiInjectionEvent) GetPackageVersion() string
- func (*ChromiumBidiInjectionEvent) ProtoMessage()
- func (x *ChromiumBidiInjectionEvent) ProtoReflect() protoreflect.Message
- func (x *ChromiumBidiInjectionEvent) Reset()
- func (x *ChromiumBidiInjectionEvent) String() string
- type ClickElementCommand
- func (*ClickElementCommand) Descriptor() ([]byte, []int)deprecated
- func (x *ClickElementCommand) GetCssSelector() string
- func (x *ClickElementCommand) GetRetryOptions() *CommandRetryOptions
- func (*ClickElementCommand) ProtoMessage()
- func (x *ClickElementCommand) ProtoReflect() protoreflect.Message
- func (x *ClickElementCommand) Reset()
- func (x *ClickElementCommand) String() string
- type CloseContextSessionCommand
- type CloseSurfaceSessionCommand
- type CommandRetryOptions
- func (*CommandRetryOptions) Descriptor() ([]byte, []int)deprecated
- func (x *CommandRetryOptions) GetRetryIntervalMs() uint32
- func (x *CommandRetryOptions) GetTimeoutMs() uint32
- func (*CommandRetryOptions) ProtoMessage()
- func (x *CommandRetryOptions) ProtoReflect() protoreflect.Message
- func (x *CommandRetryOptions) Reset()
- func (x *CommandRetryOptions) String() string
- type ConnectMobileCommand
- func (*ConnectMobileCommand) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectMobileCommand) GetAdbEndpoint() string
- func (x *ConnectMobileCommand) GetDevice() string
- func (x *ConnectMobileCommand) GetPlatform() MobilePlatform
- func (x *ConnectMobileCommand) GetPreserveAppState() bool
- func (x *ConnectMobileCommand) GetRetryOptions() *CommandRetryOptions
- func (*ConnectMobileCommand) ProtoMessage()
- func (x *ConnectMobileCommand) ProtoReflect() protoreflect.Message
- func (x *ConnectMobileCommand) Reset()
- func (x *ConnectMobileCommand) String() string
- type ContextOpenedEvent
- func (*ContextOpenedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ContextOpenedEvent) GetContextSessionId() string
- func (x *ContextOpenedEvent) GetNote() string
- func (*ContextOpenedEvent) ProtoMessage()
- func (x *ContextOpenedEvent) ProtoReflect() protoreflect.Message
- func (x *ContextOpenedEvent) Reset()
- func (x *ContextOpenedEvent) String() string
- type ContextSessionAttachedEvent
- func (*ContextSessionAttachedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ContextSessionAttachedEvent) GetNote() string
- func (*ContextSessionAttachedEvent) ProtoMessage()
- func (x *ContextSessionAttachedEvent) ProtoReflect() protoreflect.Message
- func (x *ContextSessionAttachedEvent) Reset()
- func (x *ContextSessionAttachedEvent) String() string
- type ContextSessionClosedEvent
- func (*ContextSessionClosedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ContextSessionClosedEvent) GetReason() string
- func (*ContextSessionClosedEvent) ProtoMessage()
- func (x *ContextSessionClosedEvent) ProtoReflect() protoreflect.Message
- func (x *ContextSessionClosedEvent) Reset()
- func (x *ContextSessionClosedEvent) String() string
- type ContextSessionCommand
- func (*ContextSessionCommand) Descriptor() ([]byte, []int)deprecated
- func (x *ContextSessionCommand) GetClickElement() *ClickElementCommand
- func (x *ContextSessionCommand) GetClose() *CloseContextSessionCommand
- func (x *ContextSessionCommand) GetCommand() isContextSessionCommand_Command
- func (x *ContextSessionCommand) GetContextSessionId() string
- func (x *ContextSessionCommand) GetCountElements() *CountElementsCommand
- func (x *ContextSessionCommand) GetFillElement() *FillElementCommand
- func (x *ContextSessionCommand) GetFocusElement() *FocusElementCommand
- func (x *ContextSessionCommand) GetGetInnerText() *GetInnerTextCommand
- func (x *ContextSessionCommand) GetGetTextContent() *GetTextContentCommand
- func (x *ContextSessionCommand) GetHighlightElements() *HighlightElementsCommand
- func (x *ContextSessionCommand) GetHoverElement() *HoverElementCommand
- func (x *ContextSessionCommand) GetNavigate() *NavigatePageCommand
- func (x *ContextSessionCommand) GetPing() *ContextSessionPingCommand
- func (x *ContextSessionCommand) GetPressKey() *PressKeyCommand
- func (x *ContextSessionCommand) GetScreenshot() *ScreenshotCommand
- func (x *ContextSessionCommand) GetSurfaceSessionId() string
- func (x *ContextSessionCommand) GetWaitForSelector() *WaitForSelectorCommand
- func (*ContextSessionCommand) ProtoMessage()
- func (x *ContextSessionCommand) ProtoReflect() protoreflect.Message
- func (x *ContextSessionCommand) Reset()
- func (x *ContextSessionCommand) String() string
- type ContextSessionCommand_ClickElement
- type ContextSessionCommand_Close
- type ContextSessionCommand_CountElements
- type ContextSessionCommand_FillElement
- type ContextSessionCommand_FocusElement
- type ContextSessionCommand_GetInnerText
- type ContextSessionCommand_GetTextContent
- type ContextSessionCommand_HighlightElements
- type ContextSessionCommand_HoverElement
- type ContextSessionCommand_Navigate
- type ContextSessionCommand_Ping
- type ContextSessionCommand_PressKey
- type ContextSessionCommand_Screenshot
- type ContextSessionCommand_WaitForSelector
- type ContextSessionErrorEvent
- func (*ContextSessionErrorEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ContextSessionErrorEvent) GetMessage() string
- func (*ContextSessionErrorEvent) ProtoMessage()
- func (x *ContextSessionErrorEvent) ProtoReflect() protoreflect.Message
- func (x *ContextSessionErrorEvent) Reset()
- func (x *ContextSessionErrorEvent) String() string
- type ContextSessionEvent
- func (*ContextSessionEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ContextSessionEvent) GetAttached() *ContextSessionAttachedEvent
- func (x *ContextSessionEvent) GetChromiumBidiInjection() *ChromiumBidiInjectionEvent
- func (x *ContextSessionEvent) GetClosed() *ContextSessionClosedEvent
- func (x *ContextSessionEvent) GetContextSessionId() string
- func (x *ContextSessionEvent) GetElementClicked() *ElementClickedEvent
- func (x *ContextSessionEvent) GetElementCounted() *ElementCountedEvent
- func (x *ContextSessionEvent) GetElementFilled() *ElementFilledEvent
- func (x *ContextSessionEvent) GetElementFocused() *ElementFocusedEvent
- func (x *ContextSessionEvent) GetElementHovered() *ElementHoveredEvent
- func (x *ContextSessionEvent) GetElementsHighlighted() *ElementsHighlightedEvent
- func (x *ContextSessionEvent) GetError() *ContextSessionErrorEvent
- func (x *ContextSessionEvent) GetEvent() isContextSessionEvent_Event
- func (x *ContextSessionEvent) GetInnerTextResolved() *InnerTextResolvedEvent
- func (x *ContextSessionEvent) GetKeyPressed() *KeyPressedEvent
- func (x *ContextSessionEvent) GetNavigated() *PageNavigatedEvent
- func (x *ContextSessionEvent) GetPong() *ContextSessionPongEvent
- func (x *ContextSessionEvent) GetScreenshotCaptured() *ScreenshotCapturedEvent
- func (x *ContextSessionEvent) GetSelectorWaitSatisfied() *SelectorWaitSatisfiedEvent
- func (x *ContextSessionEvent) GetTextContentResolved() *TextContentResolvedEvent
- func (*ContextSessionEvent) ProtoMessage()
- func (x *ContextSessionEvent) ProtoReflect() protoreflect.Message
- func (x *ContextSessionEvent) Reset()
- func (x *ContextSessionEvent) String() string
- type ContextSessionEvent_Attached
- type ContextSessionEvent_ChromiumBidiInjection
- type ContextSessionEvent_Closed
- type ContextSessionEvent_ElementClicked
- type ContextSessionEvent_ElementCounted
- type ContextSessionEvent_ElementFilled
- type ContextSessionEvent_ElementFocused
- type ContextSessionEvent_ElementHovered
- type ContextSessionEvent_ElementsHighlighted
- type ContextSessionEvent_Error
- type ContextSessionEvent_InnerTextResolved
- type ContextSessionEvent_KeyPressed
- type ContextSessionEvent_Navigated
- type ContextSessionEvent_Pong
- type ContextSessionEvent_ScreenshotCaptured
- type ContextSessionEvent_SelectorWaitSatisfied
- type ContextSessionEvent_TextContentResolved
- type ContextSessionPingCommand
- func (*ContextSessionPingCommand) Descriptor() ([]byte, []int)deprecated
- func (x *ContextSessionPingCommand) GetMessage() string
- func (*ContextSessionPingCommand) ProtoMessage()
- func (x *ContextSessionPingCommand) ProtoReflect() protoreflect.Message
- func (x *ContextSessionPingCommand) Reset()
- func (x *ContextSessionPingCommand) String() string
- type ContextSessionPongEvent
- func (*ContextSessionPongEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ContextSessionPongEvent) GetMessage() string
- func (*ContextSessionPongEvent) ProtoMessage()
- func (x *ContextSessionPongEvent) ProtoReflect() protoreflect.Message
- func (x *ContextSessionPongEvent) Reset()
- func (x *ContextSessionPongEvent) String() string
- type CountElementsCommand
- func (*CountElementsCommand) Descriptor() ([]byte, []int)deprecated
- func (x *CountElementsCommand) GetCssSelector() string
- func (x *CountElementsCommand) GetRetryOptions() *CommandRetryOptions
- func (*CountElementsCommand) ProtoMessage()
- func (x *CountElementsCommand) ProtoReflect() protoreflect.Message
- func (x *CountElementsCommand) Reset()
- func (x *CountElementsCommand) String() string
- type DeviceConnectionKind
- func (DeviceConnectionKind) Descriptor() protoreflect.EnumDescriptor
- func (x DeviceConnectionKind) Enum() *DeviceConnectionKind
- func (DeviceConnectionKind) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeviceConnectionKind) Number() protoreflect.EnumNumber
- func (x DeviceConnectionKind) String() string
- func (DeviceConnectionKind) Type() protoreflect.EnumType
- type ElementClickedEvent
- func (*ElementClickedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ElementClickedEvent) GetBidiSessionId() string
- func (x *ElementClickedEvent) GetCssSelector() string
- func (x *ElementClickedEvent) GetNote() string
- func (*ElementClickedEvent) ProtoMessage()
- func (x *ElementClickedEvent) ProtoReflect() protoreflect.Message
- func (x *ElementClickedEvent) Reset()
- func (x *ElementClickedEvent) String() string
- type ElementCountedEvent
- func (*ElementCountedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ElementCountedEvent) GetCount() uint32
- func (x *ElementCountedEvent) GetCssSelector() string
- func (x *ElementCountedEvent) GetNote() string
- func (*ElementCountedEvent) ProtoMessage()
- func (x *ElementCountedEvent) ProtoReflect() protoreflect.Message
- func (x *ElementCountedEvent) Reset()
- func (x *ElementCountedEvent) String() string
- type ElementFilledEvent
- func (*ElementFilledEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ElementFilledEvent) GetCssSelector() string
- func (x *ElementFilledEvent) GetNote() string
- func (x *ElementFilledEvent) GetValue() string
- func (*ElementFilledEvent) ProtoMessage()
- func (x *ElementFilledEvent) ProtoReflect() protoreflect.Message
- func (x *ElementFilledEvent) Reset()
- func (x *ElementFilledEvent) String() string
- type ElementFocusedEvent
- func (*ElementFocusedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ElementFocusedEvent) GetCssSelector() string
- func (x *ElementFocusedEvent) GetNote() string
- func (*ElementFocusedEvent) ProtoMessage()
- func (x *ElementFocusedEvent) ProtoReflect() protoreflect.Message
- func (x *ElementFocusedEvent) Reset()
- func (x *ElementFocusedEvent) String() string
- type ElementHoveredEvent
- func (*ElementHoveredEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ElementHoveredEvent) GetCssSelector() string
- func (x *ElementHoveredEvent) GetNote() string
- func (*ElementHoveredEvent) ProtoMessage()
- func (x *ElementHoveredEvent) ProtoReflect() protoreflect.Message
- func (x *ElementHoveredEvent) Reset()
- func (x *ElementHoveredEvent) String() string
- type ElementsHighlightedEvent
- func (*ElementsHighlightedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ElementsHighlightedEvent) GetCount() uint32
- func (x *ElementsHighlightedEvent) GetCssSelector() string
- func (x *ElementsHighlightedEvent) GetNote() string
- func (*ElementsHighlightedEvent) ProtoMessage()
- func (x *ElementsHighlightedEvent) ProtoReflect() protoreflect.Message
- func (x *ElementsHighlightedEvent) Reset()
- func (x *ElementsHighlightedEvent) String() string
- type EngineServiceClient
- type EngineServiceServer
- type EngineService_ContextSessionClient
- type EngineService_ContextSessionServer
- type EngineService_SurfaceSessionClient
- type EngineService_SurfaceSessionServer
- type FillElementCommand
- func (*FillElementCommand) Descriptor() ([]byte, []int)deprecated
- func (x *FillElementCommand) GetCssSelector() string
- func (x *FillElementCommand) GetRetryOptions() *CommandRetryOptions
- func (x *FillElementCommand) GetValue() string
- func (*FillElementCommand) ProtoMessage()
- func (x *FillElementCommand) ProtoReflect() protoreflect.Message
- func (x *FillElementCommand) Reset()
- func (x *FillElementCommand) String() string
- type FocusElementCommand
- func (*FocusElementCommand) Descriptor() ([]byte, []int)deprecated
- func (x *FocusElementCommand) GetCssSelector() string
- func (x *FocusElementCommand) GetRetryOptions() *CommandRetryOptions
- func (*FocusElementCommand) ProtoMessage()
- func (x *FocusElementCommand) ProtoReflect() protoreflect.Message
- func (x *FocusElementCommand) Reset()
- func (x *FocusElementCommand) String() string
- type GetInnerTextCommand
- func (*GetInnerTextCommand) Descriptor() ([]byte, []int)deprecated
- func (x *GetInnerTextCommand) GetCssSelector() string
- func (x *GetInnerTextCommand) GetRetryOptions() *CommandRetryOptions
- func (*GetInnerTextCommand) ProtoMessage()
- func (x *GetInnerTextCommand) ProtoReflect() protoreflect.Message
- func (x *GetInnerTextCommand) Reset()
- func (x *GetInnerTextCommand) String() string
- type GetTextContentCommand
- func (*GetTextContentCommand) Descriptor() ([]byte, []int)deprecated
- func (x *GetTextContentCommand) GetCssSelector() string
- func (x *GetTextContentCommand) GetRetryOptions() *CommandRetryOptions
- func (*GetTextContentCommand) ProtoMessage()
- func (x *GetTextContentCommand) ProtoReflect() protoreflect.Message
- func (x *GetTextContentCommand) Reset()
- func (x *GetTextContentCommand) String() string
- type HighlightElementsCommand
- func (*HighlightElementsCommand) Descriptor() ([]byte, []int)deprecated
- func (x *HighlightElementsCommand) GetCssSelector() string
- func (x *HighlightElementsCommand) GetDurationMs() uint32
- func (x *HighlightElementsCommand) GetRetryOptions() *CommandRetryOptions
- func (*HighlightElementsCommand) ProtoMessage()
- func (x *HighlightElementsCommand) ProtoReflect() protoreflect.Message
- func (x *HighlightElementsCommand) Reset()
- func (x *HighlightElementsCommand) String() string
- type HoverElementCommand
- func (*HoverElementCommand) Descriptor() ([]byte, []int)deprecated
- func (x *HoverElementCommand) GetCssSelector() string
- func (x *HoverElementCommand) GetRetryOptions() *CommandRetryOptions
- func (*HoverElementCommand) ProtoMessage()
- func (x *HoverElementCommand) ProtoReflect() protoreflect.Message
- func (x *HoverElementCommand) Reset()
- func (x *HoverElementCommand) String() string
- type InnerTextResolvedEvent
- func (*InnerTextResolvedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *InnerTextResolvedEvent) GetCssSelector() string
- func (x *InnerTextResolvedEvent) GetNote() string
- func (x *InnerTextResolvedEvent) GetText() string
- func (*InnerTextResolvedEvent) ProtoMessage()
- func (x *InnerTextResolvedEvent) ProtoReflect() protoreflect.Message
- func (x *InnerTextResolvedEvent) Reset()
- func (x *InnerTextResolvedEvent) String() string
- type KeyPressedEvent
- func (*KeyPressedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *KeyPressedEvent) GetCssSelector() string
- func (x *KeyPressedEvent) GetKey() string
- func (x *KeyPressedEvent) GetNote() string
- func (*KeyPressedEvent) ProtoMessage()
- func (x *KeyPressedEvent) ProtoReflect() protoreflect.Message
- func (x *KeyPressedEvent) Reset()
- func (x *KeyPressedEvent) String() string
- type LaunchAppCommand
- func (*LaunchAppCommand) Descriptor() ([]byte, []int)deprecated
- func (x *LaunchAppCommand) GetApkPath() string
- func (x *LaunchAppCommand) GetAppId() string
- func (x *LaunchAppCommand) GetLaunchActivity() string
- func (x *LaunchAppCommand) GetRetryOptions() *CommandRetryOptions
- func (x *LaunchAppCommand) GetStopBeforeLaunch() bool
- func (*LaunchAppCommand) ProtoMessage()
- func (x *LaunchAppCommand) ProtoReflect() protoreflect.Message
- func (x *LaunchAppCommand) Reset()
- func (x *LaunchAppCommand) String() string
- type LaunchBrowserCommand
- func (*LaunchBrowserCommand) Descriptor() ([]byte, []int)deprecated
- func (x *LaunchBrowserCommand) GetBrowserBinary() string
- func (x *LaunchBrowserCommand) GetBrowserKind() BrowserKind
- func (x *LaunchBrowserCommand) GetRetryOptions() *CommandRetryOptions
- func (*LaunchBrowserCommand) ProtoMessage()
- func (x *LaunchBrowserCommand) ProtoReflect() protoreflect.Message
- func (x *LaunchBrowserCommand) Reset()
- func (x *LaunchBrowserCommand) String() string
- type LaunchChromeCommand
- func (*LaunchChromeCommand) Descriptor() ([]byte, []int)deprecated
- func (x *LaunchChromeCommand) GetChromeBinary() string
- func (x *LaunchChromeCommand) GetRetryOptions() *CommandRetryOptions
- func (*LaunchChromeCommand) ProtoMessage()
- func (x *LaunchChromeCommand) ProtoReflect() protoreflect.Message
- func (x *LaunchChromeCommand) Reset()
- func (x *LaunchChromeCommand) String() string
- type MobileConnectedEvent
- func (*MobileConnectedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *MobileConnectedEvent) GetActivityName() string
- func (x *MobileConnectedEvent) GetBackend() string
- func (x *MobileConnectedEvent) GetConnectionKind() DeviceConnectionKind
- func (x *MobileConnectedEvent) GetDeviceId() string
- func (x *MobileConnectedEvent) GetDeviceName() string
- func (x *MobileConnectedEvent) GetDeviceSessionId() string
- func (x *MobileConnectedEvent) GetInitialAppSessionId() string
- func (x *MobileConnectedEvent) GetNote() string
- func (x *MobileConnectedEvent) GetPackageName() string
- func (x *MobileConnectedEvent) GetPlatform() MobilePlatform
- func (*MobileConnectedEvent) ProtoMessage()
- func (x *MobileConnectedEvent) ProtoReflect() protoreflect.Message
- func (x *MobileConnectedEvent) Reset()
- func (x *MobileConnectedEvent) String() string
- type MobilePlatform
- func (MobilePlatform) Descriptor() protoreflect.EnumDescriptor
- func (x MobilePlatform) Enum() *MobilePlatform
- func (MobilePlatform) EnumDescriptor() ([]byte, []int)deprecated
- func (x MobilePlatform) Number() protoreflect.EnumNumber
- func (x MobilePlatform) String() string
- func (MobilePlatform) Type() protoreflect.EnumType
- type NavigatePageCommand
- func (*NavigatePageCommand) Descriptor() ([]byte, []int)deprecated
- func (x *NavigatePageCommand) GetRetryOptions() *CommandRetryOptions
- func (x *NavigatePageCommand) GetUrl() string
- func (*NavigatePageCommand) ProtoMessage()
- func (x *NavigatePageCommand) ProtoReflect() protoreflect.Message
- func (x *NavigatePageCommand) Reset()
- func (x *NavigatePageCommand) String() string
- type OpenContextCommand
- func (*OpenContextCommand) Descriptor() ([]byte, []int)deprecated
- func (x *OpenContextCommand) GetRetryOptions() *CommandRetryOptions
- func (*OpenContextCommand) ProtoMessage()
- func (x *OpenContextCommand) ProtoReflect() protoreflect.Message
- func (x *OpenContextCommand) Reset()
- func (x *OpenContextCommand) String() string
- type PageNavigatedEvent
- func (*PageNavigatedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *PageNavigatedEvent) GetNote() string
- func (x *PageNavigatedEvent) GetUrl() string
- func (*PageNavigatedEvent) ProtoMessage()
- func (x *PageNavigatedEvent) ProtoReflect() protoreflect.Message
- func (x *PageNavigatedEvent) Reset()
- func (x *PageNavigatedEvent) String() string
- type PingRequest
- type PingResponse
- func (*PingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PingResponse) GetMessage() string
- func (x *PingResponse) GetVersion() string
- func (*PingResponse) ProtoMessage()
- func (x *PingResponse) ProtoReflect() protoreflect.Message
- func (x *PingResponse) Reset()
- func (x *PingResponse) String() string
- type PressKeyCommand
- func (*PressKeyCommand) Descriptor() ([]byte, []int)deprecated
- func (x *PressKeyCommand) GetCssSelector() string
- func (x *PressKeyCommand) GetKey() string
- func (x *PressKeyCommand) GetRetryOptions() *CommandRetryOptions
- func (x *PressKeyCommand) GetText() string
- func (*PressKeyCommand) ProtoMessage()
- func (x *PressKeyCommand) ProtoReflect() protoreflect.Message
- func (x *PressKeyCommand) Reset()
- func (x *PressKeyCommand) String() string
- type ScreenshotCapturedEvent
- func (*ScreenshotCapturedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ScreenshotCapturedEvent) GetNote() string
- func (x *ScreenshotCapturedEvent) GetPngData() []byte
- func (*ScreenshotCapturedEvent) ProtoMessage()
- func (x *ScreenshotCapturedEvent) ProtoReflect() protoreflect.Message
- func (x *ScreenshotCapturedEvent) Reset()
- func (x *ScreenshotCapturedEvent) String() string
- type ScreenshotCommand
- func (*ScreenshotCommand) Descriptor() ([]byte, []int)deprecated
- func (x *ScreenshotCommand) GetFullPage() bool
- func (x *ScreenshotCommand) GetRetryOptions() *CommandRetryOptions
- func (*ScreenshotCommand) ProtoMessage()
- func (x *ScreenshotCommand) ProtoReflect() protoreflect.Message
- func (x *ScreenshotCommand) Reset()
- func (x *ScreenshotCommand) String() string
- type SelectorWaitSatisfiedEvent
- func (*SelectorWaitSatisfiedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *SelectorWaitSatisfiedEvent) GetCssSelector() string
- func (x *SelectorWaitSatisfiedEvent) GetNote() string
- func (x *SelectorWaitSatisfiedEvent) GetVisible() bool
- func (*SelectorWaitSatisfiedEvent) ProtoMessage()
- func (x *SelectorWaitSatisfiedEvent) ProtoReflect() protoreflect.Message
- func (x *SelectorWaitSatisfiedEvent) Reset()
- func (x *SelectorWaitSatisfiedEvent) String() string
- type SessionPingCommand
- func (*SessionPingCommand) Descriptor() ([]byte, []int)deprecated
- func (x *SessionPingCommand) GetMessage() string
- func (*SessionPingCommand) ProtoMessage()
- func (x *SessionPingCommand) ProtoReflect() protoreflect.Message
- func (x *SessionPingCommand) Reset()
- func (x *SessionPingCommand) String() string
- type SessionPongEvent
- type SurfaceSessionClosedEvent
- func (*SurfaceSessionClosedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *SurfaceSessionClosedEvent) GetReason() string
- func (*SurfaceSessionClosedEvent) ProtoMessage()
- func (x *SurfaceSessionClosedEvent) ProtoReflect() protoreflect.Message
- func (x *SurfaceSessionClosedEvent) Reset()
- func (x *SurfaceSessionClosedEvent) String() string
- type SurfaceSessionCommand
- func (*SurfaceSessionCommand) Descriptor() ([]byte, []int)deprecated
- func (x *SurfaceSessionCommand) GetClose() *CloseSurfaceSessionCommand
- func (x *SurfaceSessionCommand) GetCommand() isSurfaceSessionCommand_Command
- func (x *SurfaceSessionCommand) GetConnectMobile() *ConnectMobileCommand
- func (x *SurfaceSessionCommand) GetLaunchApp() *LaunchAppCommand
- func (x *SurfaceSessionCommand) GetLaunchBrowser() *LaunchBrowserCommand
- func (x *SurfaceSessionCommand) GetLaunchChrome() *LaunchChromeCommand
- func (x *SurfaceSessionCommand) GetOpenContext() *OpenContextCommand
- func (x *SurfaceSessionCommand) GetPing() *SessionPingCommand
- func (*SurfaceSessionCommand) ProtoMessage()
- func (x *SurfaceSessionCommand) ProtoReflect() protoreflect.Message
- func (x *SurfaceSessionCommand) Reset()
- func (x *SurfaceSessionCommand) String() string
- type SurfaceSessionCommand_Close
- type SurfaceSessionCommand_ConnectMobile
- type SurfaceSessionCommand_LaunchApp
- type SurfaceSessionCommand_LaunchBrowser
- type SurfaceSessionCommand_LaunchChrome
- type SurfaceSessionCommand_OpenContext
- type SurfaceSessionCommand_Ping
- type SurfaceSessionErrorEvent
- func (*SurfaceSessionErrorEvent) Descriptor() ([]byte, []int)deprecated
- func (x *SurfaceSessionErrorEvent) GetMessage() string
- func (*SurfaceSessionErrorEvent) ProtoMessage()
- func (x *SurfaceSessionErrorEvent) ProtoReflect() protoreflect.Message
- func (x *SurfaceSessionErrorEvent) Reset()
- func (x *SurfaceSessionErrorEvent) String() string
- type SurfaceSessionEvent
- func (*SurfaceSessionEvent) Descriptor() ([]byte, []int)deprecated
- func (x *SurfaceSessionEvent) GetAppLaunched() *AppLaunchedEvent
- func (x *SurfaceSessionEvent) GetBrowserLaunched() *BrowserLaunchedEvent
- func (x *SurfaceSessionEvent) GetChromeLaunched() *ChromeLaunchedEvent
- func (x *SurfaceSessionEvent) GetClosed() *SurfaceSessionClosedEvent
- func (x *SurfaceSessionEvent) GetContextOpened() *ContextOpenedEvent
- func (x *SurfaceSessionEvent) GetError() *SurfaceSessionErrorEvent
- func (x *SurfaceSessionEvent) GetEvent() isSurfaceSessionEvent_Event
- func (x *SurfaceSessionEvent) GetMobileConnected() *MobileConnectedEvent
- func (x *SurfaceSessionEvent) GetPong() *SessionPongEvent
- func (x *SurfaceSessionEvent) GetSessionId() string
- func (*SurfaceSessionEvent) ProtoMessage()
- func (x *SurfaceSessionEvent) ProtoReflect() protoreflect.Message
- func (x *SurfaceSessionEvent) Reset()
- func (x *SurfaceSessionEvent) String() string
- type SurfaceSessionEvent_AppLaunched
- type SurfaceSessionEvent_BrowserLaunched
- type SurfaceSessionEvent_ChromeLaunched
- type SurfaceSessionEvent_Closed
- type SurfaceSessionEvent_ContextOpened
- type SurfaceSessionEvent_Error
- type SurfaceSessionEvent_MobileConnected
- type SurfaceSessionEvent_Pong
- type TextContentResolvedEvent
- func (*TextContentResolvedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *TextContentResolvedEvent) GetCssSelector() string
- func (x *TextContentResolvedEvent) GetNote() string
- func (x *TextContentResolvedEvent) GetText() string
- func (*TextContentResolvedEvent) ProtoMessage()
- func (x *TextContentResolvedEvent) ProtoReflect() protoreflect.Message
- func (x *TextContentResolvedEvent) Reset()
- func (x *TextContentResolvedEvent) String() string
- type UnimplementedEngineServiceServer
- func (UnimplementedEngineServiceServer) ContextSession(grpc.BidiStreamingServer[ContextSessionCommand, ContextSessionEvent]) error
- func (UnimplementedEngineServiceServer) Ping(context.Context, *PingRequest) (*PingResponse, error)
- func (UnimplementedEngineServiceServer) SurfaceSession(grpc.BidiStreamingServer[SurfaceSessionCommand, SurfaceSessionEvent]) error
- type UnsafeEngineServiceServer
- type WaitForSelectorCommand
- func (*WaitForSelectorCommand) Descriptor() ([]byte, []int)deprecated
- func (x *WaitForSelectorCommand) GetCssSelector() string
- func (x *WaitForSelectorCommand) GetRetryOptions() *CommandRetryOptions
- func (x *WaitForSelectorCommand) GetVisible() bool
- func (*WaitForSelectorCommand) ProtoMessage()
- func (x *WaitForSelectorCommand) ProtoReflect() protoreflect.Message
- func (x *WaitForSelectorCommand) Reset()
- func (x *WaitForSelectorCommand) String() string
Constants ¶
const ( EngineService_Ping_FullMethodName = "/allwright.engine.v1.EngineService/Ping" EngineService_SurfaceSession_FullMethodName = "/allwright.engine.v1.EngineService/SurfaceSession" EngineService_ContextSession_FullMethodName = "/allwright.engine.v1.EngineService/ContextSession" )
Variables ¶
var ( MobilePlatform_name = map[int32]string{ 0: "MOBILE_PLATFORM_UNSPECIFIED", 1: "MOBILE_PLATFORM_ANDROID", 2: "MOBILE_PLATFORM_IOS", } MobilePlatform_value = map[string]int32{ "MOBILE_PLATFORM_UNSPECIFIED": 0, "MOBILE_PLATFORM_ANDROID": 1, "MOBILE_PLATFORM_IOS": 2, } )
Enum value maps for MobilePlatform.
var ( DeviceConnectionKind_name = map[int32]string{ 0: "DEVICE_CONNECTION_KIND_UNSPECIFIED", 1: "DEVICE_CONNECTION_KIND_USB", 2: "DEVICE_CONNECTION_KIND_EMULATOR", 3: "DEVICE_CONNECTION_KIND_REMOTE_ADB", } DeviceConnectionKind_value = map[string]int32{ "DEVICE_CONNECTION_KIND_UNSPECIFIED": 0, "DEVICE_CONNECTION_KIND_USB": 1, "DEVICE_CONNECTION_KIND_EMULATOR": 2, "DEVICE_CONNECTION_KIND_REMOTE_ADB": 3, } )
Enum value maps for DeviceConnectionKind.
var ( BrowserKind_name = map[int32]string{ 0: "BROWSER_KIND_UNSPECIFIED", 1: "BROWSER_KIND_CHROMIUM", 2: "BROWSER_KIND_FIREFOX", } BrowserKind_value = map[string]int32{ "BROWSER_KIND_UNSPECIFIED": 0, "BROWSER_KIND_CHROMIUM": 1, "BROWSER_KIND_FIREFOX": 2, } )
Enum value maps for BrowserKind.
var EngineService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "allwright.engine.v1.EngineService", HandlerType: (*EngineServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Ping", Handler: _EngineService_Ping_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "SurfaceSession", Handler: _EngineService_SurfaceSession_Handler, ServerStreams: true, ClientStreams: true, }, { StreamName: "ContextSession", Handler: _EngineService_ContextSession_Handler, ServerStreams: true, ClientStreams: true, }, }, Metadata: "engine/v1/engine.proto", }
EngineService_ServiceDesc is the grpc.ServiceDesc for EngineService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_core_v1_common_proto protoreflect.FileDescriptor
var File_core_v1_context_proto protoreflect.FileDescriptor
var File_core_v1_surface_proto protoreflect.FileDescriptor
var File_engine_v1_engine_proto protoreflect.FileDescriptor
var File_surfaces_mobile_v1_mobile_proto protoreflect.FileDescriptor
var File_surfaces_web_v1_web_proto protoreflect.FileDescriptor
Functions ¶
func RegisterEngineServiceServer ¶
func RegisterEngineServiceServer(s grpc.ServiceRegistrar, srv EngineServiceServer)
Types ¶
type AppLaunchedEvent ¶ added in v0.0.53
type AppLaunchedEvent struct {
AppSessionId string `protobuf:"bytes,1,opt,name=app_session_id,json=appSessionId,proto3" json:"app_session_id,omitempty"`
Note string `protobuf:"bytes,2,opt,name=note,proto3" json:"note,omitempty"`
PackageName *string `protobuf:"bytes,3,opt,name=package_name,json=packageName,proto3,oneof" json:"package_name,omitempty"`
ActivityName *string `protobuf:"bytes,4,opt,name=activity_name,json=activityName,proto3,oneof" json:"activity_name,omitempty"`
WebviewContext *string `protobuf:"bytes,5,opt,name=webview_context,json=webviewContext,proto3,oneof" json:"webview_context,omitempty"`
// contains filtered or unexported fields
}
func (*AppLaunchedEvent) Descriptor
deprecated
added in
v0.0.53
func (*AppLaunchedEvent) Descriptor() ([]byte, []int)
Deprecated: Use AppLaunchedEvent.ProtoReflect.Descriptor instead.
func (*AppLaunchedEvent) GetActivityName ¶ added in v0.0.53
func (x *AppLaunchedEvent) GetActivityName() string
func (*AppLaunchedEvent) GetAppSessionId ¶ added in v0.0.53
func (x *AppLaunchedEvent) GetAppSessionId() string
func (*AppLaunchedEvent) GetNote ¶ added in v0.0.53
func (x *AppLaunchedEvent) GetNote() string
func (*AppLaunchedEvent) GetPackageName ¶ added in v0.0.53
func (x *AppLaunchedEvent) GetPackageName() string
func (*AppLaunchedEvent) GetWebviewContext ¶ added in v0.0.53
func (x *AppLaunchedEvent) GetWebviewContext() string
func (*AppLaunchedEvent) ProtoMessage ¶ added in v0.0.53
func (*AppLaunchedEvent) ProtoMessage()
func (*AppLaunchedEvent) ProtoReflect ¶ added in v0.0.53
func (x *AppLaunchedEvent) ProtoReflect() protoreflect.Message
func (*AppLaunchedEvent) Reset ¶ added in v0.0.53
func (x *AppLaunchedEvent) Reset()
func (*AppLaunchedEvent) String ¶ added in v0.0.53
func (x *AppLaunchedEvent) String() string
type BrowserKind ¶ added in v0.0.27
type BrowserKind int32
const ( BrowserKind_BROWSER_KIND_UNSPECIFIED BrowserKind = 0 BrowserKind_BROWSER_KIND_CHROMIUM BrowserKind = 1 BrowserKind_BROWSER_KIND_FIREFOX BrowserKind = 2 )
func (BrowserKind) Descriptor ¶ added in v0.0.27
func (BrowserKind) Descriptor() protoreflect.EnumDescriptor
func (BrowserKind) Enum ¶ added in v0.0.27
func (x BrowserKind) Enum() *BrowserKind
func (BrowserKind) EnumDescriptor
deprecated
added in
v0.0.27
func (BrowserKind) EnumDescriptor() ([]byte, []int)
Deprecated: Use BrowserKind.Descriptor instead.
func (BrowserKind) Number ¶ added in v0.0.27
func (x BrowserKind) Number() protoreflect.EnumNumber
func (BrowserKind) String ¶ added in v0.0.27
func (x BrowserKind) String() string
func (BrowserKind) Type ¶ added in v0.0.27
func (BrowserKind) Type() protoreflect.EnumType
type BrowserLaunchedEvent ¶ added in v0.0.27
type BrowserLaunchedEvent struct {
BrowserKind BrowserKind `` /* 132-byte string literal not displayed */
Browser string `protobuf:"bytes,2,opt,name=browser,proto3" json:"browser,omitempty"`
Note string `protobuf:"bytes,3,opt,name=note,proto3" json:"note,omitempty"`
UserDataDir string `protobuf:"bytes,4,opt,name=user_data_dir,json=userDataDir,proto3" json:"user_data_dir,omitempty"`
InitialPageSessionId string `protobuf:"bytes,5,opt,name=initial_page_session_id,json=initialPageSessionId,proto3" json:"initial_page_session_id,omitempty"`
// contains filtered or unexported fields
}
func (*BrowserLaunchedEvent) Descriptor
deprecated
added in
v0.0.27
func (*BrowserLaunchedEvent) Descriptor() ([]byte, []int)
Deprecated: Use BrowserLaunchedEvent.ProtoReflect.Descriptor instead.
func (*BrowserLaunchedEvent) GetBrowser ¶ added in v0.0.27
func (x *BrowserLaunchedEvent) GetBrowser() string
func (*BrowserLaunchedEvent) GetBrowserKind ¶ added in v0.0.27
func (x *BrowserLaunchedEvent) GetBrowserKind() BrowserKind
func (*BrowserLaunchedEvent) GetInitialPageSessionId ¶ added in v0.0.53
func (x *BrowserLaunchedEvent) GetInitialPageSessionId() string
func (*BrowserLaunchedEvent) GetNote ¶ added in v0.0.27
func (x *BrowserLaunchedEvent) GetNote() string
func (*BrowserLaunchedEvent) GetUserDataDir ¶ added in v0.0.27
func (x *BrowserLaunchedEvent) GetUserDataDir() string
func (*BrowserLaunchedEvent) ProtoMessage ¶ added in v0.0.27
func (*BrowserLaunchedEvent) ProtoMessage()
func (*BrowserLaunchedEvent) ProtoReflect ¶ added in v0.0.27
func (x *BrowserLaunchedEvent) ProtoReflect() protoreflect.Message
func (*BrowserLaunchedEvent) Reset ¶ added in v0.0.27
func (x *BrowserLaunchedEvent) Reset()
func (*BrowserLaunchedEvent) String ¶ added in v0.0.27
func (x *BrowserLaunchedEvent) String() string
type ChromeLaunchedEvent ¶
type ChromeLaunchedEvent struct {
Browser string `protobuf:"bytes,1,opt,name=browser,proto3" json:"browser,omitempty"`
Note string `protobuf:"bytes,2,opt,name=note,proto3" json:"note,omitempty"`
CdpWebsocketUrl string `protobuf:"bytes,3,opt,name=cdp_websocket_url,json=cdpWebsocketUrl,proto3" json:"cdp_websocket_url,omitempty"`
UserDataDir string `protobuf:"bytes,4,opt,name=user_data_dir,json=userDataDir,proto3" json:"user_data_dir,omitempty"`
InitialPageSessionId string `protobuf:"bytes,5,opt,name=initial_page_session_id,json=initialPageSessionId,proto3" json:"initial_page_session_id,omitempty"`
// contains filtered or unexported fields
}
func (*ChromeLaunchedEvent) Descriptor
deprecated
func (*ChromeLaunchedEvent) Descriptor() ([]byte, []int)
Deprecated: Use ChromeLaunchedEvent.ProtoReflect.Descriptor instead.
func (*ChromeLaunchedEvent) GetBrowser ¶
func (x *ChromeLaunchedEvent) GetBrowser() string
func (*ChromeLaunchedEvent) GetCdpWebsocketUrl ¶
func (x *ChromeLaunchedEvent) GetCdpWebsocketUrl() string
func (*ChromeLaunchedEvent) GetInitialPageSessionId ¶ added in v0.0.53
func (x *ChromeLaunchedEvent) GetInitialPageSessionId() string
func (*ChromeLaunchedEvent) GetNote ¶
func (x *ChromeLaunchedEvent) GetNote() string
func (*ChromeLaunchedEvent) GetUserDataDir ¶
func (x *ChromeLaunchedEvent) GetUserDataDir() string
func (*ChromeLaunchedEvent) ProtoMessage ¶
func (*ChromeLaunchedEvent) ProtoMessage()
func (*ChromeLaunchedEvent) ProtoReflect ¶
func (x *ChromeLaunchedEvent) ProtoReflect() protoreflect.Message
func (*ChromeLaunchedEvent) Reset ¶
func (x *ChromeLaunchedEvent) Reset()
func (*ChromeLaunchedEvent) String ¶
func (x *ChromeLaunchedEvent) String() string
type ChromiumBidiInjectionEvent ¶
type ChromiumBidiInjectionEvent struct {
Note string `protobuf:"bytes,1,opt,name=note,proto3" json:"note,omitempty"`
BidiSessionId string `protobuf:"bytes,2,opt,name=bidi_session_id,json=bidiSessionId,proto3" json:"bidi_session_id,omitempty"`
MapperTargetId string `protobuf:"bytes,3,opt,name=mapper_target_id,json=mapperTargetId,proto3" json:"mapper_target_id,omitempty"`
MapperSessionId string `protobuf:"bytes,4,opt,name=mapper_session_id,json=mapperSessionId,proto3" json:"mapper_session_id,omitempty"`
PackageVersion string `protobuf:"bytes,5,opt,name=package_version,json=packageVersion,proto3" json:"package_version,omitempty"`
// contains filtered or unexported fields
}
func (*ChromiumBidiInjectionEvent) Descriptor
deprecated
func (*ChromiumBidiInjectionEvent) Descriptor() ([]byte, []int)
Deprecated: Use ChromiumBidiInjectionEvent.ProtoReflect.Descriptor instead.
func (*ChromiumBidiInjectionEvent) GetBidiSessionId ¶
func (x *ChromiumBidiInjectionEvent) GetBidiSessionId() string
func (*ChromiumBidiInjectionEvent) GetMapperSessionId ¶
func (x *ChromiumBidiInjectionEvent) GetMapperSessionId() string
func (*ChromiumBidiInjectionEvent) GetMapperTargetId ¶
func (x *ChromiumBidiInjectionEvent) GetMapperTargetId() string
func (*ChromiumBidiInjectionEvent) GetNote ¶
func (x *ChromiumBidiInjectionEvent) GetNote() string
func (*ChromiumBidiInjectionEvent) GetPackageVersion ¶
func (x *ChromiumBidiInjectionEvent) GetPackageVersion() string
func (*ChromiumBidiInjectionEvent) ProtoMessage ¶
func (*ChromiumBidiInjectionEvent) ProtoMessage()
func (*ChromiumBidiInjectionEvent) ProtoReflect ¶
func (x *ChromiumBidiInjectionEvent) ProtoReflect() protoreflect.Message
func (*ChromiumBidiInjectionEvent) Reset ¶
func (x *ChromiumBidiInjectionEvent) Reset()
func (*ChromiumBidiInjectionEvent) String ¶
func (x *ChromiumBidiInjectionEvent) String() string
type ClickElementCommand ¶
type ClickElementCommand struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
RetryOptions *CommandRetryOptions `protobuf:"bytes,2,opt,name=retry_options,json=retryOptions,proto3,oneof" json:"retry_options,omitempty"`
// contains filtered or unexported fields
}
func (*ClickElementCommand) Descriptor
deprecated
func (*ClickElementCommand) Descriptor() ([]byte, []int)
Deprecated: Use ClickElementCommand.ProtoReflect.Descriptor instead.
func (*ClickElementCommand) GetCssSelector ¶
func (x *ClickElementCommand) GetCssSelector() string
func (*ClickElementCommand) GetRetryOptions ¶ added in v0.0.3
func (x *ClickElementCommand) GetRetryOptions() *CommandRetryOptions
func (*ClickElementCommand) ProtoMessage ¶
func (*ClickElementCommand) ProtoMessage()
func (*ClickElementCommand) ProtoReflect ¶
func (x *ClickElementCommand) ProtoReflect() protoreflect.Message
func (*ClickElementCommand) Reset ¶
func (x *ClickElementCommand) Reset()
func (*ClickElementCommand) String ¶
func (x *ClickElementCommand) String() string
type CloseContextSessionCommand ¶ added in v0.0.53
type CloseContextSessionCommand struct {
// contains filtered or unexported fields
}
func (*CloseContextSessionCommand) Descriptor
deprecated
added in
v0.0.53
func (*CloseContextSessionCommand) Descriptor() ([]byte, []int)
Deprecated: Use CloseContextSessionCommand.ProtoReflect.Descriptor instead.
func (*CloseContextSessionCommand) ProtoMessage ¶ added in v0.0.53
func (*CloseContextSessionCommand) ProtoMessage()
func (*CloseContextSessionCommand) ProtoReflect ¶ added in v0.0.53
func (x *CloseContextSessionCommand) ProtoReflect() protoreflect.Message
func (*CloseContextSessionCommand) Reset ¶ added in v0.0.53
func (x *CloseContextSessionCommand) Reset()
func (*CloseContextSessionCommand) String ¶ added in v0.0.53
func (x *CloseContextSessionCommand) String() string
type CloseSurfaceSessionCommand ¶ added in v0.0.53
type CloseSurfaceSessionCommand struct {
// contains filtered or unexported fields
}
func (*CloseSurfaceSessionCommand) Descriptor
deprecated
added in
v0.0.53
func (*CloseSurfaceSessionCommand) Descriptor() ([]byte, []int)
Deprecated: Use CloseSurfaceSessionCommand.ProtoReflect.Descriptor instead.
func (*CloseSurfaceSessionCommand) ProtoMessage ¶ added in v0.0.53
func (*CloseSurfaceSessionCommand) ProtoMessage()
func (*CloseSurfaceSessionCommand) ProtoReflect ¶ added in v0.0.53
func (x *CloseSurfaceSessionCommand) ProtoReflect() protoreflect.Message
func (*CloseSurfaceSessionCommand) Reset ¶ added in v0.0.53
func (x *CloseSurfaceSessionCommand) Reset()
func (*CloseSurfaceSessionCommand) String ¶ added in v0.0.53
func (x *CloseSurfaceSessionCommand) String() string
type CommandRetryOptions ¶ added in v0.0.3
type CommandRetryOptions struct {
TimeoutMs *uint32 `protobuf:"varint,1,opt,name=timeout_ms,json=timeoutMs,proto3,oneof" json:"timeout_ms,omitempty"`
RetryIntervalMs *uint32 `protobuf:"varint,2,opt,name=retry_interval_ms,json=retryIntervalMs,proto3,oneof" json:"retry_interval_ms,omitempty"`
// contains filtered or unexported fields
}
func (*CommandRetryOptions) Descriptor
deprecated
added in
v0.0.3
func (*CommandRetryOptions) Descriptor() ([]byte, []int)
Deprecated: Use CommandRetryOptions.ProtoReflect.Descriptor instead.
func (*CommandRetryOptions) GetRetryIntervalMs ¶ added in v0.0.3
func (x *CommandRetryOptions) GetRetryIntervalMs() uint32
func (*CommandRetryOptions) GetTimeoutMs ¶ added in v0.0.3
func (x *CommandRetryOptions) GetTimeoutMs() uint32
func (*CommandRetryOptions) ProtoMessage ¶ added in v0.0.3
func (*CommandRetryOptions) ProtoMessage()
func (*CommandRetryOptions) ProtoReflect ¶ added in v0.0.3
func (x *CommandRetryOptions) ProtoReflect() protoreflect.Message
func (*CommandRetryOptions) Reset ¶ added in v0.0.3
func (x *CommandRetryOptions) Reset()
func (*CommandRetryOptions) String ¶ added in v0.0.3
func (x *CommandRetryOptions) String() string
type ConnectMobileCommand ¶ added in v0.0.53
type ConnectMobileCommand struct {
Platform MobilePlatform `protobuf:"varint,1,opt,name=platform,proto3,enum=allwright.engine.v1.MobilePlatform" json:"platform,omitempty"`
Device *string `protobuf:"bytes,2,opt,name=device,proto3,oneof" json:"device,omitempty"`
AdbEndpoint *string `protobuf:"bytes,3,opt,name=adb_endpoint,json=adbEndpoint,proto3,oneof" json:"adb_endpoint,omitempty"`
PreserveAppState bool `protobuf:"varint,4,opt,name=preserve_app_state,json=preserveAppState,proto3" json:"preserve_app_state,omitempty"`
RetryOptions *CommandRetryOptions `protobuf:"bytes,5,opt,name=retry_options,json=retryOptions,proto3,oneof" json:"retry_options,omitempty"`
// contains filtered or unexported fields
}
func (*ConnectMobileCommand) Descriptor
deprecated
added in
v0.0.53
func (*ConnectMobileCommand) Descriptor() ([]byte, []int)
Deprecated: Use ConnectMobileCommand.ProtoReflect.Descriptor instead.
func (*ConnectMobileCommand) GetAdbEndpoint ¶ added in v0.0.53
func (x *ConnectMobileCommand) GetAdbEndpoint() string
func (*ConnectMobileCommand) GetDevice ¶ added in v0.0.53
func (x *ConnectMobileCommand) GetDevice() string
func (*ConnectMobileCommand) GetPlatform ¶ added in v0.0.53
func (x *ConnectMobileCommand) GetPlatform() MobilePlatform
func (*ConnectMobileCommand) GetPreserveAppState ¶ added in v0.0.53
func (x *ConnectMobileCommand) GetPreserveAppState() bool
func (*ConnectMobileCommand) GetRetryOptions ¶ added in v0.0.53
func (x *ConnectMobileCommand) GetRetryOptions() *CommandRetryOptions
func (*ConnectMobileCommand) ProtoMessage ¶ added in v0.0.53
func (*ConnectMobileCommand) ProtoMessage()
func (*ConnectMobileCommand) ProtoReflect ¶ added in v0.0.53
func (x *ConnectMobileCommand) ProtoReflect() protoreflect.Message
func (*ConnectMobileCommand) Reset ¶ added in v0.0.53
func (x *ConnectMobileCommand) Reset()
func (*ConnectMobileCommand) String ¶ added in v0.0.53
func (x *ConnectMobileCommand) String() string
type ContextOpenedEvent ¶ added in v0.0.53
type ContextOpenedEvent struct {
ContextSessionId string `protobuf:"bytes,1,opt,name=context_session_id,json=contextSessionId,proto3" json:"context_session_id,omitempty"`
Note string `protobuf:"bytes,2,opt,name=note,proto3" json:"note,omitempty"`
// contains filtered or unexported fields
}
func (*ContextOpenedEvent) Descriptor
deprecated
added in
v0.0.53
func (*ContextOpenedEvent) Descriptor() ([]byte, []int)
Deprecated: Use ContextOpenedEvent.ProtoReflect.Descriptor instead.
func (*ContextOpenedEvent) GetContextSessionId ¶ added in v0.0.53
func (x *ContextOpenedEvent) GetContextSessionId() string
func (*ContextOpenedEvent) GetNote ¶ added in v0.0.53
func (x *ContextOpenedEvent) GetNote() string
func (*ContextOpenedEvent) ProtoMessage ¶ added in v0.0.53
func (*ContextOpenedEvent) ProtoMessage()
func (*ContextOpenedEvent) ProtoReflect ¶ added in v0.0.53
func (x *ContextOpenedEvent) ProtoReflect() protoreflect.Message
func (*ContextOpenedEvent) Reset ¶ added in v0.0.53
func (x *ContextOpenedEvent) Reset()
func (*ContextOpenedEvent) String ¶ added in v0.0.53
func (x *ContextOpenedEvent) String() string
type ContextSessionAttachedEvent ¶ added in v0.0.53
type ContextSessionAttachedEvent struct {
Note string `protobuf:"bytes,1,opt,name=note,proto3" json:"note,omitempty"`
// contains filtered or unexported fields
}
func (*ContextSessionAttachedEvent) Descriptor
deprecated
added in
v0.0.53
func (*ContextSessionAttachedEvent) Descriptor() ([]byte, []int)
Deprecated: Use ContextSessionAttachedEvent.ProtoReflect.Descriptor instead.
func (*ContextSessionAttachedEvent) GetNote ¶ added in v0.0.53
func (x *ContextSessionAttachedEvent) GetNote() string
func (*ContextSessionAttachedEvent) ProtoMessage ¶ added in v0.0.53
func (*ContextSessionAttachedEvent) ProtoMessage()
func (*ContextSessionAttachedEvent) ProtoReflect ¶ added in v0.0.53
func (x *ContextSessionAttachedEvent) ProtoReflect() protoreflect.Message
func (*ContextSessionAttachedEvent) Reset ¶ added in v0.0.53
func (x *ContextSessionAttachedEvent) Reset()
func (*ContextSessionAttachedEvent) String ¶ added in v0.0.53
func (x *ContextSessionAttachedEvent) String() string
type ContextSessionClosedEvent ¶ added in v0.0.53
type ContextSessionClosedEvent struct {
Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
// contains filtered or unexported fields
}
func (*ContextSessionClosedEvent) Descriptor
deprecated
added in
v0.0.53
func (*ContextSessionClosedEvent) Descriptor() ([]byte, []int)
Deprecated: Use ContextSessionClosedEvent.ProtoReflect.Descriptor instead.
func (*ContextSessionClosedEvent) GetReason ¶ added in v0.0.53
func (x *ContextSessionClosedEvent) GetReason() string
func (*ContextSessionClosedEvent) ProtoMessage ¶ added in v0.0.53
func (*ContextSessionClosedEvent) ProtoMessage()
func (*ContextSessionClosedEvent) ProtoReflect ¶ added in v0.0.53
func (x *ContextSessionClosedEvent) ProtoReflect() protoreflect.Message
func (*ContextSessionClosedEvent) Reset ¶ added in v0.0.53
func (x *ContextSessionClosedEvent) Reset()
func (*ContextSessionClosedEvent) String ¶ added in v0.0.53
func (x *ContextSessionClosedEvent) String() string
type ContextSessionCommand ¶ added in v0.0.53
type ContextSessionCommand struct {
SurfaceSessionId string `protobuf:"bytes,1,opt,name=surface_session_id,json=surfaceSessionId,proto3" json:"surface_session_id,omitempty"`
ContextSessionId string `protobuf:"bytes,2,opt,name=context_session_id,json=contextSessionId,proto3" json:"context_session_id,omitempty"`
// Types that are valid to be assigned to Command:
//
// *ContextSessionCommand_Ping
// *ContextSessionCommand_Close
// *ContextSessionCommand_Navigate
// *ContextSessionCommand_ClickElement
// *ContextSessionCommand_CountElements
// *ContextSessionCommand_HighlightElements
// *ContextSessionCommand_FocusElement
// *ContextSessionCommand_FillElement
// *ContextSessionCommand_HoverElement
// *ContextSessionCommand_PressKey
// *ContextSessionCommand_GetTextContent
// *ContextSessionCommand_GetInnerText
// *ContextSessionCommand_WaitForSelector
// *ContextSessionCommand_Screenshot
Command isContextSessionCommand_Command `protobuf_oneof:"command"`
// contains filtered or unexported fields
}
func (*ContextSessionCommand) Descriptor
deprecated
added in
v0.0.53
func (*ContextSessionCommand) Descriptor() ([]byte, []int)
Deprecated: Use ContextSessionCommand.ProtoReflect.Descriptor instead.
func (*ContextSessionCommand) GetClickElement ¶ added in v0.0.53
func (x *ContextSessionCommand) GetClickElement() *ClickElementCommand
func (*ContextSessionCommand) GetClose ¶ added in v0.0.53
func (x *ContextSessionCommand) GetClose() *CloseContextSessionCommand
func (*ContextSessionCommand) GetCommand ¶ added in v0.0.53
func (x *ContextSessionCommand) GetCommand() isContextSessionCommand_Command
func (*ContextSessionCommand) GetContextSessionId ¶ added in v0.0.53
func (x *ContextSessionCommand) GetContextSessionId() string
func (*ContextSessionCommand) GetCountElements ¶ added in v0.0.53
func (x *ContextSessionCommand) GetCountElements() *CountElementsCommand
func (*ContextSessionCommand) GetFillElement ¶ added in v0.0.53
func (x *ContextSessionCommand) GetFillElement() *FillElementCommand
func (*ContextSessionCommand) GetFocusElement ¶ added in v0.0.53
func (x *ContextSessionCommand) GetFocusElement() *FocusElementCommand
func (*ContextSessionCommand) GetGetInnerText ¶ added in v0.0.53
func (x *ContextSessionCommand) GetGetInnerText() *GetInnerTextCommand
func (*ContextSessionCommand) GetGetTextContent ¶ added in v0.0.53
func (x *ContextSessionCommand) GetGetTextContent() *GetTextContentCommand
func (*ContextSessionCommand) GetHighlightElements ¶ added in v0.0.53
func (x *ContextSessionCommand) GetHighlightElements() *HighlightElementsCommand
func (*ContextSessionCommand) GetHoverElement ¶ added in v0.0.53
func (x *ContextSessionCommand) GetHoverElement() *HoverElementCommand
func (*ContextSessionCommand) GetNavigate ¶ added in v0.0.53
func (x *ContextSessionCommand) GetNavigate() *NavigatePageCommand
func (*ContextSessionCommand) GetPing ¶ added in v0.0.53
func (x *ContextSessionCommand) GetPing() *ContextSessionPingCommand
func (*ContextSessionCommand) GetPressKey ¶ added in v0.0.53
func (x *ContextSessionCommand) GetPressKey() *PressKeyCommand
func (*ContextSessionCommand) GetScreenshot ¶ added in v0.0.54
func (x *ContextSessionCommand) GetScreenshot() *ScreenshotCommand
func (*ContextSessionCommand) GetSurfaceSessionId ¶ added in v0.0.53
func (x *ContextSessionCommand) GetSurfaceSessionId() string
func (*ContextSessionCommand) GetWaitForSelector ¶ added in v0.0.53
func (x *ContextSessionCommand) GetWaitForSelector() *WaitForSelectorCommand
func (*ContextSessionCommand) ProtoMessage ¶ added in v0.0.53
func (*ContextSessionCommand) ProtoMessage()
func (*ContextSessionCommand) ProtoReflect ¶ added in v0.0.53
func (x *ContextSessionCommand) ProtoReflect() protoreflect.Message
func (*ContextSessionCommand) Reset ¶ added in v0.0.53
func (x *ContextSessionCommand) Reset()
func (*ContextSessionCommand) String ¶ added in v0.0.53
func (x *ContextSessionCommand) String() string
type ContextSessionCommand_ClickElement ¶ added in v0.0.53
type ContextSessionCommand_ClickElement struct {
ClickElement *ClickElementCommand `protobuf:"bytes,6,opt,name=click_element,json=clickElement,proto3,oneof"`
}
type ContextSessionCommand_Close ¶ added in v0.0.53
type ContextSessionCommand_Close struct {
Close *CloseContextSessionCommand `protobuf:"bytes,4,opt,name=close,proto3,oneof"`
}
type ContextSessionCommand_CountElements ¶ added in v0.0.53
type ContextSessionCommand_CountElements struct {
CountElements *CountElementsCommand `protobuf:"bytes,7,opt,name=count_elements,json=countElements,proto3,oneof"`
}
type ContextSessionCommand_FillElement ¶ added in v0.0.53
type ContextSessionCommand_FillElement struct {
FillElement *FillElementCommand `protobuf:"bytes,10,opt,name=fill_element,json=fillElement,proto3,oneof"`
}
type ContextSessionCommand_FocusElement ¶ added in v0.0.53
type ContextSessionCommand_FocusElement struct {
FocusElement *FocusElementCommand `protobuf:"bytes,9,opt,name=focus_element,json=focusElement,proto3,oneof"`
}
type ContextSessionCommand_GetInnerText ¶ added in v0.0.53
type ContextSessionCommand_GetInnerText struct {
GetInnerText *GetInnerTextCommand `protobuf:"bytes,14,opt,name=get_inner_text,json=getInnerText,proto3,oneof"`
}
type ContextSessionCommand_GetTextContent ¶ added in v0.0.53
type ContextSessionCommand_GetTextContent struct {
GetTextContent *GetTextContentCommand `protobuf:"bytes,13,opt,name=get_text_content,json=getTextContent,proto3,oneof"`
}
type ContextSessionCommand_HighlightElements ¶ added in v0.0.53
type ContextSessionCommand_HighlightElements struct {
HighlightElements *HighlightElementsCommand `protobuf:"bytes,8,opt,name=highlight_elements,json=highlightElements,proto3,oneof"`
}
type ContextSessionCommand_HoverElement ¶ added in v0.0.53
type ContextSessionCommand_HoverElement struct {
HoverElement *HoverElementCommand `protobuf:"bytes,11,opt,name=hover_element,json=hoverElement,proto3,oneof"`
}
type ContextSessionCommand_Navigate ¶ added in v0.0.53
type ContextSessionCommand_Navigate struct {
}
type ContextSessionCommand_Ping ¶ added in v0.0.53
type ContextSessionCommand_Ping struct {
Ping *ContextSessionPingCommand `protobuf:"bytes,3,opt,name=ping,proto3,oneof"`
}
type ContextSessionCommand_PressKey ¶ added in v0.0.53
type ContextSessionCommand_PressKey struct {
PressKey *PressKeyCommand `protobuf:"bytes,12,opt,name=press_key,json=pressKey,proto3,oneof"`
}
type ContextSessionCommand_Screenshot ¶ added in v0.0.54
type ContextSessionCommand_Screenshot struct {
Screenshot *ScreenshotCommand `protobuf:"bytes,16,opt,name=screenshot,proto3,oneof"`
}
type ContextSessionCommand_WaitForSelector ¶ added in v0.0.53
type ContextSessionCommand_WaitForSelector struct {
WaitForSelector *WaitForSelectorCommand `protobuf:"bytes,15,opt,name=wait_for_selector,json=waitForSelector,proto3,oneof"`
}
type ContextSessionErrorEvent ¶ added in v0.0.53
type ContextSessionErrorEvent struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*ContextSessionErrorEvent) Descriptor
deprecated
added in
v0.0.53
func (*ContextSessionErrorEvent) Descriptor() ([]byte, []int)
Deprecated: Use ContextSessionErrorEvent.ProtoReflect.Descriptor instead.
func (*ContextSessionErrorEvent) GetMessage ¶ added in v0.0.53
func (x *ContextSessionErrorEvent) GetMessage() string
func (*ContextSessionErrorEvent) ProtoMessage ¶ added in v0.0.53
func (*ContextSessionErrorEvent) ProtoMessage()
func (*ContextSessionErrorEvent) ProtoReflect ¶ added in v0.0.53
func (x *ContextSessionErrorEvent) ProtoReflect() protoreflect.Message
func (*ContextSessionErrorEvent) Reset ¶ added in v0.0.53
func (x *ContextSessionErrorEvent) Reset()
func (*ContextSessionErrorEvent) String ¶ added in v0.0.53
func (x *ContextSessionErrorEvent) String() string
type ContextSessionEvent ¶ added in v0.0.53
type ContextSessionEvent struct {
ContextSessionId string `protobuf:"bytes,1,opt,name=context_session_id,json=contextSessionId,proto3" json:"context_session_id,omitempty"`
// Types that are valid to be assigned to Event:
//
// *ContextSessionEvent_Attached
// *ContextSessionEvent_Pong
// *ContextSessionEvent_Closed
// *ContextSessionEvent_Error
// *ContextSessionEvent_Navigated
// *ContextSessionEvent_ChromiumBidiInjection
// *ContextSessionEvent_ElementClicked
// *ContextSessionEvent_ElementCounted
// *ContextSessionEvent_ElementsHighlighted
// *ContextSessionEvent_ElementFocused
// *ContextSessionEvent_ElementFilled
// *ContextSessionEvent_ElementHovered
// *ContextSessionEvent_KeyPressed
// *ContextSessionEvent_TextContentResolved
// *ContextSessionEvent_InnerTextResolved
// *ContextSessionEvent_SelectorWaitSatisfied
// *ContextSessionEvent_ScreenshotCaptured
Event isContextSessionEvent_Event `protobuf_oneof:"event"`
// contains filtered or unexported fields
}
func (*ContextSessionEvent) Descriptor
deprecated
added in
v0.0.53
func (*ContextSessionEvent) Descriptor() ([]byte, []int)
Deprecated: Use ContextSessionEvent.ProtoReflect.Descriptor instead.
func (*ContextSessionEvent) GetAttached ¶ added in v0.0.53
func (x *ContextSessionEvent) GetAttached() *ContextSessionAttachedEvent
func (*ContextSessionEvent) GetChromiumBidiInjection ¶ added in v0.0.53
func (x *ContextSessionEvent) GetChromiumBidiInjection() *ChromiumBidiInjectionEvent
func (*ContextSessionEvent) GetClosed ¶ added in v0.0.53
func (x *ContextSessionEvent) GetClosed() *ContextSessionClosedEvent
func (*ContextSessionEvent) GetContextSessionId ¶ added in v0.0.53
func (x *ContextSessionEvent) GetContextSessionId() string
func (*ContextSessionEvent) GetElementClicked ¶ added in v0.0.53
func (x *ContextSessionEvent) GetElementClicked() *ElementClickedEvent
func (*ContextSessionEvent) GetElementCounted ¶ added in v0.0.53
func (x *ContextSessionEvent) GetElementCounted() *ElementCountedEvent
func (*ContextSessionEvent) GetElementFilled ¶ added in v0.0.53
func (x *ContextSessionEvent) GetElementFilled() *ElementFilledEvent
func (*ContextSessionEvent) GetElementFocused ¶ added in v0.0.53
func (x *ContextSessionEvent) GetElementFocused() *ElementFocusedEvent
func (*ContextSessionEvent) GetElementHovered ¶ added in v0.0.53
func (x *ContextSessionEvent) GetElementHovered() *ElementHoveredEvent
func (*ContextSessionEvent) GetElementsHighlighted ¶ added in v0.0.53
func (x *ContextSessionEvent) GetElementsHighlighted() *ElementsHighlightedEvent
func (*ContextSessionEvent) GetError ¶ added in v0.0.53
func (x *ContextSessionEvent) GetError() *ContextSessionErrorEvent
func (*ContextSessionEvent) GetEvent ¶ added in v0.0.53
func (x *ContextSessionEvent) GetEvent() isContextSessionEvent_Event
func (*ContextSessionEvent) GetInnerTextResolved ¶ added in v0.0.53
func (x *ContextSessionEvent) GetInnerTextResolved() *InnerTextResolvedEvent
func (*ContextSessionEvent) GetKeyPressed ¶ added in v0.0.53
func (x *ContextSessionEvent) GetKeyPressed() *KeyPressedEvent
func (*ContextSessionEvent) GetNavigated ¶ added in v0.0.53
func (x *ContextSessionEvent) GetNavigated() *PageNavigatedEvent
func (*ContextSessionEvent) GetPong ¶ added in v0.0.53
func (x *ContextSessionEvent) GetPong() *ContextSessionPongEvent
func (*ContextSessionEvent) GetScreenshotCaptured ¶ added in v0.0.54
func (x *ContextSessionEvent) GetScreenshotCaptured() *ScreenshotCapturedEvent
func (*ContextSessionEvent) GetSelectorWaitSatisfied ¶ added in v0.0.53
func (x *ContextSessionEvent) GetSelectorWaitSatisfied() *SelectorWaitSatisfiedEvent
func (*ContextSessionEvent) GetTextContentResolved ¶ added in v0.0.53
func (x *ContextSessionEvent) GetTextContentResolved() *TextContentResolvedEvent
func (*ContextSessionEvent) ProtoMessage ¶ added in v0.0.53
func (*ContextSessionEvent) ProtoMessage()
func (*ContextSessionEvent) ProtoReflect ¶ added in v0.0.53
func (x *ContextSessionEvent) ProtoReflect() protoreflect.Message
func (*ContextSessionEvent) Reset ¶ added in v0.0.53
func (x *ContextSessionEvent) Reset()
func (*ContextSessionEvent) String ¶ added in v0.0.53
func (x *ContextSessionEvent) String() string
type ContextSessionEvent_Attached ¶ added in v0.0.53
type ContextSessionEvent_Attached struct {
Attached *ContextSessionAttachedEvent `protobuf:"bytes,2,opt,name=attached,proto3,oneof"`
}
type ContextSessionEvent_ChromiumBidiInjection ¶ added in v0.0.53
type ContextSessionEvent_ChromiumBidiInjection struct {
ChromiumBidiInjection *ChromiumBidiInjectionEvent `protobuf:"bytes,7,opt,name=chromium_bidi_injection,json=chromiumBidiInjection,proto3,oneof"`
}
type ContextSessionEvent_Closed ¶ added in v0.0.53
type ContextSessionEvent_Closed struct {
Closed *ContextSessionClosedEvent `protobuf:"bytes,4,opt,name=closed,proto3,oneof"`
}
type ContextSessionEvent_ElementClicked ¶ added in v0.0.53
type ContextSessionEvent_ElementClicked struct {
ElementClicked *ElementClickedEvent `protobuf:"bytes,8,opt,name=element_clicked,json=elementClicked,proto3,oneof"`
}
type ContextSessionEvent_ElementCounted ¶ added in v0.0.53
type ContextSessionEvent_ElementCounted struct {
ElementCounted *ElementCountedEvent `protobuf:"bytes,9,opt,name=element_counted,json=elementCounted,proto3,oneof"`
}
type ContextSessionEvent_ElementFilled ¶ added in v0.0.53
type ContextSessionEvent_ElementFilled struct {
ElementFilled *ElementFilledEvent `protobuf:"bytes,12,opt,name=element_filled,json=elementFilled,proto3,oneof"`
}
type ContextSessionEvent_ElementFocused ¶ added in v0.0.53
type ContextSessionEvent_ElementFocused struct {
ElementFocused *ElementFocusedEvent `protobuf:"bytes,11,opt,name=element_focused,json=elementFocused,proto3,oneof"`
}
type ContextSessionEvent_ElementHovered ¶ added in v0.0.53
type ContextSessionEvent_ElementHovered struct {
ElementHovered *ElementHoveredEvent `protobuf:"bytes,13,opt,name=element_hovered,json=elementHovered,proto3,oneof"`
}
type ContextSessionEvent_ElementsHighlighted ¶ added in v0.0.53
type ContextSessionEvent_ElementsHighlighted struct {
ElementsHighlighted *ElementsHighlightedEvent `protobuf:"bytes,10,opt,name=elements_highlighted,json=elementsHighlighted,proto3,oneof"`
}
type ContextSessionEvent_Error ¶ added in v0.0.53
type ContextSessionEvent_Error struct {
Error *ContextSessionErrorEvent `protobuf:"bytes,5,opt,name=error,proto3,oneof"`
}
type ContextSessionEvent_InnerTextResolved ¶ added in v0.0.53
type ContextSessionEvent_InnerTextResolved struct {
InnerTextResolved *InnerTextResolvedEvent `protobuf:"bytes,16,opt,name=inner_text_resolved,json=innerTextResolved,proto3,oneof"`
}
type ContextSessionEvent_KeyPressed ¶ added in v0.0.53
type ContextSessionEvent_KeyPressed struct {
KeyPressed *KeyPressedEvent `protobuf:"bytes,14,opt,name=key_pressed,json=keyPressed,proto3,oneof"`
}
type ContextSessionEvent_Navigated ¶ added in v0.0.53
type ContextSessionEvent_Navigated struct {
}
type ContextSessionEvent_Pong ¶ added in v0.0.53
type ContextSessionEvent_Pong struct {
Pong *ContextSessionPongEvent `protobuf:"bytes,3,opt,name=pong,proto3,oneof"`
}
type ContextSessionEvent_ScreenshotCaptured ¶ added in v0.0.54
type ContextSessionEvent_ScreenshotCaptured struct {
ScreenshotCaptured *ScreenshotCapturedEvent `protobuf:"bytes,18,opt,name=screenshot_captured,json=screenshotCaptured,proto3,oneof"`
}
type ContextSessionEvent_SelectorWaitSatisfied ¶ added in v0.0.53
type ContextSessionEvent_SelectorWaitSatisfied struct {
SelectorWaitSatisfied *SelectorWaitSatisfiedEvent `protobuf:"bytes,17,opt,name=selector_wait_satisfied,json=selectorWaitSatisfied,proto3,oneof"`
}
type ContextSessionEvent_TextContentResolved ¶ added in v0.0.53
type ContextSessionEvent_TextContentResolved struct {
TextContentResolved *TextContentResolvedEvent `protobuf:"bytes,15,opt,name=text_content_resolved,json=textContentResolved,proto3,oneof"`
}
type ContextSessionPingCommand ¶ added in v0.0.53
type ContextSessionPingCommand struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*ContextSessionPingCommand) Descriptor
deprecated
added in
v0.0.53
func (*ContextSessionPingCommand) Descriptor() ([]byte, []int)
Deprecated: Use ContextSessionPingCommand.ProtoReflect.Descriptor instead.
func (*ContextSessionPingCommand) GetMessage ¶ added in v0.0.53
func (x *ContextSessionPingCommand) GetMessage() string
func (*ContextSessionPingCommand) ProtoMessage ¶ added in v0.0.53
func (*ContextSessionPingCommand) ProtoMessage()
func (*ContextSessionPingCommand) ProtoReflect ¶ added in v0.0.53
func (x *ContextSessionPingCommand) ProtoReflect() protoreflect.Message
func (*ContextSessionPingCommand) Reset ¶ added in v0.0.53
func (x *ContextSessionPingCommand) Reset()
func (*ContextSessionPingCommand) String ¶ added in v0.0.53
func (x *ContextSessionPingCommand) String() string
type ContextSessionPongEvent ¶ added in v0.0.53
type ContextSessionPongEvent struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*ContextSessionPongEvent) Descriptor
deprecated
added in
v0.0.53
func (*ContextSessionPongEvent) Descriptor() ([]byte, []int)
Deprecated: Use ContextSessionPongEvent.ProtoReflect.Descriptor instead.
func (*ContextSessionPongEvent) GetMessage ¶ added in v0.0.53
func (x *ContextSessionPongEvent) GetMessage() string
func (*ContextSessionPongEvent) ProtoMessage ¶ added in v0.0.53
func (*ContextSessionPongEvent) ProtoMessage()
func (*ContextSessionPongEvent) ProtoReflect ¶ added in v0.0.53
func (x *ContextSessionPongEvent) ProtoReflect() protoreflect.Message
func (*ContextSessionPongEvent) Reset ¶ added in v0.0.53
func (x *ContextSessionPongEvent) Reset()
func (*ContextSessionPongEvent) String ¶ added in v0.0.53
func (x *ContextSessionPongEvent) String() string
type CountElementsCommand ¶ added in v0.0.3
type CountElementsCommand struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
RetryOptions *CommandRetryOptions `protobuf:"bytes,2,opt,name=retry_options,json=retryOptions,proto3,oneof" json:"retry_options,omitempty"`
// contains filtered or unexported fields
}
func (*CountElementsCommand) Descriptor
deprecated
added in
v0.0.3
func (*CountElementsCommand) Descriptor() ([]byte, []int)
Deprecated: Use CountElementsCommand.ProtoReflect.Descriptor instead.
func (*CountElementsCommand) GetCssSelector ¶ added in v0.0.3
func (x *CountElementsCommand) GetCssSelector() string
func (*CountElementsCommand) GetRetryOptions ¶ added in v0.0.3
func (x *CountElementsCommand) GetRetryOptions() *CommandRetryOptions
func (*CountElementsCommand) ProtoMessage ¶ added in v0.0.3
func (*CountElementsCommand) ProtoMessage()
func (*CountElementsCommand) ProtoReflect ¶ added in v0.0.3
func (x *CountElementsCommand) ProtoReflect() protoreflect.Message
func (*CountElementsCommand) Reset ¶ added in v0.0.3
func (x *CountElementsCommand) Reset()
func (*CountElementsCommand) String ¶ added in v0.0.3
func (x *CountElementsCommand) String() string
type DeviceConnectionKind ¶ added in v0.0.53
type DeviceConnectionKind int32
const ( DeviceConnectionKind_DEVICE_CONNECTION_KIND_UNSPECIFIED DeviceConnectionKind = 0 DeviceConnectionKind_DEVICE_CONNECTION_KIND_USB DeviceConnectionKind = 1 DeviceConnectionKind_DEVICE_CONNECTION_KIND_EMULATOR DeviceConnectionKind = 2 DeviceConnectionKind_DEVICE_CONNECTION_KIND_REMOTE_ADB DeviceConnectionKind = 3 )
func (DeviceConnectionKind) Descriptor ¶ added in v0.0.53
func (DeviceConnectionKind) Descriptor() protoreflect.EnumDescriptor
func (DeviceConnectionKind) Enum ¶ added in v0.0.53
func (x DeviceConnectionKind) Enum() *DeviceConnectionKind
func (DeviceConnectionKind) EnumDescriptor
deprecated
added in
v0.0.53
func (DeviceConnectionKind) EnumDescriptor() ([]byte, []int)
Deprecated: Use DeviceConnectionKind.Descriptor instead.
func (DeviceConnectionKind) Number ¶ added in v0.0.53
func (x DeviceConnectionKind) Number() protoreflect.EnumNumber
func (DeviceConnectionKind) String ¶ added in v0.0.53
func (x DeviceConnectionKind) String() string
func (DeviceConnectionKind) Type ¶ added in v0.0.53
func (DeviceConnectionKind) Type() protoreflect.EnumType
type ElementClickedEvent ¶
type ElementClickedEvent struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
Note string `protobuf:"bytes,2,opt,name=note,proto3" json:"note,omitempty"`
BidiSessionId string `protobuf:"bytes,3,opt,name=bidi_session_id,json=bidiSessionId,proto3" json:"bidi_session_id,omitempty"`
// contains filtered or unexported fields
}
func (*ElementClickedEvent) Descriptor
deprecated
func (*ElementClickedEvent) Descriptor() ([]byte, []int)
Deprecated: Use ElementClickedEvent.ProtoReflect.Descriptor instead.
func (*ElementClickedEvent) GetBidiSessionId ¶
func (x *ElementClickedEvent) GetBidiSessionId() string
func (*ElementClickedEvent) GetCssSelector ¶
func (x *ElementClickedEvent) GetCssSelector() string
func (*ElementClickedEvent) GetNote ¶
func (x *ElementClickedEvent) GetNote() string
func (*ElementClickedEvent) ProtoMessage ¶
func (*ElementClickedEvent) ProtoMessage()
func (*ElementClickedEvent) ProtoReflect ¶
func (x *ElementClickedEvent) ProtoReflect() protoreflect.Message
func (*ElementClickedEvent) Reset ¶
func (x *ElementClickedEvent) Reset()
func (*ElementClickedEvent) String ¶
func (x *ElementClickedEvent) String() string
type ElementCountedEvent ¶ added in v0.0.3
type ElementCountedEvent struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
Count uint32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
Note string `protobuf:"bytes,3,opt,name=note,proto3" json:"note,omitempty"`
// contains filtered or unexported fields
}
func (*ElementCountedEvent) Descriptor
deprecated
added in
v0.0.3
func (*ElementCountedEvent) Descriptor() ([]byte, []int)
Deprecated: Use ElementCountedEvent.ProtoReflect.Descriptor instead.
func (*ElementCountedEvent) GetCount ¶ added in v0.0.3
func (x *ElementCountedEvent) GetCount() uint32
func (*ElementCountedEvent) GetCssSelector ¶ added in v0.0.3
func (x *ElementCountedEvent) GetCssSelector() string
func (*ElementCountedEvent) GetNote ¶ added in v0.0.3
func (x *ElementCountedEvent) GetNote() string
func (*ElementCountedEvent) ProtoMessage ¶ added in v0.0.3
func (*ElementCountedEvent) ProtoMessage()
func (*ElementCountedEvent) ProtoReflect ¶ added in v0.0.3
func (x *ElementCountedEvent) ProtoReflect() protoreflect.Message
func (*ElementCountedEvent) Reset ¶ added in v0.0.3
func (x *ElementCountedEvent) Reset()
func (*ElementCountedEvent) String ¶ added in v0.0.3
func (x *ElementCountedEvent) String() string
type ElementFilledEvent ¶ added in v0.0.3
type ElementFilledEvent struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
Note string `protobuf:"bytes,3,opt,name=note,proto3" json:"note,omitempty"`
// contains filtered or unexported fields
}
func (*ElementFilledEvent) Descriptor
deprecated
added in
v0.0.3
func (*ElementFilledEvent) Descriptor() ([]byte, []int)
Deprecated: Use ElementFilledEvent.ProtoReflect.Descriptor instead.
func (*ElementFilledEvent) GetCssSelector ¶ added in v0.0.3
func (x *ElementFilledEvent) GetCssSelector() string
func (*ElementFilledEvent) GetNote ¶ added in v0.0.3
func (x *ElementFilledEvent) GetNote() string
func (*ElementFilledEvent) GetValue ¶ added in v0.0.3
func (x *ElementFilledEvent) GetValue() string
func (*ElementFilledEvent) ProtoMessage ¶ added in v0.0.3
func (*ElementFilledEvent) ProtoMessage()
func (*ElementFilledEvent) ProtoReflect ¶ added in v0.0.3
func (x *ElementFilledEvent) ProtoReflect() protoreflect.Message
func (*ElementFilledEvent) Reset ¶ added in v0.0.3
func (x *ElementFilledEvent) Reset()
func (*ElementFilledEvent) String ¶ added in v0.0.3
func (x *ElementFilledEvent) String() string
type ElementFocusedEvent ¶ added in v0.0.3
type ElementFocusedEvent struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
Note string `protobuf:"bytes,2,opt,name=note,proto3" json:"note,omitempty"`
// contains filtered or unexported fields
}
func (*ElementFocusedEvent) Descriptor
deprecated
added in
v0.0.3
func (*ElementFocusedEvent) Descriptor() ([]byte, []int)
Deprecated: Use ElementFocusedEvent.ProtoReflect.Descriptor instead.
func (*ElementFocusedEvent) GetCssSelector ¶ added in v0.0.3
func (x *ElementFocusedEvent) GetCssSelector() string
func (*ElementFocusedEvent) GetNote ¶ added in v0.0.3
func (x *ElementFocusedEvent) GetNote() string
func (*ElementFocusedEvent) ProtoMessage ¶ added in v0.0.3
func (*ElementFocusedEvent) ProtoMessage()
func (*ElementFocusedEvent) ProtoReflect ¶ added in v0.0.3
func (x *ElementFocusedEvent) ProtoReflect() protoreflect.Message
func (*ElementFocusedEvent) Reset ¶ added in v0.0.3
func (x *ElementFocusedEvent) Reset()
func (*ElementFocusedEvent) String ¶ added in v0.0.3
func (x *ElementFocusedEvent) String() string
type ElementHoveredEvent ¶ added in v0.0.3
type ElementHoveredEvent struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
Note string `protobuf:"bytes,2,opt,name=note,proto3" json:"note,omitempty"`
// contains filtered or unexported fields
}
func (*ElementHoveredEvent) Descriptor
deprecated
added in
v0.0.3
func (*ElementHoveredEvent) Descriptor() ([]byte, []int)
Deprecated: Use ElementHoveredEvent.ProtoReflect.Descriptor instead.
func (*ElementHoveredEvent) GetCssSelector ¶ added in v0.0.3
func (x *ElementHoveredEvent) GetCssSelector() string
func (*ElementHoveredEvent) GetNote ¶ added in v0.0.3
func (x *ElementHoveredEvent) GetNote() string
func (*ElementHoveredEvent) ProtoMessage ¶ added in v0.0.3
func (*ElementHoveredEvent) ProtoMessage()
func (*ElementHoveredEvent) ProtoReflect ¶ added in v0.0.3
func (x *ElementHoveredEvent) ProtoReflect() protoreflect.Message
func (*ElementHoveredEvent) Reset ¶ added in v0.0.3
func (x *ElementHoveredEvent) Reset()
func (*ElementHoveredEvent) String ¶ added in v0.0.3
func (x *ElementHoveredEvent) String() string
type ElementsHighlightedEvent ¶ added in v0.0.3
type ElementsHighlightedEvent struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
Count uint32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
Note string `protobuf:"bytes,3,opt,name=note,proto3" json:"note,omitempty"`
// contains filtered or unexported fields
}
func (*ElementsHighlightedEvent) Descriptor
deprecated
added in
v0.0.3
func (*ElementsHighlightedEvent) Descriptor() ([]byte, []int)
Deprecated: Use ElementsHighlightedEvent.ProtoReflect.Descriptor instead.
func (*ElementsHighlightedEvent) GetCount ¶ added in v0.0.3
func (x *ElementsHighlightedEvent) GetCount() uint32
func (*ElementsHighlightedEvent) GetCssSelector ¶ added in v0.0.3
func (x *ElementsHighlightedEvent) GetCssSelector() string
func (*ElementsHighlightedEvent) GetNote ¶ added in v0.0.3
func (x *ElementsHighlightedEvent) GetNote() string
func (*ElementsHighlightedEvent) ProtoMessage ¶ added in v0.0.3
func (*ElementsHighlightedEvent) ProtoMessage()
func (*ElementsHighlightedEvent) ProtoReflect ¶ added in v0.0.3
func (x *ElementsHighlightedEvent) ProtoReflect() protoreflect.Message
func (*ElementsHighlightedEvent) Reset ¶ added in v0.0.3
func (x *ElementsHighlightedEvent) Reset()
func (*ElementsHighlightedEvent) String ¶ added in v0.0.3
func (x *ElementsHighlightedEvent) String() string
type EngineServiceClient ¶
type EngineServiceClient interface {
Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error)
SurfaceSession(ctx context.Context, opts ...grpc.CallOption) (grpc.BidiStreamingClient[SurfaceSessionCommand, SurfaceSessionEvent], error)
ContextSession(ctx context.Context, opts ...grpc.CallOption) (grpc.BidiStreamingClient[ContextSessionCommand, ContextSessionEvent], error)
}
EngineServiceClient is the client API for EngineService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewEngineServiceClient ¶
func NewEngineServiceClient(cc grpc.ClientConnInterface) EngineServiceClient
type EngineServiceServer ¶
type EngineServiceServer interface {
Ping(context.Context, *PingRequest) (*PingResponse, error)
SurfaceSession(grpc.BidiStreamingServer[SurfaceSessionCommand, SurfaceSessionEvent]) error
ContextSession(grpc.BidiStreamingServer[ContextSessionCommand, ContextSessionEvent]) error
// contains filtered or unexported methods
}
EngineServiceServer is the server API for EngineService service. All implementations must embed UnimplementedEngineServiceServer for forward compatibility.
type EngineService_ContextSessionClient ¶ added in v0.0.53
type EngineService_ContextSessionClient = grpc.BidiStreamingClient[ContextSessionCommand, ContextSessionEvent]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type EngineService_ContextSessionServer ¶ added in v0.0.53
type EngineService_ContextSessionServer = grpc.BidiStreamingServer[ContextSessionCommand, ContextSessionEvent]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type EngineService_SurfaceSessionClient ¶ added in v0.0.53
type EngineService_SurfaceSessionClient = grpc.BidiStreamingClient[SurfaceSessionCommand, SurfaceSessionEvent]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type EngineService_SurfaceSessionServer ¶ added in v0.0.53
type EngineService_SurfaceSessionServer = grpc.BidiStreamingServer[SurfaceSessionCommand, SurfaceSessionEvent]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type FillElementCommand ¶ added in v0.0.3
type FillElementCommand struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
RetryOptions *CommandRetryOptions `protobuf:"bytes,3,opt,name=retry_options,json=retryOptions,proto3,oneof" json:"retry_options,omitempty"`
// contains filtered or unexported fields
}
func (*FillElementCommand) Descriptor
deprecated
added in
v0.0.3
func (*FillElementCommand) Descriptor() ([]byte, []int)
Deprecated: Use FillElementCommand.ProtoReflect.Descriptor instead.
func (*FillElementCommand) GetCssSelector ¶ added in v0.0.3
func (x *FillElementCommand) GetCssSelector() string
func (*FillElementCommand) GetRetryOptions ¶ added in v0.0.3
func (x *FillElementCommand) GetRetryOptions() *CommandRetryOptions
func (*FillElementCommand) GetValue ¶ added in v0.0.3
func (x *FillElementCommand) GetValue() string
func (*FillElementCommand) ProtoMessage ¶ added in v0.0.3
func (*FillElementCommand) ProtoMessage()
func (*FillElementCommand) ProtoReflect ¶ added in v0.0.3
func (x *FillElementCommand) ProtoReflect() protoreflect.Message
func (*FillElementCommand) Reset ¶ added in v0.0.3
func (x *FillElementCommand) Reset()
func (*FillElementCommand) String ¶ added in v0.0.3
func (x *FillElementCommand) String() string
type FocusElementCommand ¶ added in v0.0.3
type FocusElementCommand struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
RetryOptions *CommandRetryOptions `protobuf:"bytes,2,opt,name=retry_options,json=retryOptions,proto3,oneof" json:"retry_options,omitempty"`
// contains filtered or unexported fields
}
func (*FocusElementCommand) Descriptor
deprecated
added in
v0.0.3
func (*FocusElementCommand) Descriptor() ([]byte, []int)
Deprecated: Use FocusElementCommand.ProtoReflect.Descriptor instead.
func (*FocusElementCommand) GetCssSelector ¶ added in v0.0.3
func (x *FocusElementCommand) GetCssSelector() string
func (*FocusElementCommand) GetRetryOptions ¶ added in v0.0.3
func (x *FocusElementCommand) GetRetryOptions() *CommandRetryOptions
func (*FocusElementCommand) ProtoMessage ¶ added in v0.0.3
func (*FocusElementCommand) ProtoMessage()
func (*FocusElementCommand) ProtoReflect ¶ added in v0.0.3
func (x *FocusElementCommand) ProtoReflect() protoreflect.Message
func (*FocusElementCommand) Reset ¶ added in v0.0.3
func (x *FocusElementCommand) Reset()
func (*FocusElementCommand) String ¶ added in v0.0.3
func (x *FocusElementCommand) String() string
type GetInnerTextCommand ¶ added in v0.0.3
type GetInnerTextCommand struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
RetryOptions *CommandRetryOptions `protobuf:"bytes,2,opt,name=retry_options,json=retryOptions,proto3,oneof" json:"retry_options,omitempty"`
// contains filtered or unexported fields
}
func (*GetInnerTextCommand) Descriptor
deprecated
added in
v0.0.3
func (*GetInnerTextCommand) Descriptor() ([]byte, []int)
Deprecated: Use GetInnerTextCommand.ProtoReflect.Descriptor instead.
func (*GetInnerTextCommand) GetCssSelector ¶ added in v0.0.3
func (x *GetInnerTextCommand) GetCssSelector() string
func (*GetInnerTextCommand) GetRetryOptions ¶ added in v0.0.3
func (x *GetInnerTextCommand) GetRetryOptions() *CommandRetryOptions
func (*GetInnerTextCommand) ProtoMessage ¶ added in v0.0.3
func (*GetInnerTextCommand) ProtoMessage()
func (*GetInnerTextCommand) ProtoReflect ¶ added in v0.0.3
func (x *GetInnerTextCommand) ProtoReflect() protoreflect.Message
func (*GetInnerTextCommand) Reset ¶ added in v0.0.3
func (x *GetInnerTextCommand) Reset()
func (*GetInnerTextCommand) String ¶ added in v0.0.3
func (x *GetInnerTextCommand) String() string
type GetTextContentCommand ¶ added in v0.0.3
type GetTextContentCommand struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
RetryOptions *CommandRetryOptions `protobuf:"bytes,2,opt,name=retry_options,json=retryOptions,proto3,oneof" json:"retry_options,omitempty"`
// contains filtered or unexported fields
}
func (*GetTextContentCommand) Descriptor
deprecated
added in
v0.0.3
func (*GetTextContentCommand) Descriptor() ([]byte, []int)
Deprecated: Use GetTextContentCommand.ProtoReflect.Descriptor instead.
func (*GetTextContentCommand) GetCssSelector ¶ added in v0.0.3
func (x *GetTextContentCommand) GetCssSelector() string
func (*GetTextContentCommand) GetRetryOptions ¶ added in v0.0.3
func (x *GetTextContentCommand) GetRetryOptions() *CommandRetryOptions
func (*GetTextContentCommand) ProtoMessage ¶ added in v0.0.3
func (*GetTextContentCommand) ProtoMessage()
func (*GetTextContentCommand) ProtoReflect ¶ added in v0.0.3
func (x *GetTextContentCommand) ProtoReflect() protoreflect.Message
func (*GetTextContentCommand) Reset ¶ added in v0.0.3
func (x *GetTextContentCommand) Reset()
func (*GetTextContentCommand) String ¶ added in v0.0.3
func (x *GetTextContentCommand) String() string
type HighlightElementsCommand ¶ added in v0.0.3
type HighlightElementsCommand struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
DurationMs *uint32 `protobuf:"varint,2,opt,name=duration_ms,json=durationMs,proto3,oneof" json:"duration_ms,omitempty"`
RetryOptions *CommandRetryOptions `protobuf:"bytes,3,opt,name=retry_options,json=retryOptions,proto3,oneof" json:"retry_options,omitempty"`
// contains filtered or unexported fields
}
func (*HighlightElementsCommand) Descriptor
deprecated
added in
v0.0.3
func (*HighlightElementsCommand) Descriptor() ([]byte, []int)
Deprecated: Use HighlightElementsCommand.ProtoReflect.Descriptor instead.
func (*HighlightElementsCommand) GetCssSelector ¶ added in v0.0.3
func (x *HighlightElementsCommand) GetCssSelector() string
func (*HighlightElementsCommand) GetDurationMs ¶ added in v0.0.3
func (x *HighlightElementsCommand) GetDurationMs() uint32
func (*HighlightElementsCommand) GetRetryOptions ¶ added in v0.0.3
func (x *HighlightElementsCommand) GetRetryOptions() *CommandRetryOptions
func (*HighlightElementsCommand) ProtoMessage ¶ added in v0.0.3
func (*HighlightElementsCommand) ProtoMessage()
func (*HighlightElementsCommand) ProtoReflect ¶ added in v0.0.3
func (x *HighlightElementsCommand) ProtoReflect() protoreflect.Message
func (*HighlightElementsCommand) Reset ¶ added in v0.0.3
func (x *HighlightElementsCommand) Reset()
func (*HighlightElementsCommand) String ¶ added in v0.0.3
func (x *HighlightElementsCommand) String() string
type HoverElementCommand ¶ added in v0.0.3
type HoverElementCommand struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
RetryOptions *CommandRetryOptions `protobuf:"bytes,2,opt,name=retry_options,json=retryOptions,proto3,oneof" json:"retry_options,omitempty"`
// contains filtered or unexported fields
}
func (*HoverElementCommand) Descriptor
deprecated
added in
v0.0.3
func (*HoverElementCommand) Descriptor() ([]byte, []int)
Deprecated: Use HoverElementCommand.ProtoReflect.Descriptor instead.
func (*HoverElementCommand) GetCssSelector ¶ added in v0.0.3
func (x *HoverElementCommand) GetCssSelector() string
func (*HoverElementCommand) GetRetryOptions ¶ added in v0.0.3
func (x *HoverElementCommand) GetRetryOptions() *CommandRetryOptions
func (*HoverElementCommand) ProtoMessage ¶ added in v0.0.3
func (*HoverElementCommand) ProtoMessage()
func (*HoverElementCommand) ProtoReflect ¶ added in v0.0.3
func (x *HoverElementCommand) ProtoReflect() protoreflect.Message
func (*HoverElementCommand) Reset ¶ added in v0.0.3
func (x *HoverElementCommand) Reset()
func (*HoverElementCommand) String ¶ added in v0.0.3
func (x *HoverElementCommand) String() string
type InnerTextResolvedEvent ¶ added in v0.0.3
type InnerTextResolvedEvent struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
Note string `protobuf:"bytes,3,opt,name=note,proto3" json:"note,omitempty"`
// contains filtered or unexported fields
}
func (*InnerTextResolvedEvent) Descriptor
deprecated
added in
v0.0.3
func (*InnerTextResolvedEvent) Descriptor() ([]byte, []int)
Deprecated: Use InnerTextResolvedEvent.ProtoReflect.Descriptor instead.
func (*InnerTextResolvedEvent) GetCssSelector ¶ added in v0.0.3
func (x *InnerTextResolvedEvent) GetCssSelector() string
func (*InnerTextResolvedEvent) GetNote ¶ added in v0.0.3
func (x *InnerTextResolvedEvent) GetNote() string
func (*InnerTextResolvedEvent) GetText ¶ added in v0.0.3
func (x *InnerTextResolvedEvent) GetText() string
func (*InnerTextResolvedEvent) ProtoMessage ¶ added in v0.0.3
func (*InnerTextResolvedEvent) ProtoMessage()
func (*InnerTextResolvedEvent) ProtoReflect ¶ added in v0.0.3
func (x *InnerTextResolvedEvent) ProtoReflect() protoreflect.Message
func (*InnerTextResolvedEvent) Reset ¶ added in v0.0.3
func (x *InnerTextResolvedEvent) Reset()
func (*InnerTextResolvedEvent) String ¶ added in v0.0.3
func (x *InnerTextResolvedEvent) String() string
type KeyPressedEvent ¶ added in v0.0.3
type KeyPressedEvent struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
Note string `protobuf:"bytes,3,opt,name=note,proto3" json:"note,omitempty"`
// contains filtered or unexported fields
}
func (*KeyPressedEvent) Descriptor
deprecated
added in
v0.0.3
func (*KeyPressedEvent) Descriptor() ([]byte, []int)
Deprecated: Use KeyPressedEvent.ProtoReflect.Descriptor instead.
func (*KeyPressedEvent) GetCssSelector ¶ added in v0.0.3
func (x *KeyPressedEvent) GetCssSelector() string
func (*KeyPressedEvent) GetKey ¶ added in v0.0.3
func (x *KeyPressedEvent) GetKey() string
func (*KeyPressedEvent) GetNote ¶ added in v0.0.3
func (x *KeyPressedEvent) GetNote() string
func (*KeyPressedEvent) ProtoMessage ¶ added in v0.0.3
func (*KeyPressedEvent) ProtoMessage()
func (*KeyPressedEvent) ProtoReflect ¶ added in v0.0.3
func (x *KeyPressedEvent) ProtoReflect() protoreflect.Message
func (*KeyPressedEvent) Reset ¶ added in v0.0.3
func (x *KeyPressedEvent) Reset()
func (*KeyPressedEvent) String ¶ added in v0.0.3
func (x *KeyPressedEvent) String() string
type LaunchAppCommand ¶ added in v0.0.53
type LaunchAppCommand struct {
ApkPath *string `protobuf:"bytes,1,opt,name=apk_path,json=apkPath,proto3,oneof" json:"apk_path,omitempty"`
AppId *string `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3,oneof" json:"app_id,omitempty"`
LaunchActivity *string `protobuf:"bytes,3,opt,name=launch_activity,json=launchActivity,proto3,oneof" json:"launch_activity,omitempty"`
StopBeforeLaunch bool `protobuf:"varint,4,opt,name=stop_before_launch,json=stopBeforeLaunch,proto3" json:"stop_before_launch,omitempty"`
RetryOptions *CommandRetryOptions `protobuf:"bytes,5,opt,name=retry_options,json=retryOptions,proto3,oneof" json:"retry_options,omitempty"`
// contains filtered or unexported fields
}
func (*LaunchAppCommand) Descriptor
deprecated
added in
v0.0.53
func (*LaunchAppCommand) Descriptor() ([]byte, []int)
Deprecated: Use LaunchAppCommand.ProtoReflect.Descriptor instead.
func (*LaunchAppCommand) GetApkPath ¶ added in v0.0.53
func (x *LaunchAppCommand) GetApkPath() string
func (*LaunchAppCommand) GetAppId ¶ added in v0.0.53
func (x *LaunchAppCommand) GetAppId() string
func (*LaunchAppCommand) GetLaunchActivity ¶ added in v0.0.53
func (x *LaunchAppCommand) GetLaunchActivity() string
func (*LaunchAppCommand) GetRetryOptions ¶ added in v0.0.53
func (x *LaunchAppCommand) GetRetryOptions() *CommandRetryOptions
func (*LaunchAppCommand) GetStopBeforeLaunch ¶ added in v0.0.53
func (x *LaunchAppCommand) GetStopBeforeLaunch() bool
func (*LaunchAppCommand) ProtoMessage ¶ added in v0.0.53
func (*LaunchAppCommand) ProtoMessage()
func (*LaunchAppCommand) ProtoReflect ¶ added in v0.0.53
func (x *LaunchAppCommand) ProtoReflect() protoreflect.Message
func (*LaunchAppCommand) Reset ¶ added in v0.0.53
func (x *LaunchAppCommand) Reset()
func (*LaunchAppCommand) String ¶ added in v0.0.53
func (x *LaunchAppCommand) String() string
type LaunchBrowserCommand ¶ added in v0.0.27
type LaunchBrowserCommand struct {
BrowserKind BrowserKind `` /* 132-byte string literal not displayed */
BrowserBinary *string `protobuf:"bytes,2,opt,name=browser_binary,json=browserBinary,proto3,oneof" json:"browser_binary,omitempty"`
RetryOptions *CommandRetryOptions `protobuf:"bytes,3,opt,name=retry_options,json=retryOptions,proto3,oneof" json:"retry_options,omitempty"`
// contains filtered or unexported fields
}
func (*LaunchBrowserCommand) Descriptor
deprecated
added in
v0.0.27
func (*LaunchBrowserCommand) Descriptor() ([]byte, []int)
Deprecated: Use LaunchBrowserCommand.ProtoReflect.Descriptor instead.
func (*LaunchBrowserCommand) GetBrowserBinary ¶ added in v0.0.27
func (x *LaunchBrowserCommand) GetBrowserBinary() string
func (*LaunchBrowserCommand) GetBrowserKind ¶ added in v0.0.27
func (x *LaunchBrowserCommand) GetBrowserKind() BrowserKind
func (*LaunchBrowserCommand) GetRetryOptions ¶ added in v0.0.27
func (x *LaunchBrowserCommand) GetRetryOptions() *CommandRetryOptions
func (*LaunchBrowserCommand) ProtoMessage ¶ added in v0.0.27
func (*LaunchBrowserCommand) ProtoMessage()
func (*LaunchBrowserCommand) ProtoReflect ¶ added in v0.0.27
func (x *LaunchBrowserCommand) ProtoReflect() protoreflect.Message
func (*LaunchBrowserCommand) Reset ¶ added in v0.0.27
func (x *LaunchBrowserCommand) Reset()
func (*LaunchBrowserCommand) String ¶ added in v0.0.27
func (x *LaunchBrowserCommand) String() string
type LaunchChromeCommand ¶
type LaunchChromeCommand struct {
ChromeBinary *string `protobuf:"bytes,1,opt,name=chrome_binary,json=chromeBinary,proto3,oneof" json:"chrome_binary,omitempty"`
RetryOptions *CommandRetryOptions `protobuf:"bytes,2,opt,name=retry_options,json=retryOptions,proto3,oneof" json:"retry_options,omitempty"`
// contains filtered or unexported fields
}
func (*LaunchChromeCommand) Descriptor
deprecated
func (*LaunchChromeCommand) Descriptor() ([]byte, []int)
Deprecated: Use LaunchChromeCommand.ProtoReflect.Descriptor instead.
func (*LaunchChromeCommand) GetChromeBinary ¶
func (x *LaunchChromeCommand) GetChromeBinary() string
func (*LaunchChromeCommand) GetRetryOptions ¶ added in v0.0.3
func (x *LaunchChromeCommand) GetRetryOptions() *CommandRetryOptions
func (*LaunchChromeCommand) ProtoMessage ¶
func (*LaunchChromeCommand) ProtoMessage()
func (*LaunchChromeCommand) ProtoReflect ¶
func (x *LaunchChromeCommand) ProtoReflect() protoreflect.Message
func (*LaunchChromeCommand) Reset ¶
func (x *LaunchChromeCommand) Reset()
func (*LaunchChromeCommand) String ¶
func (x *LaunchChromeCommand) String() string
type MobileConnectedEvent ¶ added in v0.0.53
type MobileConnectedEvent struct {
Platform MobilePlatform `protobuf:"varint,1,opt,name=platform,proto3,enum=allwright.engine.v1.MobilePlatform" json:"platform,omitempty"`
DeviceName string `protobuf:"bytes,2,opt,name=device_name,json=deviceName,proto3" json:"device_name,omitempty"`
Note string `protobuf:"bytes,3,opt,name=note,proto3" json:"note,omitempty"`
DeviceId string `protobuf:"bytes,4,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
ConnectionKind DeviceConnectionKind `` /* 150-byte string literal not displayed */
Backend string `protobuf:"bytes,6,opt,name=backend,proto3" json:"backend,omitempty"`
DeviceSessionId string `protobuf:"bytes,7,opt,name=device_session_id,json=deviceSessionId,proto3" json:"device_session_id,omitempty"`
InitialAppSessionId string `protobuf:"bytes,8,opt,name=initial_app_session_id,json=initialAppSessionId,proto3" json:"initial_app_session_id,omitempty"`
PackageName *string `protobuf:"bytes,9,opt,name=package_name,json=packageName,proto3,oneof" json:"package_name,omitempty"`
ActivityName *string `protobuf:"bytes,10,opt,name=activity_name,json=activityName,proto3,oneof" json:"activity_name,omitempty"`
// contains filtered or unexported fields
}
func (*MobileConnectedEvent) Descriptor
deprecated
added in
v0.0.53
func (*MobileConnectedEvent) Descriptor() ([]byte, []int)
Deprecated: Use MobileConnectedEvent.ProtoReflect.Descriptor instead.
func (*MobileConnectedEvent) GetActivityName ¶ added in v0.0.53
func (x *MobileConnectedEvent) GetActivityName() string
func (*MobileConnectedEvent) GetBackend ¶ added in v0.0.53
func (x *MobileConnectedEvent) GetBackend() string
func (*MobileConnectedEvent) GetConnectionKind ¶ added in v0.0.53
func (x *MobileConnectedEvent) GetConnectionKind() DeviceConnectionKind
func (*MobileConnectedEvent) GetDeviceId ¶ added in v0.0.53
func (x *MobileConnectedEvent) GetDeviceId() string
func (*MobileConnectedEvent) GetDeviceName ¶ added in v0.0.53
func (x *MobileConnectedEvent) GetDeviceName() string
func (*MobileConnectedEvent) GetDeviceSessionId ¶ added in v0.0.53
func (x *MobileConnectedEvent) GetDeviceSessionId() string
func (*MobileConnectedEvent) GetInitialAppSessionId ¶ added in v0.0.53
func (x *MobileConnectedEvent) GetInitialAppSessionId() string
func (*MobileConnectedEvent) GetNote ¶ added in v0.0.53
func (x *MobileConnectedEvent) GetNote() string
func (*MobileConnectedEvent) GetPackageName ¶ added in v0.0.53
func (x *MobileConnectedEvent) GetPackageName() string
func (*MobileConnectedEvent) GetPlatform ¶ added in v0.0.53
func (x *MobileConnectedEvent) GetPlatform() MobilePlatform
func (*MobileConnectedEvent) ProtoMessage ¶ added in v0.0.53
func (*MobileConnectedEvent) ProtoMessage()
func (*MobileConnectedEvent) ProtoReflect ¶ added in v0.0.53
func (x *MobileConnectedEvent) ProtoReflect() protoreflect.Message
func (*MobileConnectedEvent) Reset ¶ added in v0.0.53
func (x *MobileConnectedEvent) Reset()
func (*MobileConnectedEvent) String ¶ added in v0.0.53
func (x *MobileConnectedEvent) String() string
type MobilePlatform ¶ added in v0.0.53
type MobilePlatform int32
const ( MobilePlatform_MOBILE_PLATFORM_UNSPECIFIED MobilePlatform = 0 MobilePlatform_MOBILE_PLATFORM_ANDROID MobilePlatform = 1 MobilePlatform_MOBILE_PLATFORM_IOS MobilePlatform = 2 )
func (MobilePlatform) Descriptor ¶ added in v0.0.53
func (MobilePlatform) Descriptor() protoreflect.EnumDescriptor
func (MobilePlatform) Enum ¶ added in v0.0.53
func (x MobilePlatform) Enum() *MobilePlatform
func (MobilePlatform) EnumDescriptor
deprecated
added in
v0.0.53
func (MobilePlatform) EnumDescriptor() ([]byte, []int)
Deprecated: Use MobilePlatform.Descriptor instead.
func (MobilePlatform) Number ¶ added in v0.0.53
func (x MobilePlatform) Number() protoreflect.EnumNumber
func (MobilePlatform) String ¶ added in v0.0.53
func (x MobilePlatform) String() string
func (MobilePlatform) Type ¶ added in v0.0.53
func (MobilePlatform) Type() protoreflect.EnumType
type NavigatePageCommand ¶ added in v0.0.53
type NavigatePageCommand struct {
// contains filtered or unexported fields
}
func (*NavigatePageCommand) Descriptor
deprecated
added in
v0.0.53
func (*NavigatePageCommand) Descriptor() ([]byte, []int)
Deprecated: Use NavigatePageCommand.ProtoReflect.Descriptor instead.
func (*NavigatePageCommand) GetRetryOptions ¶ added in v0.0.53
func (x *NavigatePageCommand) GetRetryOptions() *CommandRetryOptions
func (*NavigatePageCommand) GetUrl ¶ added in v0.0.53
func (x *NavigatePageCommand) GetUrl() string
func (*NavigatePageCommand) ProtoMessage ¶ added in v0.0.53
func (*NavigatePageCommand) ProtoMessage()
func (*NavigatePageCommand) ProtoReflect ¶ added in v0.0.53
func (x *NavigatePageCommand) ProtoReflect() protoreflect.Message
func (*NavigatePageCommand) Reset ¶ added in v0.0.53
func (x *NavigatePageCommand) Reset()
func (*NavigatePageCommand) String ¶ added in v0.0.53
func (x *NavigatePageCommand) String() string
type OpenContextCommand ¶ added in v0.0.53
type OpenContextCommand struct {
RetryOptions *CommandRetryOptions `protobuf:"bytes,1,opt,name=retry_options,json=retryOptions,proto3,oneof" json:"retry_options,omitempty"`
// contains filtered or unexported fields
}
func (*OpenContextCommand) Descriptor
deprecated
added in
v0.0.53
func (*OpenContextCommand) Descriptor() ([]byte, []int)
Deprecated: Use OpenContextCommand.ProtoReflect.Descriptor instead.
func (*OpenContextCommand) GetRetryOptions ¶ added in v0.0.53
func (x *OpenContextCommand) GetRetryOptions() *CommandRetryOptions
func (*OpenContextCommand) ProtoMessage ¶ added in v0.0.53
func (*OpenContextCommand) ProtoMessage()
func (*OpenContextCommand) ProtoReflect ¶ added in v0.0.53
func (x *OpenContextCommand) ProtoReflect() protoreflect.Message
func (*OpenContextCommand) Reset ¶ added in v0.0.53
func (x *OpenContextCommand) Reset()
func (*OpenContextCommand) String ¶ added in v0.0.53
func (x *OpenContextCommand) String() string
type PageNavigatedEvent ¶ added in v0.0.53
type PageNavigatedEvent struct {
// contains filtered or unexported fields
}
func (*PageNavigatedEvent) Descriptor
deprecated
added in
v0.0.53
func (*PageNavigatedEvent) Descriptor() ([]byte, []int)
Deprecated: Use PageNavigatedEvent.ProtoReflect.Descriptor instead.
func (*PageNavigatedEvent) GetNote ¶ added in v0.0.53
func (x *PageNavigatedEvent) GetNote() string
func (*PageNavigatedEvent) GetUrl ¶ added in v0.0.53
func (x *PageNavigatedEvent) GetUrl() string
func (*PageNavigatedEvent) ProtoMessage ¶ added in v0.0.53
func (*PageNavigatedEvent) ProtoMessage()
func (*PageNavigatedEvent) ProtoReflect ¶ added in v0.0.53
func (x *PageNavigatedEvent) ProtoReflect() protoreflect.Message
func (*PageNavigatedEvent) Reset ¶ added in v0.0.53
func (x *PageNavigatedEvent) Reset()
func (*PageNavigatedEvent) String ¶ added in v0.0.53
func (x *PageNavigatedEvent) String() string
type PingRequest ¶
type PingRequest struct {
// contains filtered or unexported fields
}
func (*PingRequest) Descriptor
deprecated
func (*PingRequest) Descriptor() ([]byte, []int)
Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.
func (*PingRequest) ProtoMessage ¶
func (*PingRequest) ProtoMessage()
func (*PingRequest) ProtoReflect ¶
func (x *PingRequest) ProtoReflect() protoreflect.Message
func (*PingRequest) Reset ¶
func (x *PingRequest) Reset()
func (*PingRequest) String ¶
func (x *PingRequest) String() string
type PingResponse ¶
type PingResponse struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
// contains filtered or unexported fields
}
func (*PingResponse) Descriptor
deprecated
func (*PingResponse) Descriptor() ([]byte, []int)
Deprecated: Use PingResponse.ProtoReflect.Descriptor instead.
func (*PingResponse) GetMessage ¶
func (x *PingResponse) GetMessage() string
func (*PingResponse) GetVersion ¶ added in v0.0.38
func (x *PingResponse) GetVersion() string
func (*PingResponse) ProtoMessage ¶
func (*PingResponse) ProtoMessage()
func (*PingResponse) ProtoReflect ¶
func (x *PingResponse) ProtoReflect() protoreflect.Message
func (*PingResponse) Reset ¶
func (x *PingResponse) Reset()
func (*PingResponse) String ¶
func (x *PingResponse) String() string
type PressKeyCommand ¶ added in v0.0.3
type PressKeyCommand struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
Text *string `protobuf:"bytes,3,opt,name=text,proto3,oneof" json:"text,omitempty"`
RetryOptions *CommandRetryOptions `protobuf:"bytes,4,opt,name=retry_options,json=retryOptions,proto3,oneof" json:"retry_options,omitempty"`
// contains filtered or unexported fields
}
func (*PressKeyCommand) Descriptor
deprecated
added in
v0.0.3
func (*PressKeyCommand) Descriptor() ([]byte, []int)
Deprecated: Use PressKeyCommand.ProtoReflect.Descriptor instead.
func (*PressKeyCommand) GetCssSelector ¶ added in v0.0.3
func (x *PressKeyCommand) GetCssSelector() string
func (*PressKeyCommand) GetKey ¶ added in v0.0.3
func (x *PressKeyCommand) GetKey() string
func (*PressKeyCommand) GetRetryOptions ¶ added in v0.0.3
func (x *PressKeyCommand) GetRetryOptions() *CommandRetryOptions
func (*PressKeyCommand) GetText ¶ added in v0.0.3
func (x *PressKeyCommand) GetText() string
func (*PressKeyCommand) ProtoMessage ¶ added in v0.0.3
func (*PressKeyCommand) ProtoMessage()
func (*PressKeyCommand) ProtoReflect ¶ added in v0.0.3
func (x *PressKeyCommand) ProtoReflect() protoreflect.Message
func (*PressKeyCommand) Reset ¶ added in v0.0.3
func (x *PressKeyCommand) Reset()
func (*PressKeyCommand) String ¶ added in v0.0.3
func (x *PressKeyCommand) String() string
type ScreenshotCapturedEvent ¶ added in v0.0.54
type ScreenshotCapturedEvent struct {
PngData []byte `protobuf:"bytes,1,opt,name=png_data,json=pngData,proto3" json:"png_data,omitempty"`
Note string `protobuf:"bytes,2,opt,name=note,proto3" json:"note,omitempty"`
// contains filtered or unexported fields
}
func (*ScreenshotCapturedEvent) Descriptor
deprecated
added in
v0.0.54
func (*ScreenshotCapturedEvent) Descriptor() ([]byte, []int)
Deprecated: Use ScreenshotCapturedEvent.ProtoReflect.Descriptor instead.
func (*ScreenshotCapturedEvent) GetNote ¶ added in v0.0.54
func (x *ScreenshotCapturedEvent) GetNote() string
func (*ScreenshotCapturedEvent) GetPngData ¶ added in v0.0.54
func (x *ScreenshotCapturedEvent) GetPngData() []byte
func (*ScreenshotCapturedEvent) ProtoMessage ¶ added in v0.0.54
func (*ScreenshotCapturedEvent) ProtoMessage()
func (*ScreenshotCapturedEvent) ProtoReflect ¶ added in v0.0.54
func (x *ScreenshotCapturedEvent) ProtoReflect() protoreflect.Message
func (*ScreenshotCapturedEvent) Reset ¶ added in v0.0.54
func (x *ScreenshotCapturedEvent) Reset()
func (*ScreenshotCapturedEvent) String ¶ added in v0.0.54
func (x *ScreenshotCapturedEvent) String() string
type ScreenshotCommand ¶ added in v0.0.54
type ScreenshotCommand struct {
RetryOptions *CommandRetryOptions `protobuf:"bytes,1,opt,name=retry_options,json=retryOptions,proto3,oneof" json:"retry_options,omitempty"`
FullPage *bool `protobuf:"varint,2,opt,name=full_page,json=fullPage,proto3,oneof" json:"full_page,omitempty"`
// contains filtered or unexported fields
}
func (*ScreenshotCommand) Descriptor
deprecated
added in
v0.0.54
func (*ScreenshotCommand) Descriptor() ([]byte, []int)
Deprecated: Use ScreenshotCommand.ProtoReflect.Descriptor instead.
func (*ScreenshotCommand) GetFullPage ¶ added in v0.0.55
func (x *ScreenshotCommand) GetFullPage() bool
func (*ScreenshotCommand) GetRetryOptions ¶ added in v0.0.54
func (x *ScreenshotCommand) GetRetryOptions() *CommandRetryOptions
func (*ScreenshotCommand) ProtoMessage ¶ added in v0.0.54
func (*ScreenshotCommand) ProtoMessage()
func (*ScreenshotCommand) ProtoReflect ¶ added in v0.0.54
func (x *ScreenshotCommand) ProtoReflect() protoreflect.Message
func (*ScreenshotCommand) Reset ¶ added in v0.0.54
func (x *ScreenshotCommand) Reset()
func (*ScreenshotCommand) String ¶ added in v0.0.54
func (x *ScreenshotCommand) String() string
type SelectorWaitSatisfiedEvent ¶ added in v0.0.3
type SelectorWaitSatisfiedEvent struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
Visible bool `protobuf:"varint,2,opt,name=visible,proto3" json:"visible,omitempty"`
Note string `protobuf:"bytes,3,opt,name=note,proto3" json:"note,omitempty"`
// contains filtered or unexported fields
}
func (*SelectorWaitSatisfiedEvent) Descriptor
deprecated
added in
v0.0.3
func (*SelectorWaitSatisfiedEvent) Descriptor() ([]byte, []int)
Deprecated: Use SelectorWaitSatisfiedEvent.ProtoReflect.Descriptor instead.
func (*SelectorWaitSatisfiedEvent) GetCssSelector ¶ added in v0.0.3
func (x *SelectorWaitSatisfiedEvent) GetCssSelector() string
func (*SelectorWaitSatisfiedEvent) GetNote ¶ added in v0.0.3
func (x *SelectorWaitSatisfiedEvent) GetNote() string
func (*SelectorWaitSatisfiedEvent) GetVisible ¶ added in v0.0.3
func (x *SelectorWaitSatisfiedEvent) GetVisible() bool
func (*SelectorWaitSatisfiedEvent) ProtoMessage ¶ added in v0.0.3
func (*SelectorWaitSatisfiedEvent) ProtoMessage()
func (*SelectorWaitSatisfiedEvent) ProtoReflect ¶ added in v0.0.3
func (x *SelectorWaitSatisfiedEvent) ProtoReflect() protoreflect.Message
func (*SelectorWaitSatisfiedEvent) Reset ¶ added in v0.0.3
func (x *SelectorWaitSatisfiedEvent) Reset()
func (*SelectorWaitSatisfiedEvent) String ¶ added in v0.0.3
func (x *SelectorWaitSatisfiedEvent) String() string
type SessionPingCommand ¶
type SessionPingCommand struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*SessionPingCommand) Descriptor
deprecated
func (*SessionPingCommand) Descriptor() ([]byte, []int)
Deprecated: Use SessionPingCommand.ProtoReflect.Descriptor instead.
func (*SessionPingCommand) GetMessage ¶
func (x *SessionPingCommand) GetMessage() string
func (*SessionPingCommand) ProtoMessage ¶
func (*SessionPingCommand) ProtoMessage()
func (*SessionPingCommand) ProtoReflect ¶
func (x *SessionPingCommand) ProtoReflect() protoreflect.Message
func (*SessionPingCommand) Reset ¶
func (x *SessionPingCommand) Reset()
func (*SessionPingCommand) String ¶
func (x *SessionPingCommand) String() string
type SessionPongEvent ¶
type SessionPongEvent struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*SessionPongEvent) Descriptor
deprecated
func (*SessionPongEvent) Descriptor() ([]byte, []int)
Deprecated: Use SessionPongEvent.ProtoReflect.Descriptor instead.
func (*SessionPongEvent) GetMessage ¶
func (x *SessionPongEvent) GetMessage() string
func (*SessionPongEvent) ProtoMessage ¶
func (*SessionPongEvent) ProtoMessage()
func (*SessionPongEvent) ProtoReflect ¶
func (x *SessionPongEvent) ProtoReflect() protoreflect.Message
func (*SessionPongEvent) Reset ¶
func (x *SessionPongEvent) Reset()
func (*SessionPongEvent) String ¶
func (x *SessionPongEvent) String() string
type SurfaceSessionClosedEvent ¶ added in v0.0.53
type SurfaceSessionClosedEvent struct {
Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
// contains filtered or unexported fields
}
func (*SurfaceSessionClosedEvent) Descriptor
deprecated
added in
v0.0.53
func (*SurfaceSessionClosedEvent) Descriptor() ([]byte, []int)
Deprecated: Use SurfaceSessionClosedEvent.ProtoReflect.Descriptor instead.
func (*SurfaceSessionClosedEvent) GetReason ¶ added in v0.0.53
func (x *SurfaceSessionClosedEvent) GetReason() string
func (*SurfaceSessionClosedEvent) ProtoMessage ¶ added in v0.0.53
func (*SurfaceSessionClosedEvent) ProtoMessage()
func (*SurfaceSessionClosedEvent) ProtoReflect ¶ added in v0.0.53
func (x *SurfaceSessionClosedEvent) ProtoReflect() protoreflect.Message
func (*SurfaceSessionClosedEvent) Reset ¶ added in v0.0.53
func (x *SurfaceSessionClosedEvent) Reset()
func (*SurfaceSessionClosedEvent) String ¶ added in v0.0.53
func (x *SurfaceSessionClosedEvent) String() string
type SurfaceSessionCommand ¶ added in v0.0.53
type SurfaceSessionCommand struct {
// Types that are valid to be assigned to Command:
//
// *SurfaceSessionCommand_LaunchChrome
// *SurfaceSessionCommand_OpenContext
// *SurfaceSessionCommand_Ping
// *SurfaceSessionCommand_Close
// *SurfaceSessionCommand_LaunchBrowser
// *SurfaceSessionCommand_ConnectMobile
// *SurfaceSessionCommand_LaunchApp
Command isSurfaceSessionCommand_Command `protobuf_oneof:"command"`
// contains filtered or unexported fields
}
func (*SurfaceSessionCommand) Descriptor
deprecated
added in
v0.0.53
func (*SurfaceSessionCommand) Descriptor() ([]byte, []int)
Deprecated: Use SurfaceSessionCommand.ProtoReflect.Descriptor instead.
func (*SurfaceSessionCommand) GetClose ¶ added in v0.0.53
func (x *SurfaceSessionCommand) GetClose() *CloseSurfaceSessionCommand
func (*SurfaceSessionCommand) GetCommand ¶ added in v0.0.53
func (x *SurfaceSessionCommand) GetCommand() isSurfaceSessionCommand_Command
func (*SurfaceSessionCommand) GetConnectMobile ¶ added in v0.0.53
func (x *SurfaceSessionCommand) GetConnectMobile() *ConnectMobileCommand
func (*SurfaceSessionCommand) GetLaunchApp ¶ added in v0.0.53
func (x *SurfaceSessionCommand) GetLaunchApp() *LaunchAppCommand
func (*SurfaceSessionCommand) GetLaunchBrowser ¶ added in v0.0.53
func (x *SurfaceSessionCommand) GetLaunchBrowser() *LaunchBrowserCommand
func (*SurfaceSessionCommand) GetLaunchChrome ¶ added in v0.0.53
func (x *SurfaceSessionCommand) GetLaunchChrome() *LaunchChromeCommand
func (*SurfaceSessionCommand) GetOpenContext ¶ added in v0.0.53
func (x *SurfaceSessionCommand) GetOpenContext() *OpenContextCommand
func (*SurfaceSessionCommand) GetPing ¶ added in v0.0.53
func (x *SurfaceSessionCommand) GetPing() *SessionPingCommand
func (*SurfaceSessionCommand) ProtoMessage ¶ added in v0.0.53
func (*SurfaceSessionCommand) ProtoMessage()
func (*SurfaceSessionCommand) ProtoReflect ¶ added in v0.0.53
func (x *SurfaceSessionCommand) ProtoReflect() protoreflect.Message
func (*SurfaceSessionCommand) Reset ¶ added in v0.0.53
func (x *SurfaceSessionCommand) Reset()
func (*SurfaceSessionCommand) String ¶ added in v0.0.53
func (x *SurfaceSessionCommand) String() string
type SurfaceSessionCommand_Close ¶ added in v0.0.53
type SurfaceSessionCommand_Close struct {
Close *CloseSurfaceSessionCommand `protobuf:"bytes,4,opt,name=close,proto3,oneof"`
}
type SurfaceSessionCommand_ConnectMobile ¶ added in v0.0.53
type SurfaceSessionCommand_ConnectMobile struct {
ConnectMobile *ConnectMobileCommand `protobuf:"bytes,6,opt,name=connect_mobile,json=connectMobile,proto3,oneof"`
}
type SurfaceSessionCommand_LaunchApp ¶ added in v0.0.53
type SurfaceSessionCommand_LaunchApp struct {
LaunchApp *LaunchAppCommand `protobuf:"bytes,7,opt,name=launch_app,json=launchApp,proto3,oneof"`
}
type SurfaceSessionCommand_LaunchBrowser ¶ added in v0.0.53
type SurfaceSessionCommand_LaunchBrowser struct {
LaunchBrowser *LaunchBrowserCommand `protobuf:"bytes,5,opt,name=launch_browser,json=launchBrowser,proto3,oneof"`
}
type SurfaceSessionCommand_LaunchChrome ¶ added in v0.0.53
type SurfaceSessionCommand_LaunchChrome struct {
LaunchChrome *LaunchChromeCommand `protobuf:"bytes,1,opt,name=launch_chrome,json=launchChrome,proto3,oneof"`
}
type SurfaceSessionCommand_OpenContext ¶ added in v0.0.53
type SurfaceSessionCommand_OpenContext struct {
OpenContext *OpenContextCommand `protobuf:"bytes,2,opt,name=open_context,json=openContext,proto3,oneof"`
}
type SurfaceSessionCommand_Ping ¶ added in v0.0.53
type SurfaceSessionCommand_Ping struct {
Ping *SessionPingCommand `protobuf:"bytes,3,opt,name=ping,proto3,oneof"`
}
type SurfaceSessionErrorEvent ¶ added in v0.0.53
type SurfaceSessionErrorEvent struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*SurfaceSessionErrorEvent) Descriptor
deprecated
added in
v0.0.53
func (*SurfaceSessionErrorEvent) Descriptor() ([]byte, []int)
Deprecated: Use SurfaceSessionErrorEvent.ProtoReflect.Descriptor instead.
func (*SurfaceSessionErrorEvent) GetMessage ¶ added in v0.0.53
func (x *SurfaceSessionErrorEvent) GetMessage() string
func (*SurfaceSessionErrorEvent) ProtoMessage ¶ added in v0.0.53
func (*SurfaceSessionErrorEvent) ProtoMessage()
func (*SurfaceSessionErrorEvent) ProtoReflect ¶ added in v0.0.53
func (x *SurfaceSessionErrorEvent) ProtoReflect() protoreflect.Message
func (*SurfaceSessionErrorEvent) Reset ¶ added in v0.0.53
func (x *SurfaceSessionErrorEvent) Reset()
func (*SurfaceSessionErrorEvent) String ¶ added in v0.0.53
func (x *SurfaceSessionErrorEvent) String() string
type SurfaceSessionEvent ¶ added in v0.0.53
type SurfaceSessionEvent struct {
SessionId string `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
// Types that are valid to be assigned to Event:
//
// *SurfaceSessionEvent_ChromeLaunched
// *SurfaceSessionEvent_ContextOpened
// *SurfaceSessionEvent_Pong
// *SurfaceSessionEvent_Closed
// *SurfaceSessionEvent_Error
// *SurfaceSessionEvent_BrowserLaunched
// *SurfaceSessionEvent_MobileConnected
// *SurfaceSessionEvent_AppLaunched
Event isSurfaceSessionEvent_Event `protobuf_oneof:"event"`
// contains filtered or unexported fields
}
func (*SurfaceSessionEvent) Descriptor
deprecated
added in
v0.0.53
func (*SurfaceSessionEvent) Descriptor() ([]byte, []int)
Deprecated: Use SurfaceSessionEvent.ProtoReflect.Descriptor instead.
func (*SurfaceSessionEvent) GetAppLaunched ¶ added in v0.0.53
func (x *SurfaceSessionEvent) GetAppLaunched() *AppLaunchedEvent
func (*SurfaceSessionEvent) GetBrowserLaunched ¶ added in v0.0.53
func (x *SurfaceSessionEvent) GetBrowserLaunched() *BrowserLaunchedEvent
func (*SurfaceSessionEvent) GetChromeLaunched ¶ added in v0.0.53
func (x *SurfaceSessionEvent) GetChromeLaunched() *ChromeLaunchedEvent
func (*SurfaceSessionEvent) GetClosed ¶ added in v0.0.53
func (x *SurfaceSessionEvent) GetClosed() *SurfaceSessionClosedEvent
func (*SurfaceSessionEvent) GetContextOpened ¶ added in v0.0.53
func (x *SurfaceSessionEvent) GetContextOpened() *ContextOpenedEvent
func (*SurfaceSessionEvent) GetError ¶ added in v0.0.53
func (x *SurfaceSessionEvent) GetError() *SurfaceSessionErrorEvent
func (*SurfaceSessionEvent) GetEvent ¶ added in v0.0.53
func (x *SurfaceSessionEvent) GetEvent() isSurfaceSessionEvent_Event
func (*SurfaceSessionEvent) GetMobileConnected ¶ added in v0.0.53
func (x *SurfaceSessionEvent) GetMobileConnected() *MobileConnectedEvent
func (*SurfaceSessionEvent) GetPong ¶ added in v0.0.53
func (x *SurfaceSessionEvent) GetPong() *SessionPongEvent
func (*SurfaceSessionEvent) GetSessionId ¶ added in v0.0.53
func (x *SurfaceSessionEvent) GetSessionId() string
func (*SurfaceSessionEvent) ProtoMessage ¶ added in v0.0.53
func (*SurfaceSessionEvent) ProtoMessage()
func (*SurfaceSessionEvent) ProtoReflect ¶ added in v0.0.53
func (x *SurfaceSessionEvent) ProtoReflect() protoreflect.Message
func (*SurfaceSessionEvent) Reset ¶ added in v0.0.53
func (x *SurfaceSessionEvent) Reset()
func (*SurfaceSessionEvent) String ¶ added in v0.0.53
func (x *SurfaceSessionEvent) String() string
type SurfaceSessionEvent_AppLaunched ¶ added in v0.0.53
type SurfaceSessionEvent_AppLaunched struct {
AppLaunched *AppLaunchedEvent `protobuf:"bytes,9,opt,name=app_launched,json=appLaunched,proto3,oneof"`
}
type SurfaceSessionEvent_BrowserLaunched ¶ added in v0.0.53
type SurfaceSessionEvent_BrowserLaunched struct {
BrowserLaunched *BrowserLaunchedEvent `protobuf:"bytes,7,opt,name=browser_launched,json=browserLaunched,proto3,oneof"`
}
type SurfaceSessionEvent_ChromeLaunched ¶ added in v0.0.53
type SurfaceSessionEvent_ChromeLaunched struct {
ChromeLaunched *ChromeLaunchedEvent `protobuf:"bytes,2,opt,name=chrome_launched,json=chromeLaunched,proto3,oneof"`
}
type SurfaceSessionEvent_Closed ¶ added in v0.0.53
type SurfaceSessionEvent_Closed struct {
Closed *SurfaceSessionClosedEvent `protobuf:"bytes,5,opt,name=closed,proto3,oneof"`
}
type SurfaceSessionEvent_ContextOpened ¶ added in v0.0.53
type SurfaceSessionEvent_ContextOpened struct {
ContextOpened *ContextOpenedEvent `protobuf:"bytes,3,opt,name=context_opened,json=contextOpened,proto3,oneof"`
}
type SurfaceSessionEvent_Error ¶ added in v0.0.53
type SurfaceSessionEvent_Error struct {
Error *SurfaceSessionErrorEvent `protobuf:"bytes,6,opt,name=error,proto3,oneof"`
}
type SurfaceSessionEvent_MobileConnected ¶ added in v0.0.53
type SurfaceSessionEvent_MobileConnected struct {
MobileConnected *MobileConnectedEvent `protobuf:"bytes,8,opt,name=mobile_connected,json=mobileConnected,proto3,oneof"`
}
type SurfaceSessionEvent_Pong ¶ added in v0.0.53
type SurfaceSessionEvent_Pong struct {
Pong *SessionPongEvent `protobuf:"bytes,4,opt,name=pong,proto3,oneof"`
}
type TextContentResolvedEvent ¶ added in v0.0.3
type TextContentResolvedEvent struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
Note string `protobuf:"bytes,3,opt,name=note,proto3" json:"note,omitempty"`
// contains filtered or unexported fields
}
func (*TextContentResolvedEvent) Descriptor
deprecated
added in
v0.0.3
func (*TextContentResolvedEvent) Descriptor() ([]byte, []int)
Deprecated: Use TextContentResolvedEvent.ProtoReflect.Descriptor instead.
func (*TextContentResolvedEvent) GetCssSelector ¶ added in v0.0.3
func (x *TextContentResolvedEvent) GetCssSelector() string
func (*TextContentResolvedEvent) GetNote ¶ added in v0.0.3
func (x *TextContentResolvedEvent) GetNote() string
func (*TextContentResolvedEvent) GetText ¶ added in v0.0.3
func (x *TextContentResolvedEvent) GetText() string
func (*TextContentResolvedEvent) ProtoMessage ¶ added in v0.0.3
func (*TextContentResolvedEvent) ProtoMessage()
func (*TextContentResolvedEvent) ProtoReflect ¶ added in v0.0.3
func (x *TextContentResolvedEvent) ProtoReflect() protoreflect.Message
func (*TextContentResolvedEvent) Reset ¶ added in v0.0.3
func (x *TextContentResolvedEvent) Reset()
func (*TextContentResolvedEvent) String ¶ added in v0.0.3
func (x *TextContentResolvedEvent) String() string
type UnimplementedEngineServiceServer ¶
type UnimplementedEngineServiceServer struct{}
UnimplementedEngineServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedEngineServiceServer) ContextSession ¶ added in v0.0.53
func (UnimplementedEngineServiceServer) ContextSession(grpc.BidiStreamingServer[ContextSessionCommand, ContextSessionEvent]) error
func (UnimplementedEngineServiceServer) Ping ¶
func (UnimplementedEngineServiceServer) Ping(context.Context, *PingRequest) (*PingResponse, error)
func (UnimplementedEngineServiceServer) SurfaceSession ¶ added in v0.0.53
func (UnimplementedEngineServiceServer) SurfaceSession(grpc.BidiStreamingServer[SurfaceSessionCommand, SurfaceSessionEvent]) error
type UnsafeEngineServiceServer ¶
type UnsafeEngineServiceServer interface {
// contains filtered or unexported methods
}
UnsafeEngineServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to EngineServiceServer will result in compilation errors.
type WaitForSelectorCommand ¶ added in v0.0.3
type WaitForSelectorCommand struct {
CssSelector string `protobuf:"bytes,1,opt,name=css_selector,json=cssSelector,proto3" json:"css_selector,omitempty"`
Visible *bool `protobuf:"varint,2,opt,name=visible,proto3,oneof" json:"visible,omitempty"`
RetryOptions *CommandRetryOptions `protobuf:"bytes,3,opt,name=retry_options,json=retryOptions,proto3,oneof" json:"retry_options,omitempty"`
// contains filtered or unexported fields
}
func (*WaitForSelectorCommand) Descriptor
deprecated
added in
v0.0.3
func (*WaitForSelectorCommand) Descriptor() ([]byte, []int)
Deprecated: Use WaitForSelectorCommand.ProtoReflect.Descriptor instead.
func (*WaitForSelectorCommand) GetCssSelector ¶ added in v0.0.3
func (x *WaitForSelectorCommand) GetCssSelector() string
func (*WaitForSelectorCommand) GetRetryOptions ¶ added in v0.0.3
func (x *WaitForSelectorCommand) GetRetryOptions() *CommandRetryOptions
func (*WaitForSelectorCommand) GetVisible ¶ added in v0.0.3
func (x *WaitForSelectorCommand) GetVisible() bool
func (*WaitForSelectorCommand) ProtoMessage ¶ added in v0.0.3
func (*WaitForSelectorCommand) ProtoMessage()
func (*WaitForSelectorCommand) ProtoReflect ¶ added in v0.0.3
func (x *WaitForSelectorCommand) ProtoReflect() protoreflect.Message
func (*WaitForSelectorCommand) Reset ¶ added in v0.0.3
func (x *WaitForSelectorCommand) Reset()
func (*WaitForSelectorCommand) String ¶ added in v0.0.3
func (x *WaitForSelectorCommand) String() string