lib/generic_test/page.rb in generic_test-0.3.0 vs lib/generic_test/page.rb in generic_test-0.3.1
- old
+ new
@@ -1,12 +1,12 @@
# frozen_string_literal: true
module GenericTest
# Represents a web page state at a particular point of time
class Page
- # @return [Array] List of links
+ # @return [Array] List of links elements on the page
attr_accessor :links
- # @return [Array] List of links that include domain being tested
+ # @return [Array] List of urls that include domain being tested
attr_accessor :internal_links
# @return [Array] List of emails
attr_accessor :emails
attr_accessor :url
attr_accessor :html