Sha256: b019c78004483215aba2bf12f2b8c93ac661992d57ad68f16ffeee070020595f
Contents?: true
Size: 738 Bytes
Versions: 6
Compression:
Stored size: 738 Bytes
Contents
#--- # Excerpted from "Scripted GUI Testing With Ruby", # published by The Pragmatic Bookshelf. # Copyrights apply to this code. It may not be used to create training material, # courses, books, articles, and the like. Contact us if you are in doubt. # We make no guarantees that this code is fit for any purpose. # Visit http://www.pragmaticprogrammer.com/titles/idgtr for more book information. #--- require 'LockNote' EditControl = LockNote::EditControl Note.open.instance_eval do menu 'Edit', 'Select All' type_in 'asggzwhcbgk' keystroke 17, 90; sleep 0.5 @main_window.click EditControl, :left, [370, 253] @main_window.click EditControl, :left, [370, 253] @main_window.click EditControl, :left, [644, 255] # ... end
Version data entries
6 entries across 6 versions & 1 rubygems