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