public bool ExpandAutomatedBHCCatalogSectionAndSelectSingleIdentity(out string selectedIdentity) { //Expand Auto BHC Section AutomatedBhcCatalogProcessingRules.Click(); selectedIdentity = SelectIdentity(); UpdateButton.Click(); return(string.Equals(ConfirmationLabel.Text.Trim(), "Buyer Catalog details saved successfully.")); }
public void ExpandAutomatedBHCCatalogSection() { //Expand Auto BHC Section AutomatedBhcCatalogProcessingRules.Click(); if (!EnableBHCCatalogAutoGeneration.Selected) { EnableBHCCatalogAutoGeneration.Click(); } }