Play button is not working in ios simulator 11.3 by using appium 1.8.2 beta on mac machine

clicking on the play button but video is not playing and i thinking its taking wrong location.
is there way to check the locator in ios simulator 11.3 by using appium UI for mobile web application in safari browser?

Hi i am facing a similar issue with ios simulator 12.3 . I am attempting to lay a video on safari bowser . The appium sends the click command to the play button , but video is not getting played . I am able to run the video manually.

Then added the following capability which help me interact with the UI elements, but the execution speed has taken a toll.

capabilities.SetCapability(“nativeWebTap”, true);