I want to close the driver corresponding to the video whenever it is finished, but I happen not to find how to listen for the video completion through Selenium WebDriver (in Java).
My video is launched through a driver.get(file://path//player.html);
command, and the jwplayer is coded in javascript..
Any help is appreciated!
Thanks.