Sha256: e30e397552f4a7d72e32ef692d69b6f2cdbbe53211ad118058e93aef9ec2c5e9
Contents?: true
Size: 197 Bytes
Versions: 21
Compression:
Stored size: 197 Bytes
Contents
module TestCentricity module AppElements class AppButton < AppUIElement def initialize(name, parent, locator, context) super @type = :button end end end end
Version data entries
21 entries across 21 versions & 2 rubygems