public void SetSentence(string sentenceDefintion) { BondCodeControlButton.Click(); Delay.Seconds(1); BondCodeControlButton.PressKeys(sentenceDefintion); PressKeys("{enter}"); }
public void SetBond(string bondDefintion) { BondCodeControlButton.Click(); Delay.Seconds(1); BondCodeControlButton.PressKeys(bondDefintion); PressKeys("{enter}"); }