C# Класс Automobile.Mobile.Framework.Browser.ProxyBrowser

Browser on a remote device
Наследование: IMobileBrowser
Показать файл Открыть проект

Открытые методы

Метод Описание
ExecJavascript ( string js ) : string

Execute javascript on the remote device

Navigate ( string url ) : void

Navigate to a url

Navigate ( string url, bool useBaseUrl ) : void

Navigate to a url

ProxyBrowser ( IProxyDevice owner ) : Automobile.Mobile.Framework.Commands
Refresh ( ) : void
WaitForReady ( ) : void

Wait for the browser to be ready. This means a page is loaded and drawn to the screen.

Описание методов

ExecJavascript() публичный Метод

Execute javascript on the remote device
public ExecJavascript ( string js ) : string
js string Javascript to execute
Результат string

Navigate() публичный Метод

Navigate to a url
public Navigate ( string url ) : void
url string url to navigate to
Результат void

Navigate() публичный Метод

Navigate to a url
public Navigate ( string url, bool useBaseUrl ) : void
url string url to navigate to
useBaseUrl bool use the base Url when navigating
Результат void

ProxyBrowser() публичный Метод

public ProxyBrowser ( IProxyDevice owner ) : Automobile.Mobile.Framework.Commands
owner IProxyDevice
Результат Automobile.Mobile.Framework.Commands

Refresh() публичный Метод

public Refresh ( ) : void
Результат void

WaitForReady() публичный Метод

Wait for the browser to be ready. This means a page is loaded and drawn to the screen.
public WaitForReady ( ) : void
Результат void