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