Hey Guys, I'm a beginner and would like to know how to simply enter in a string of text into any webpage, using C++, and then use basic commands like [Enter] or [Tab] to navigate through (Which I know is sloppy but simple for now).
For Example something like this (I know it's wrong)
/*
system(C:\\"somthing...somthing else"\\"mozila.exe");
[access URL box] enter "www.youtube.com";
[access Textbox] enter "some video";
[Press Enter]
[Tabulate to first video result]
[Press Enter]
*/