Exemplo n.º 1
0
 public LoginPage(IWebPage webPage, IPageActions pageActions)
 {
     WebPage      = webPage;
     _pageActions = pageActions;
 }
Exemplo n.º 2
0
        public WebSiteContextBuilder AddPageAction(IPageActions pageActions)
        {
            _context.PageActions = pageActions;

            return(this);
        }