public void ChoseDueDateOption(IWebDriver driver, string chosenOption)
 {
     dueDate.ChoseDropDownOption(driver, chosenOption);
 }
 public void ChoseJobOption(IWebDriver driver, string chosenOption)
 {
     job.ChoseDropDownOption(driver, chosenOption);
 }
 public void ChoseWorkPlacementTypeOption(IWebDriver driver, string chosenOption)
 {
     workPlacementType.ChoseDropDownOption(driver, chosenOption);
 }
 public void ChoseTargetLanguageOption(IWebDriver driver, string chosenOption)
 {
     targetLanguage.ChoseDropDownOption(driver, chosenOption);
 }
 public void ChoseSourceLanguageOption(IWebDriver driver, string chosenOption)
 {
     sourceLanguage.ChoseDropDownOption(driver, chosenOption);
 }
 public void ChoseActivityOption(IWebDriver driver, string chosenOption)
 {
     activity.ChoseDropDownOption(driver, chosenOption);
 }
Exemplo n.º 7
0
 public void ChoseAssigneeOption(IWebDriver driver, string chosenOption)
 {
     assignee.ChoseDropDownOption(driver, chosenOption);
 }