class Webdriver::Windows
- Webdriver::Windows
- Reference
- Object
Included Modules
- Enumerable(Webdriver::Window)
Defined in:
webdriver/windows.crConstructors
Instance Method Summary
- #[](index : Int)
- #command : Webdriver::Command
-
#each(&)
Must yield this collection's elements to the block.
- #new
- #remove(window : Window)
- #resize(rect : Rect)
- #resize(*, width : Int32?, height : Int32?, x : Int32?, y : Int32?)
-
#size
Returns the number of elements in the collection.
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(Webdriver::Window)
Must yield this collection's elements to the block.
def size
#
Description copied from module Enumerable(Webdriver::Window)
Returns the number of elements in the collection.
[1, 2, 3, 4].size # => 4