コード例 #1
0
        public void selectCountry(String countryselect)
        {
            quality.Select("country", countryselect);

            address.setCountry(countryselect);
        }
コード例 #2
0
 public void openUKHomePage()
 {
     driver.Open(ukStoreURL);
     quality.Select("languageSelect", "United Kingdom - English");
 }
コード例 #3
0
 public void selectCreditCard(string creditCard)
 {
     quality.Select("paymentType", creditCard);
 }
コード例 #4
0
 public void clickDutchLanguageLink()
 {
     quality.Select("languageSelect", "Nederland - Nederlands");
     //IWebElement dutchLanguageLink = driver.UnderlyingWebDriver.FindElement(By.LinkText("footer.language.nl"));
     //dutchLanguageLink.Click();
 }