Sha256: 926e5c22653074b14934d96d77b7509942f207aff13e88f4da14700096fc933b
Contents?: true
Size: 357 Bytes
Versions: 5
Compression:
Stored size: 357 Bytes
Contents
module PageObject module Platforms module Selenium 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
5 entries across 5 versions & 1 rubygems