Sha256: 5795632ff9ed6eb4dfffb991f02fe453fc18933e89a38c1463763f76740d340b
Contents?: true
Size: 394 Bytes
Versions: 1
Compression:
Stored size: 394 Bytes
Contents
module Locators class GoogleSearch attr_reader :SEARCH_BOX attr_reader :SEARCH_BUTTON attr_reader :AFTER_SEARCH_IMAGE def initialize @SEARCH_BOX = Locator.new(:name, "q") @SEARCH_BUTTON = Locator.new(:css, "input[name='btnK']") @AFTER_SEARCH_IMAGE = Locator.new(:css, "div.logo img[alt*='Google']") end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
teber-library-1.0.0 | sample/features/locators/googleSearch.rb |