class AePageObjects::SingleWindow::Browser

Attributes

current_window[R]

Public Class Methods

new() click to toggle source
# File lib/ae_page_objects/single_window/browser.rb, line 8
def initialize
  @current_window = Window.new
end