Beispiel #1
0
 /// <summary>
 /// Clicks on Go button and navigates to Catalog and Pricing Page
 /// </summary>
 /// <param name="accountId"></param>
 public void SearchStoreInOST(string accountId)
 {
     webDriver.WaitForPageLoad(TimeSpan.FromSeconds(30));
     AccountId.SendKeys(accountId);
     ////GoButton.Click();
     javaScriptExecutor.ExecuteScript("arguments[0].click();", GoButton);
     webDriver.WaitForElementDisplayed(By.Id("ctl00_brdcrbControl_lbl_PageMigrationinfo"), TimeSpan.FromSeconds(60));
 }