Module Celerity::ClickableElement
In: lib/celerity/clickable_element.rb
lib/celerity/watir_compatibility.rb

Methods

Public Instance methods

click the element

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_no_wait()

Alias for click

double click the element (Celerity only)

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]

right click the element (Celerity only)

[Validate]