I have some videos and i want to test their with automation Can you tell How does selenium work with video? How does he recognize it. Thanks!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Selenium can test if the correct elements are in the DOM for video. You won't really be able to interact with the video with Selenium. You many need to record the network traffic to check the relevant items are being downloaded or if they 404. |
|||
|
|
I use WebdriverJS to click on youtube video. I have tested the methods below and found them to work.
This of course is a little surprising as Selenium is not supposed to work with flash... |
|||
|
|
<video>? – Quentin Jun 2 '11 at 12:57