How to play html video

Hi,
May I know how to execute to play video using the UI Vision RPA Extension. Despite using macro recording, I am unable to let the macro automatically play the youtube video (for example)

I have the following JSON in the extension

{
  "Name": "Youtube",
  "CreationDate": "2020-4-15",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://www.youtube.com/watch?v=f3L9_6aJi2Q&list=RDf3L9_6aJi2Q&start_radio=1",
      "Value": ""
    },
    {
      "Command": "click",
      "Target": "xpath=//*[@id=\"movie_player\"]/div[1]/video",
      "Value": ""
    }
  ]
}

Spec:
Firefox 75.0
Window 10
UI.Vision RPA 5.5.7

You must use Xclick with image recognition I already automate this button ad working

https://ui.vision/rpa/docs/xclick

Thanks for the reply, it work like a charm!

1 Like