class Selenium::WebDriver::Logger

def allow(*ids)

Parameters:
  • ids (Array, Symbol) --
def allow(*ids)
  @allowed += Array(ids).flatten
end