Sha256: b1417a109be682ccb4a397853df0984e69824f11ce5c48396713f552fd6e5b8e
Contents?: true
Size: 319 Bytes
Versions: 5
Compression:
Stored size: 319 Bytes
Contents
module PageObject module Platforms module SeleniumButton # # Override PageObject::PLatforms::SeleniumElement#text because # #text does not reliabably return a value in Selenium # def text raise "text is not available on button element in Selenium" end end end end
Version data entries
5 entries across 5 versions & 1 rubygems