Automobile.Mobile.Framework.Browser.ProxyBrowser.WaitForReady C# (CSharp) Méthode

WaitForReady() public méthode

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