public NavigationPanel(IWebDriver instance, IfrBrowser parent)
        {
            Instance = instance;

            HierarhicalParent = parent;

            Log = parent.Log;
        }
Beispiel #2
0
        public IfrPage(IWebDriver instance, IfrBrowser parent)
        {
            HierarhyParent = parent;

            Instance = instance;

            Log = parent.Log;

            Xml = new XmlActions(instance);

            WebActions = new Actions(Instance);
        }
Beispiel #3
0
        public PopupAlertActions(IWebDriver instance, IfrBrowser parent)
        {
            Instance = instance;

            Log = parent.Log;
        }