How to play a video on web with IOS simulator

I’m working on automation test on IOS simulator.
In the test case, it needs to do actions like “scroll down to a specific spot”, “play a video in the webpage”. But I found the “Tap” function doesn’t work on the simulator. Actually, “TouchAction” seems doesn’t work in the simulator, so do you have any good ideas about it?