Returns Flushes and returns the captured and snapshot pages.
Returns:
Flushes and returns the captured and snapshot pages.
See Also:
796 797 798 799 800 801
# File 'lib/arachni/browser.rb', line 796 def flush_pages captured_pages + page_snapshots ensure @captured_pages.clear @page_snapshots.clear end