I have a situation here.
- I am inside a sourceful Iframe(
id=a-sourceful-one
) AND NOT on the main page - My code is executing in a script (
id=this-is-my-executing-script
) - I have to track clicks inside another sourceful iframe (
id=track-clicks-within-this-frame-for-mobiles
) - I am in mobile mode
Basically, I'm in mobile mode and inside a sourceful Iframe. I want to track clicks within another sourceful Iframe whose Iframe element is accessable to me.
Is there a way to achieve this?