Method: Celerity::Browser.attach
- Defined in:
- lib/celerity/browser.rb
.attach(*args) ⇒ Object
Not implemented. Use ClickableElement#click_and_attach instead.
26 27 28 |
# File 'lib/celerity/browser.rb', line 26 def self.attach(*args) raise NotImplementedError, "use ClickableElement#click_and_attach instead" end |