/*
         * Switches to the main frame of Arclite, usually need to call this after clicking on a navigation tab button and want to access the content inside the tab
         */

        void IActionsVisitor.switchFrame()
        {
            wait.Until(ExpectedConditions.FrameToBeAvailableAndSwitchToIt("mainFrame"));
        }