Пример #1
0
        public static void IEnterThisThere(string entry, string ElementName)
        {
            string ElementLocator = AllPages.getElementLocator(ElementName);

            Assert.IsTrue(WebHelp.WaitToAppear(ElementLocator));
            WebHelp.EnterInToWebelement(entry, 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");
        }