Class: Chemlab::Page

Inherits:
Component show all
Defined in:
lib/chemlab/page.rb

Overview

Representation of a Page on the UI

Instance Method Summary collapse

Methods inherited from Component

perform

Instance Method Details

#visitObject



9
10
11
# File 'lib/chemlab/page.rb', line 9

def visit
  Runtime::Browser.navigate_to(self.class)
end