python-cdp icon indicating copy to clipboard operation
python-cdp copied to clipboard

Iframe cross-origin

Open camillydiasoficial opened this issue 5 months ago • 1 comments

I'm trying to access the HTML of an iframe for web scraping, but it's not working because it reports a cross-origin error.

Is there a solution? It works in Selenium.

camillydiasoficial avatar Jul 17 '25 15:07 camillydiasoficial

Hello, please provide a example Python script which uses pycdp to access the iframe and reproduce the error, that way we can identify the bug and fix.

HMaker avatar Oct 03 '25 22:10 HMaker