hello everyone first timer here.

I have a list of data which needs to be inputted into many different fields on a webpage. usually about 1000 or so and i am trying to automate this using vb.net but i couldn't find a better solution than using appactivate and sendkeys. this solution definitely isn't very accurate and reliable.

is there another, better way of accomplishing this?

is there a way to find certain input fields on a webpage, set focus to it and input data in a more reliable way?

the way i have it written at the moment is appactivate and tab to certain fields and input data using sendkeys.

thanks for any input guys.