C# Класс Automobile.Mobile.iOS.Automation.iOSBrowser

Наследование: Automobile.Mobile.Framework.Browser.MobileBrowser
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

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

Executes some javascript in the browser

Navigate ( string url, bool useBaseUrl ) : void

Navigate to specified url.

Refresh ( ) : void

Refresh the page.

WaitForReady ( ) : void

Waits for the browser to be ready.

iOSBrowser ( UIWebView webview ) : System

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

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

Executes some javascript in the browser
public ExecJavascript ( string js ) : string
js string /// Javascript to execute ///
Результат string

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

Navigate to specified url.
public Navigate ( string url, bool useBaseUrl ) : void
url string /// URL. ///
useBaseUrl bool /// Use the base url or not ///
Результат void

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

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

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

Waits for the browser to be ready.
public WaitForReady ( ) : void
Результат void

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

public iOSBrowser ( UIWebView webview ) : System
webview UIWebView
Результат System