Exemplo n.º 1
0
        public bool ClicarComeceAgora()
        {
            bool _result = false;

            Thread.Sleep(2000);

            try
            {
                if (btnCadastro.Displayed)
                {
                    btnCadastro.Submit();
                    _result = true;
                    Thread.Sleep(3000);
                }
                else
                {
                    util.ScreenshotPrepare();
                }
            }
            catch
            {
            }
            return(_result);
        }