phantombuster / nickjs

Web scraping library made by the Phantombuster team. Modern, simple & works on all websites. (Deprecated)
https://nickjs.org
ISC License
500 stars 48 forks source link

Execution context when calling an evaluate #50

Closed jprrabanal closed 5 years ago

jprrabanal commented 5 years ago

Does the evaluate function include all the execution context in the page? Like the elements in an iframe

https://stackoverflow.com/questions/48776320/iframes-document-selectors-return-null-in-devtools-console-but-then-return-ele

jprrabanal commented 5 years ago

Accessed the iframe using HTMLIFrameElement.contentWindow.

paps commented 5 years ago

Nice 👍