Exemplo n.º 1
0
 public PageBase(PageContext context)
 {
     this.Context = context;
     PageFactory.InitElements(this.Context.Driver, this);
 }
Exemplo n.º 2
0
 public SUTMainPage(PageContext context)
     : base(context)
 {
 }