public static void ISelectTheElement(string ElementName) { string ElementLocator = AllPages.getElementLocator(ElementName); Assert.IsTrue(WebHelp.WaitToAppear(ElementLocator)); WebHelp.SelectWebElement(ElementName); }
public static void SignIn() { WebHelp.SelectWebElement("sign_in_button"); WebHelp.EnterInToWebelement("user_name_field", "*****@*****.**"); WebHelp.SelectWebElement("user_name_next_button"); WebHelp.EnterInToWebelement("pass_word_field", "HelpingTesters"); WebHelp.SelectWebElement("pass_word_next_button"); }