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