Automobile.Mobile.Framework.Browser.ProxyBrowser.WaitForReady C# (CSharp) Метод

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

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