Method: Arachni::Browser#flush_pages

Defined in:
lib/arachni/browser.rb

#flush_pagesArray<Page>

Returns Flushes and returns the captured and snapshot pages.

Returns:

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