예제 #1
0
파일: XrayJira.cs 프로젝트: idafov/Selenium
 public void ClickOnSearchBarInJiraTypeProjectNameAndEnterProjectPage()
 {
     SearchBar.Click();
     SearchBar.SendKeys("Test for ElectronicPlattform Development");
     ViewAllMatchingProjectOptionInSearchBar.Click();
     ProjectNameAfterAllMatchingProjectsDisplayed.Click();
 }