Exemplo n.º 1
0
        public StartPage AcceptCookie()
        {
            if (CookieBanner.Displayed)
            {
                AcceptCookieButton.Click();
            }

            return(this);
        }
Exemplo n.º 2
0
 public void AcceptCookie()
 {
     try
     {
         AcceptCookieButton.Click();
     }
     catch (NoSuchElementException)
     {
         Console.WriteLine("Cookie button not found");
     }
 }