mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-14 11:23:02 +02:00
d7b923e4c3
* Refactored Virtual DOM structure * Added new E2E tests * Updated E2E Test Runner
5 lines
139 B
Plaintext
5 lines
139 B
Plaintext
LET page = DOCUMENT("https://www.w3schools.com/html/html_iframe.asp", { driver: "cdp" })
|
|
|
|
LET c2 = page.frames[1].head.innerHTML
|
|
|
|
RETURN c2 |