Forum Discussion

zelot's avatar
zelot
New Contributor
7 years ago

how to get result from injected javascript

Hello, I would like to inject javascript to check document.readyState so I do this: var readyState = page.contentDocument.Script.eval("return document.readyState;"); but readyState is null when I...