We are going to include azure media player to provide some video content in our project. as part of testing, we need to automate the controls and verify text, image or frames if necessary. currently we are using selenium. Can we automate directly using selenium with javascriptexecutor or do we need any other plug-ins to do that?
any help would be appreciated.
Thanks in advance
All controls of azure media player can be automated using selenium. From the sample media player that I have gone through I could figure out that Play, pause and full screen buttons could be easily done using selenium element click method. while the video quality toggle and the volume can be automated easily using the actions class.