For the purpose of registering a server on a website, I am required to input data. This involves filling out a form on the initial webpage and upon submission, being directed to a dynamically generated page where further information must be entered. It is essential for me to automate this process programmatically. While I have knowledge of Java, Javascript, and C#, I am uncertain about the specific libraries that would facilitate this task in any of these languages. Any assistance, hints, or starting points provided on this matter would be highly appreciated.
Thank you