I have an HTML page where I have three fields to enter the following values: Manufactures Suggested Value, Suggested Value and Value Sales Association, these three field are using "NumericTextBox". With this script: KendoInput textboxVSAssociacao = ActiveBrowser.Find.ByExpression <KendoInput> ("class = k-k-NumericTextBox widget"); textboxVSAssociacao.TypeText ("8500"); I can put the value in the first field but can not in demics, because the other values will be reported in the first field. How do I proceed to inform the value in each field? I'm programming Visual Studio 2012 with C #. Fields are three texts that receive numerical values.