It is possible to play/stop a youtube video(inside a web browser like FireFox), using external software(C#)?
It is possible to play/stop a youtube video(inside a web browser like FireFox), using
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would assume this is not allowed by the YouTube Terms of Service, but I’m not sure. In any case, if this is more of a pet project or proof of concept here are some thoughts:
Once you have found the screen position, you only need to do the mouse click subsequent times. I like the above approach because you can more easily port it to other video sites if you need to – rather than relying on APIs.
I’m also curious why you want to do this. Could you let us in on your thoughts?