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