Ejemplo n.º 1
0
 public void FeedNoticias_Click()
 {
     Utils.XWaitForObjectBePresentAndEnabled(FeedNoticias, wait);
     FeedNoticias.Click();
     Thread.Sleep(800);
     // Utils.XWaitForObjectBePresentAndEnabled(MsgETimeline, wait);
 }
Ejemplo n.º 2
0
        // GET: Home
        public ActionResult Index()
        {
            FeedNoticias Noticias = new FeedNoticias();

            Noticias = Noticias.ObterFeedNoticias();

            ViewBag.Titulo = "Minuto Seguros";
            return(View(Noticias));
        }