Module | Celerity::ClickableElement |
In: |
lib/celerity/clickable_element.rb
lib/celerity/watir_compatibility.rb |
Click the element and return a new Browser instance with the resulting page. This is useful for elements that trigger popups when clicked.
@return [Celerity::Browser]
Click the element and just return the content as IO. Current page stays unchanged. This can be used to download content that normally isn‘t rendered in a browser.
@return [IO]