class PageObject

Public Class Methods

new(driver) click to toggle source
# File lib/web-object.rb, line 21
def initialize(driver)
  @driver = driver
end