Search code examples
reactjsvideoiframe

click play button iframe react


I have an iframe video with a play button (not youtube!). There is no autoplay functionality. So, I want onLoad imitate click this button. How can I achieve this? I know the class of the button, I want to use it.enter image description here


Solution

  • Unfortunately, there is no way to access the elements inside the iframe being loaded from a third-party resource.