Example #1
0
        public void SimulateRealTextTypingHtmlInputExtension()
        {
            manager.ActiveBrowser.NavigateTo("http://automatetheplanet.com/healthy-diet-menu-generator/");
            HtmlInputText firstNameTextInput = manager.ActiveBrowser.Find.ByXPath <HtmlInputText>("//*[@id='ninja_forms_field_23']");

            firstNameTextInput.SimulateRealTextTyping("Anton");
        }