Cannot access objects inside an iframed HTTPS website using chrome
I'm trying to access elements inside a page that has been iframed into another page. I've tried setting the following flags for my Chrome browser: --disable-hang-monitor --allow-file-access-from-files --disable-web-security --user-data-dir=<profile> --disable-session-crashed-bubble It has been working for our development envt but once we get to production the frame no longer shows the child elements. I've noticed that this happens when the framed page is over https and not http Anybody know a solution to this? Firefox has no issues in detecting the objects regardless of the protocol the framed page is loaded1.3KViews0likes6Comments