C# - Controlling Website

  • Thread starter Thread starter ganeshgebhard
  • Start date Start date
G

ganeshgebhard

Guest
Hi all,

I wonder if it is possible to control a website from a windows form using several buttons.

For example:

Let say that I want to go to a YouTube movie. The steps I follow in person are: open Chrome, going to YouTube, typing the movie name and click on the movie.

Is it possible to do this in one button and textbox? So that I enter a name of the movie in the textbox and click on the button. The button will open Chrome, open YouTube, enter the text from the textbox in the YouTube searchbox, press enter and clicks the first movie that comes up. All in one button.

This is just an example. Eventually, I want to build something to control certain websites, so it will make it a lot easier for the user.

Note that I dont want to edit the website code or something, I just want to follow the steps in code what the user would follow in person.


I hope I made myself understandable.

Best Regards,

Ganesh

Continue reading...
 
Back
Top