I can't access to some iFrame by selenium (node js + mocha) in the website below -
https://www.rt.com/uk/421078-may-skripal-russia-parliament/
The required iframe element -
<iframe id="5645d42cb79d139a24d943622da2c47d-iframe" src="https://spoxy-shard5.spot.im/v2/spot/sp_6phY2k0C/post/421078/?elementId=b2ec2c94ee1c35810c76e1704dbe3d06&spot_im_platform=desktop&host_url=https%3A%2F%2Fon.rt.com%2F90wm&host_url_64=aHR0cHM6Ly9vbi5ydC5jb20vOTB3bQ%3D%3D&spot_im_ph__prerender_deferred=true&prerenderDeferred=true&sort_by=best&isStarsRatingEnabled=false&enableMessageShare=true&enableAnonymize=false&isConversationLiveBlog=false&enableSeeMoreButton=true" scrolling="no" style="overflow: hidden; height: 2339px;" data-frame-unique-id="a6cbebb1116a32e10263270bfde7e0c1" data-conversation-id="sp_6phY2k0C_421078"></iframe>
I want to send keys to the input elements inside it -
Please your help, thanks.