How to check if video is playin on a Website?

Hello everyone,

I’m doing a new process on a website where I need to check if an embedded video is playing. This video work essencialy like a Live TV so I can’t read the remaining time of the video in two instances.

I’m attaching the image of the video player.

Thank you for your time.

Can you try and check if play button is visible on screen, if yes that means it is not playing?

The video should start playing automatically after I log in in the website. I have seen that I can get the attribute of the bar below. I guess that if the inner text contains “Pause” and “LIVE” the video should be playing.

Yes, text contains “Pause” or “LIVE” can also be use to verify video is playing or not.
Use get text activity to get the text and check

WIll do that, thanks so much.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.