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());
        }