I wonder if more than two inputs can be filled in one text with textWithLabel method.
bot.textWithLabel("Resolution", 0).setText("800"); bot.textWithLabel("Resolution", 1).setText("600");
above is not working.
give me the solution. thanks in advance.