Class: QAT::Web::Elements::Collection

Inherits:
Base
  • Object
show all
Defined in:
lib/qat/web/elements/collection.rb

Overview

Web Element wrapper class for web elements collection

Since:

  • 1.0.0

Instance Attribute Summary

Attributes inherited from Base

#config, #name, #selector

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods included from Config

#valid_config?

Methods included from Selector

#selector

Methods included from Configuration

last_access, #last_access, last_access=, #parse_configuration

Constructor Details

This class inherits a constructor from QAT::Web::Elements::Base

Instance Method Details

#finderProc

Returns the collection finder block

Returns:

  • (Proc)

Since:

  • 1.0.0



10
11
12
# File 'lib/qat/web/elements/collection.rb', line 10

def finder
  proc { all(*@selector) }
end