Sha256: b8a7aed92c521ea85217091ef0a19d21ab55f93217f92c64ca863e2027ec7da0
Contents?: true
Size: 366 Bytes
Versions: 56
Compression:
Stored size: 366 Bytes
Contents
module PageObject module Platforms module SeleniumWebDriver module Button # # 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 end
Version data entries
56 entries across 56 versions & 1 rubygems