In this post I will show you how to automate HTML5 video. To automate this we will use java scripts function to control video. So here we use “document.getElementById("Video ID")” , it return the HTML 5 video object. Using this object we can simulate video. Following are some java script function to handle video.
1. Play video
1. Play video
document.getElementById("Video
ID").play();