Guest User

Untitled

a guest
May 24th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. rb> envjs = Johnson::Runtime.new
  2. => #<Johnson::TraceMonkey::Runtime:0x1f2442c>
  3. rb> envjs.extend Envjs::Runtime
  4. => #<Johnson::TraceMonkey::Runtime:0x1f2442c>
  5. rb> window = envjs.evaluate("window")
  6. => [object Window 0]
  7. rb> puts window.location.to_s
  8. about:blank
  9. => nil
  10. rb> puts window.document.innerHTML
  11. <html><head><title></title></head><body></body></html>
  12. => nil
Add Comment
Please, Sign In to add comment