public void TC027_29_30_VerifyThatUserIsAbleToFilterRecordBySelectingRowsFromPivotGrid_MetricsFieldOptions(String Bname)
        {
            TestFixtureSetUp(Bname, "TC027_29_30-Verify User able to filter record by selecting rows from Pivot Grid (Metrics field options)");
            try
            {
                loginPage.navigateToLoginPage().VerifyLoginPageScreenInDetail();
                loginPage.loginUsingValidEmailIdAndPassword();

                homePage.newVerifyHomePage();
                homePage.VerifyAccountOrSwitchIfRequired("QA Testing - Brand Canada");
                homePage.selectOptionFromSideNavigationBar("Print Report by Media");
                charts.VerifyPivotTable();
                pivotGrid.VerifyMousePointerWhenHoverOver0_Non0Elements();
            }
            catch (Exception e)
            {
                Logging.LogStop(this.driver, test, e, MethodBase.GetCurrentMethod(), Bname + "_TestSuite09_Reskin_PivotGrid_TC027_29_30");
                throw;
            }
            driver.Quit();
        }