class TestCentricity::Label

Public Class Methods

new(name, parent, locator, context) click to toggle source
Calls superclass method
# File lib/testcentricity_web/web_elements/label.rb, line 3
def initialize(name, parent, locator, context)
  super
  @type = :label
end