Ecolab.Pages.MetersTabPage.AddMeterAndVerify C# (CSharp) Method

AddMeterAndVerify() public method

public AddMeterAndVerify ( ) : bool
return bool
        public bool AddMeterAndVerify()
        {
            
            AddMeterSaveButton.Focus();
            MouseKeyboardLibrary.KeyboardSimulator.KeyPress(Keys.Enter);

            //SaveButton.ExtendedMouseClick();
            if(null == MeterAddedSuccess)
            {
                return false;
            }

            return true;
        }