Beispiel #1
0
 public CommandsInvoker(CalkulyatorPage page)
 {
     this.page = page;
 }
Beispiel #2
0
 public void Setup()
 {
     calkPage = new CalkulyatorPage(new ChromeDriver());
     calkPage.Init();
     invoker = new CommandsInvoker(calkPage);
 }