I need to click on an element that is included into iframe that:
- is not hosted on same domain than the Parent document (accessing a cross-origin frame)
- was dynamically created by JS
I read that:
Access isolated iframe chrome extension of a cross origin domain
But this does not work on dynamically created iframe.
I tried to tun chrome with --disable-web-security Still got an error : "Blocked a frame with origin from accessing a cross-origin frame"
Any idea on how do do that ?