Automobile.Mobile.Framework.Browser.ProxyBrowser.WaitForReady C# (CSharp) Method

WaitForReady() public method

Wait for the browser to be ready. This means a page is loaded and drawn to the screen.
public WaitForReady ( ) : void
return void
        public void WaitForReady()
        {
            _owner.SendCommand(new WaitForReadyCommand());
        }