Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v3.0.9) is shown here.
These similar methods exist in v3.2.13:
remove(*ids)
public
Removes the DOM elements with the given ids from the page.
Example:
page.remove 'person_23', 'person_9', 'person_2'
Show source
def remove(*ids)
loop_on_multiple_args 'Element.remove', ids
end