Example #1
0
        public InfoBarPage CloseClosableBarWithOptions()
        {
            InfoBar closeableBarWithOpts = this.WindowsApp.FindElement(this.closableBarWithOptsQuery);

            closeableBarWithOpts.Close();
            return(this);
        }