So I'm trying to make a program that will work for anyone and therefore don't want to have to use any mouseclicking if I don't have to since people have different screen sizes etc.... So I need to first log on people on to a website. Here is what the log in form looks like: What I need to do is somehow fill in the id and pass box without using clicks. Or if using clicks somehow get it to click inside the input box and make it so it would work with any screen etc... How would I do this? Is