can user is able to give manual input while running selenium IDE script? For ex. If there is name field then can we open input box everytime script runs so that user can give hi
Use Thread.Sleep(20000); This will freeze everything for 20s and you can enter whatever fields you want to enter manually in that time period