Sha256: 02fdac76bde7fd1e6fb3eafa332d9f5528905bb08adebf9ed0a2a8796044a4af
Contents?: true
Size: 447 Bytes
Versions: 1
Compression:
Stored size: 447 Bytes
Contents
module RAutomation module Adapter module Ffi # Extensions for RAutomation Ffi adapter class Window # Searches for the child window of the current window # @param {Window} locators locators for the child window # @return {Window} child window object def child(locators) self.class.new :hwnd => Functions.child_hwnd(hwnd, locators) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
win32screenshot-1.0.0 | lib/win32/screenshot/extensions/rautomation/adapter/ffi/window.rb |