Class: Chemlab::Page
Overview
Representation of a Page on the UI
Instance Method Summary collapse
Methods inherited from Component
Instance Method Details
#visit ⇒ Object
9 10 11 |
# File 'lib/chemlab/page.rb', line 9 def visit Runtime::Browser.navigate_to(self.class) end |