Sha256: bc8f85254082cd16d1a03ee435b1d42be09acc248bece5d1f738af50bdf2c4b8
Contents?: true
Size: 234 Bytes
Versions: 64
Compression:
Stored size: 234 Bytes
Contents
module TestCentricity class Label < UIElement def initialize(parent, locator, context) @parent = parent @locator = locator @context = context @type = :label @alt_locator = nil end end end
Version data entries
64 entries across 64 versions & 1 rubygems