class TestCentricity::CellImage

Public Class Methods

new(name, parent, locator, context, table, column, proxy = nil) click to toggle source
Calls superclass method TestCentricity::CellElement::new
# File lib/testcentricity/web_elements/cell_image.rb, line 3
def initialize(name, parent, locator, context, table, column, proxy = nil)
  super
  @type = :cell_image
end