for(int i=0;i<=10;i++)
{
Driver.Instance.Find Element(By.Id("id of element")).Send Keys("auto"+i);
}
I used this code but it does not work
1 to 10 numbers are printing in one attempt
I am searching for the code which dynamically increment in each run with out changing the sendkeys values again and again