Method: Selenium::WebDriver::FileReaper.reap=
- Defined in:
- lib/selenium/webdriver/common/file_reaper.rb
permalink .reap=(bool) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
30 31 32 |
# File 'lib/selenium/webdriver/common/file_reaper.rb', line 30 def reap=(bool) @reap = bool end |