Path: blob/trunk/rb/sig/lib/selenium/webdriver/common/logs.rbs
4236 views
module Selenium
module WebDriver
class Logs
@bridge: untyped
def initialize: (untyped bridge) -> void
def get: (untyped type) -> untyped
def available_types: () -> untyped
end
end
end