Hi Team,
i am automating one feature, in that i have to click on the ‘play’ button of the video and wait for some time till the video ends so how can i automate that.
Hi Team,
i am automating one feature, in that i have to click on the ‘play’ button of the video and wait for some time till the video ends so how can i automate that.
Hi @fatema,
If you are able to get the value of the video length, you can use it to as a value with the 'pause; action.
thanks, it has solved my problem.