标签: java selenium selenium-webdriver html5-video jwplayer
我想在视频结束时关闭与视频相对应的驱动程序,但我碰巧没有找到如何通过Selenium WebDriver(用Java)来监听视频完成。
我的视频是通过driver.get(file://path//player.html);命令启动的,jwplayer是用javascript编码的。
driver.get(file://path//player.html);
感谢任何帮助!
感谢。
答案 0 :(得分:2)
请参阅以下链接。这可能对你有用。随意提出任何疑问。
Youtube + Selenium (Python) - How to know when video ends?