Beispiel #1
0
            public POM(string aPath, IWebDriver aDriver)
            {
                Path    = aPath;
                driver  = aDriver;
                SelsMgr = new SelsMgr();

                POMRegistry.Add(Path, this); // Add this POM to the registry
            }
Beispiel #2
0
 public POM(string aPath, SelsMgr aSelectorsMgr)
 {
     Path   = aPath;
     SelMgr = aSelectorsMgr;
     POMTracker.Add(Path, this);
 }