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 | Nil, height : Int32 | Nil, x : Int32 | Nil, y : Int32 | Nil)
-
#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 resize(*, width : Int32 | Nil, height : Int32 | Nil, x : Int32 | Nil, y : Int32 | Nil)
#
def size
#
Description copied from module Enumerable(Webdriver::Window)
Returns the number of elements in the collection.
[1, 2, 3, 4].size # => 4